This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-12-01 22:03:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6076a4a66c
php-src
/
tests
/
testarray2
6 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test
2000-05-12 20:29:59 +08:00
PHP 4.0
1999-04-08 05:05:13 +08:00
<?
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
print $i;
test commit
1999-10-03 05:06:30 +08:00
}
Reference in New Issue
Copy Permalink