File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3072,7 +3072,7 @@ PHP_FUNCTION(call_user_func)
3072
3072
}
3073
3073
/* }}} */
3074
3074
3075
- /* {{{ proto mixed call_user_func_array(string function_name , array parameters)
3075
+ /* {{{ proto mixed call_user_func_array(callable function , array parameters)
3076
3076
Call a user function which is the first parameter with the arguments contained in array
3077
3077
Warning: This function is special-cased by zend_compile.c and so is usually bypassed */
3078
3078
PHP_FUNCTION (call_user_func_array )
@@ -3136,8 +3136,8 @@ PHP_FUNCTION(forward_static_call)
3136
3136
}
3137
3137
/* }}} */
3138
3138
3139
- /* {{{ proto mixed call_user_func_array(string function_name , array parameters) U
3140
- Call a user function which is the first parameter with the arguments contained in array */
3139
+ /* {{{ proto mixed forward_static_call_array(callable function , array parameters)
3140
+ Call a static method which is the first parameter with the arguments contained in array */
3141
3141
PHP_FUNCTION (forward_static_call_array )
3142
3142
{
3143
3143
zval * params , retval ;
You can’t perform that action at this time.
0 commit comments