Home
last modified time | relevance | path

Searched refs:user_func (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/standard/
H A Dvar_unserializer.c1124 zval user_func; in php_var_unserialize_internal() local
1195 ZVAL_STRING(&user_func, PG(unserialize_callback_func)); in php_var_unserialize_internal()
1199 …if (call_user_function_ex(CG(function_table), NULL, &user_func, &retval, 1, args, 0, NULL) != SUCC… in php_var_unserialize_internal()
1203 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1207 php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func)); in php_var_unserialize_internal()
1210 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1218 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1226 …(NULL, E_WARNING, "Function %s() hasn't defined the class it was called for", Z_STRVAL(user_func)); in php_var_unserialize_internal()
1232 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
H A Dvar_unserializer.re803 zval user_func;
874 ZVAL_STRING(&user_func, PG(unserialize_callback_func));
878 …if (call_user_function_ex(CG(function_table), NULL, &user_func, &retval, 1, args, 0, NULL) != SUCC…
882 zval_ptr_dtor(&user_func);
886 php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func));
889 zval_ptr_dtor(&user_func);
897 zval_ptr_dtor(&user_func);
905 …(NULL, E_WARNING, "Function %s() hasn't defined the class it was called for", Z_STRVAL(user_func));
911 zval_ptr_dtor(&user_func);

Completed in 8 milliseconds