Fixed typo (chrisstocktonaz-at-gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250257 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-01-09 17:36:47 +00:00
parent ccb6940530
commit 44601265c6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id="function.php-ini-scanned-files" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>php_ini_scanned_files</refname>
@ -31,7 +31,7 @@
<para>
Returns a comma-separated string of .ini files on success. Each comma is
followed by a newline. If the directive <option
role="configure">--with-config-files-scan-dir</option> wasn't set,
role="configure">--with-config-file-scan-dir</option> wasn't set,
&false; is returned. If it was set and the directory was empty, an
empty string is returned. If a file is unrecognizable, the file will
still make it into the returned string but a PHP error will also result.