Minor modifications to the examples for require_once

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30391 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2000-08-17 10:40:34 +00:00
parent 4414f32263
commit 360d6c25fd

View file

@ -1114,7 +1114,8 @@ $foo = array("1",array("complex","quaternion"));
echo "this is requiring utils.inc again which is also\n";
echo "required in foolib.inc\n";
echo "Running goodTea: ".goodTea()."\n";
echo "Printing foo: ".showVar($foo);
echo "Printing foo: \n";
showVar($foo);
?>
</programlisting>
</example>
@ -1159,6 +1160,7 @@ GLOBALS ARE NICE
this is requiring globals.inc again which is also
required in foolib.inc
Running showIt: Oolong tea tastes good!
Printing foo:
Array
(
[0] =&gt; 1