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,