Download this file
11 lines (7 with data), 225 Bytes
| <?php
$a = "foo"; // Variable name too short
$foo = "foo"; // Variable name OK
$veryveryveryverylongvariablenale = "foo"; // Variable name too long
for ($i = 0; $i < 10; $i++) { // OK, exception to the rule
$a = $i;
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.