mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
<?
|
|
print "Before include...\n";
|
|
$retval = include("testarray");
|
|
print "After include, include returned $retval\n";
|
|
?> |