diff options
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r-- | ext/standard/basic_functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 9c3ed32ae5..b164ec1ec1 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -41,6 +41,7 @@ PHP_RSHUTDOWN_FUNCTION(basic); PHP_MINFO_FUNCTION(basic); PHP_GINIT_FUNCTION(basic); +PHP_FUNCTION(constant); PHP_FUNCTION(intval); PHP_FUNCTION(doubleval); PHP_FUNCTION(strval); @@ -78,6 +79,7 @@ PHP_FUNCTION(is_object); PHP_FUNCTION(error_log); PHP_FUNCTION(call_user_func); +PHP_FUNCTION(call_user_func_array); PHP_FUNCTION(call_user_method); PHP_FUNCTION(register_shutdown_function); |