|
|
@@ -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>
|
|
|
|