From 96671a4ad9678a58176996202614691c9c68f7a7 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 1 Jun 2010 03:14:42 +0000 Subject: [PATCH] Fix doc bug #51959 (Update 5.3 migration guide with func_get_arg() BC break). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300022 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index f05e974da8..72b9dba8d0 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -144,6 +144,15 @@ magic method is now invoked on access to private and protected methods. + + + func_get_arg, func_get_args and + func_num_args can no longer be called from the + outermost scope of a file that has been included by calling + include or require from within + a function in the calling file. + + The following keywords are now reserved and may not be used in function,