php.ini entity

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114749 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-02-04 12:39:58 +00:00
parent c11fc37b6e
commit d45483f697

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.66 $ -->
<!-- $Revision: 1.67 $ -->
<chapter id="control-structures">
<title>Control Structures</title>
@ -1007,9 +1007,8 @@ print_r (profile (TRUE));
named by the <link
linkend="ini.auto-prepend-file">auto_prepend_file</link> or <link
linkend="ini.auto-append-file">auto_append_file</link>
configuration options in <link linkend="configuration.file">the
configuration file</link>, then that script file's execution is
ended.
configuration options in &php.ini;,
then that script file's execution is ended.
</simpara>
<simpara>For more information, see <link
linkend="functions.returning-values">Returning values</link>.