From cf81347191b2d91a757add90f981831e4d40aebf Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 20 Apr 2012 01:11:40 +0000 Subject: [PATCH] Use git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325343 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/functions/spl-autoload-register.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/reference/spl/functions/spl-autoload-register.xml b/reference/spl/functions/spl-autoload-register.xml index d0eefa8763..b0098e8501 100644 --- a/reference/spl/functions/spl-autoload-register.xml +++ b/reference/spl/functions/spl-autoload-register.xml @@ -18,10 +18,12 @@ is not yet activated it will be activated. - If your code has an existing __autoload function then this function must - be explicitly registered on the __autoload stack. This is because - spl_autoload_register() will effectively replace the engine cache for - the __autoload function by either spl_autoload() or spl_autoload_call(). + If your code has an existing __autoload function then + this function must be explicitly registered on the __autoload stack. This + is because spl_autoload_register will effectively + replace the engine cache for the __autoload function + by either spl_autoload or + spl_autoload_call. If there must be multiple autoload functions, spl_autoload_register