Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.c706 zval *method_name_ptr, *method_args_ptr; in zend_std_call_user_call() local
720 ALLOC_ZVAL(method_name_ptr); in zend_std_call_user_call()
721 INIT_PZVAL(method_name_ptr); in zend_std_call_user_call()
722 ZVAL_STRING(method_name_ptr, func->function_name, 0); /* no dup - it's a copy */ in zend_std_call_user_call()
729 …&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_… in zend_std_call_user_call()
741 zval_ptr_dtor(&method_name_ptr); in zend_std_call_user_call()
922 zval *method_name_ptr, *method_args_ptr; in zend_std_callstatic_user_call() local
936 ALLOC_ZVAL(method_name_ptr); in zend_std_callstatic_user_call()
937 INIT_PZVAL(method_name_ptr); in zend_std_callstatic_user_call()
938 ZVAL_STRING(method_name_ptr, func->function_name, 0); /* no dup - it's a copy */ in zend_std_callstatic_user_call()
[all …]

Completed in 7 milliseconds