1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

bonsai test

This commit is contained in:
Andrei Zmievski
2000-06-20 19:21:11 +00:00
parent 6a449f2b02
commit cd5b7dd64a
+2 -2
View File
@@ -1,5 +1,5 @@
<?
print "Before include...\n";
print "Before include....\n";
$retval = include("testarray");
print "After include, include returned $retval\n";
?>
?>