Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dvar_unserializer.c1161 zval user_func; in php_var_unserialize_internal() local
1232 ZVAL_STRING(&user_func, PG(unserialize_callback_func)); in php_var_unserialize_internal()
1236 …if (call_user_function_ex(CG(function_table), NULL, &user_func, &retval, 1, args, 0, NULL) != SUCC… in php_var_unserialize_internal()
1240 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1244 php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func)); in php_var_unserialize_internal()
1247 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1255 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1263 …(NULL, E_WARNING, "Function %s() hasn't defined the class it was called for", Z_STRVAL(user_func)); in php_var_unserialize_internal()
1269 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
H A Dvar_unserializer.re840 zval user_func;
911 ZVAL_STRING(&user_func, PG(unserialize_callback_func));
915 …if (call_user_function_ex(CG(function_table), NULL, &user_func, &retval, 1, args, 0, NULL) != SUCC…
919 zval_ptr_dtor(&user_func);
923 php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func));
926 zval_ptr_dtor(&user_func);
934 zval_ptr_dtor(&user_func);
942 …(NULL, E_WARNING, "Function %s() hasn't defined the class it was called for", Z_STRVAL(user_func));
948 zval_ptr_dtor(&user_func);

Completed in 9 milliseconds