Searched refs:user_func (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | var_unserializer.c | 643 zval *user_func; in php_var_unserialize() local 710 MAKE_STD_ZVAL(user_func); in php_var_unserialize() 711 ZVAL_STRING(user_func, PG(unserialize_callback_func), 1); in php_var_unserialize() 716 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML… in php_var_unserialize() 720 zval_ptr_dtor(&user_func); in php_var_unserialize() 724 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val… in php_var_unserialize() 727 zval_ptr_dtor(&user_func); in php_var_unserialize() 737 zval_ptr_dtor(&user_func); in php_var_unserialize() 746 …, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val); in php_var_unserialize() 751 zval_ptr_dtor(&user_func); in php_var_unserialize()
|
H A D | var_unserializer.re | 702 zval *user_func; 769 MAKE_STD_ZVAL(user_func); 770 ZVAL_STRING(user_func, PG(unserialize_callback_func), 1); 775 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML… 779 zval_ptr_dtor(&user_func); 783 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val… 786 zval_ptr_dtor(&user_func); 796 zval_ptr_dtor(&user_func); 805 …, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val); 810 zval_ptr_dtor(&user_func);
|
Completed in 7 milliseconds