mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Reduce clutter a bit.
This commit is contained in:
parent
cb2a2ea9d3
commit
cef4df1fee
18 changed files with 1 additions and 1 deletions
21
testarray
21
testarray
|
@ -1,21 +0,0 @@
|
|||
|
||||
This is a small test...
|
||||
|
||||
<?
|
||||
/*
|
||||
* this is a multiline comment...
|
||||
*/
|
||||
|
||||
//for ($j=0; $j<=200; $j++) {
|
||||
for ($i[0][0]=0; $i[0][0]<10000; $i[0][0]++) {
|
||||
$i[1] += $i[0][0]; // this is a single line comment
|
||||
}
|
||||
//}
|
||||
|
||||
/* this is another multi
|
||||
line
|
||||
comment...******
|
||||
/
|
||||
*/
|
||||
|
||||
print $i[1]."\n";
|
Loading…
Add table
Add a link
Reference in a new issue