From 4ff73f7555fbca25d9668055a08f43edd507e8e1 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Sat, 22 May 2010 08:27:29 +0000 Subject: [PATCH] Fixed PHP bug #51885 (Typo, provisio should read "provision") git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299619 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/autoload.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/autoload.xml b/language/oop5/autoload.xml index 051cd070e7..38cace9dc4 100644 --- a/language/oop5/autoload.xml +++ b/language/oop5/autoload.xml @@ -21,7 +21,7 @@ caught in the catch block and would result in a fatal error. From 5.3.0+ exceptions thrown in the __autoload function can be caught in the - catch block, with 1 proviso. If throwing a custom exception, then + catch block, with 1 provision. If throwing a custom exception, then the custom exception class must be available. The __autoload function may be used recursively to autoload the custom exception class.