Menu

[r319]: / trunk / test / issue29.php  Maximize  Restore  History

Download this file

11 lines (7 with data), 225 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?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.