Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dvar_unserializer.c1151 zval user_func; in php_var_unserialize_internal() local
1222 ZVAL_STRING(&user_func, PG(unserialize_callback_func)); in php_var_unserialize_internal()
1226 …if (call_user_function_ex(CG(function_table), NULL, &user_func, &retval, 1, args, 0, NULL) != SUCC… in php_var_unserialize_internal()
1230 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1234 php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func)); in php_var_unserialize_internal()
1237 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1245 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
1253 …(NULL, E_WARNING, "Function %s() hasn't defined the class it was called for", Z_STRVAL(user_func)); in php_var_unserialize_internal()
1259 zval_ptr_dtor(&user_func); in php_var_unserialize_internal()
H A Dvar_unserializer.re894 zval user_func;
965 ZVAL_STRING(&user_func, PG(unserialize_callback_func));
969 …if (call_user_function_ex(CG(function_table), NULL, &user_func, &retval, 1, args, 0, NULL) != SUCC…
973 zval_ptr_dtor(&user_func);
977 php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func));
980 zval_ptr_dtor(&user_func);
988 zval_ptr_dtor(&user_func);
996 …(NULL, E_WARNING, "Function %s() hasn't defined the class it was called for", Z_STRVAL(user_func));
1002 zval_ptr_dtor(&user_func);

Completed in 16 milliseconds