Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.c876 zval *method_name_ptr, *method_args_ptr; in zend_std_call_user_call() local
890 ALLOC_ZVAL(method_name_ptr); in zend_std_call_user_call()
891 INIT_PZVAL(method_name_ptr); in zend_std_call_user_call()
892 ZVAL_STRING(method_name_ptr, func->function_name, 0); /* no dup - it's a copy */ in zend_std_call_user_call()
899 …&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_… in zend_std_call_user_call()
911 zval_ptr_dtor(&method_name_ptr); in zend_std_call_user_call()
1094 zval *method_name_ptr, *method_args_ptr; in zend_std_callstatic_user_call() local
1108 ALLOC_ZVAL(method_name_ptr); in zend_std_callstatic_user_call()
1109 INIT_PZVAL(method_name_ptr); in zend_std_callstatic_user_call()
1110 ZVAL_STRING(method_name_ptr, func->function_name, 0); /* no dup - it's a copy */ in zend_std_callstatic_user_call()
[all …]

Completed in 23 milliseconds