Selaa lähdekoodia

Merged r25054 from trunk

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@25055 44c647ce-9c0f-0410-b52a-842ac1e357ba
rob 13 vuotta sitten
vanhempi
commit
11f978b6ba
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      documentation/manual/en/module_specs/Zend_Loader.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Loader.xml

@@ -29,8 +29,8 @@
             The static method <methodname>Zend_Loader::loadFile()</methodname> loads a
             <acronym>PHP</acronym> file. The file loaded may contain any <acronym>PHP</acronym>
             code. The method is a wrapper for the <acronym>PHP</acronym> function
-            <ulink url="http://php.net/include"><methodname>include()</methodname></ulink>.
-            This method returns boolean <constant>FALSE</constant> on failure, for example
+            <ulink url="http://php.net/include"><methodname>include()</methodname></ulink>,
+            which emits a <acronym>PHP</acronym> warning on failure, for example
             if the specified file does not exist.
         </para>