mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
PHP 4.0
This commit is contained in:
parent
d94f3e22ae
commit
aceaabceff
189 changed files with 43488 additions and 0 deletions
5
testarray2
Normal file
5
testarray2
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
|
||||
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
|
||||
print $i;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue