Lines Matching refs:n

21 This should read "blah": <?php echo "$test\n"; ?>
22 This should read "this is nifty": <?php echo $blah[$test="associative arrays work too"]."\n"; ?>
79 echo "This "." does "." not "." work\n";
81 echo "This "." works\n";
84 echo "this_still_works\n";
86 echo "should_not_print\n";
88 echo "should_not_print\n";
91 echo "should_not_print\n";
93 echo "should_print\n";
96 echo "this "."broken\n";
98 echo "this_should_not_print\n";
100 echo "TestingDanglingElse_This_Should_not_print\n";
103 echo "This "."does "." not"." work\n";
113 echo "Only two lines of text should follow:\n";
115 echo "hmm, this shouldn't be displayed #1\n";
123 echo "damn, this shouldn't be displayed\n";
127 echo "this shouldn't be displayed either\n";
131 echo "this isn't supposed to be displayed\n";
135 echo "this definitely shouldn't be displayed\n";
138 echo "and this too shouldn't be displayed\n";
145 echo "hmm, this shouldn't be displayed #2\n";
152 echo "damn, this shouldn't be displayed\n";
155 echo "this shouldn't be displayed either\n";
159 echo "this isn't supposed to be displayed\n";
163 echo "this definitely shouldn't be displayed\n";
166 echo "and this too shouldn't be displayed\n";
170 echo "this should be displayed. should be: \$i=1, \$j=0. is: \$i=$i, \$j=$j\n";
177 echo "damn, this shouldn't be displayed\n";
180 echo "this shouldn't be displayed either\n";
184 echo "this is supposed to be displayed. should be: \$i=2, \$j=4. is: \$i=$i, \$j=$j\n";
185 echo "3 loop iterations should follow:\n";
187 echo $i++." $j\n";
191 echo "this definitely shouldn't be displayed\n";
193 echo "and this too shouldn't be displayed\n";
195 echo "**********************************\n";
203 echo "This shouldn't be displayed\n";
205 echo "This shouldn't be displayed either\n";
207 echo "No, this neither\n";
209 echo "This should be displayed\n";
211 echo "This shouldn't be displayed at all\n";
222 echo "$i is greater than $j\n";
224 echo "$i equals $j\n";
226 echo "$i is smaller than $j\n";
252 echo "Each array variable should be equal to the sum of its indices:\n";
260 echo "\${test$i$j}[$k] = ".${"test$i$j"}[$k]."\n";
282 echo $arr[$i++]."\n";
296 echo "$a\n";
304 echo "$a\n";
305 echo $resize[$a]."\n";
316 echo "\$i should go from 0 to 2\n";
322 echo "\$j should go from 3 to 4, and \$q should go from 3 to 4\n";
328 echo " \$j=$j\n";
336 echo " \$q=$q\n";
341 echo "\$j should go from 0 to 2\n";
345 echo "\$k should go from 0 to 2\n";
350 echo " \$k=$k\n";
354 echo " \$j=$j\n";
357 echo "\$i=$i\n";
369 echo "Tests completed.\n"; # testing some PHP style comment...