Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dvar_unserializer.c683 zval *user_func; in php_var_unserialize() local
750 MAKE_STD_ZVAL(user_func); in php_var_unserialize()
751 ZVAL_STRING(user_func, PG(unserialize_callback_func), 1); in php_var_unserialize()
756 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML… in php_var_unserialize()
760 zval_ptr_dtor(&user_func); in php_var_unserialize()
764 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val… in php_var_unserialize()
767 zval_ptr_dtor(&user_func); in php_var_unserialize()
777 zval_ptr_dtor(&user_func); in php_var_unserialize()
787 …, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val); in php_var_unserialize()
793 zval_ptr_dtor(&user_func); in php_var_unserialize()
H A Dvar_unserializer.re758 zval *user_func;
825 MAKE_STD_ZVAL(user_func);
826 ZVAL_STRING(user_func, PG(unserialize_callback_func), 1);
831 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML…
835 zval_ptr_dtor(&user_func);
839 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val…
842 zval_ptr_dtor(&user_func);
852 zval_ptr_dtor(&user_func);
862 …, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val);
868 zval_ptr_dtor(&user_func);

Completed in 8 milliseconds