mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213754 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1ddc19b238
commit
bca5e40660
2 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.spl-autoload-call">
|
||||
<refnamediv>
|
||||
<refname>spl_autoload-call</refname>
|
||||
<refname>spl_autoload_call</refname>
|
||||
<refpurpose>
|
||||
Try all registerd autoload function to load the requested class
|
||||
Try all registered __autoload() function to load the requested class
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.spl-autoload-functions">
|
||||
<refnamediv>
|
||||
<refname>spl_autoload-functions</refname>
|
||||
<refname>spl_autoload_functions</refname>
|
||||
<refpurpose>
|
||||
Return all registered __autoload() functionns
|
||||
</refpurpose>
|
||||
|
|
Loading…
Reference in a new issue