Searched defs:method_name_ptr (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_object_handlers.c | 706 zval *method_name_ptr, *method_args_ptr; local 720 ALLOC_ZVAL(method_name_ptr); 721 INIT_PZVAL(method_name_ptr); 722 ZVAL_STRING(method_name_ptr, func->function_name, 0); /* no dup - it's a copy */ 729 zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr); 741 zval_ptr_dtor(&method_name_ptr); 922 zval *method_name_ptr, *method_args_ptr; local 936 ALLOC_ZVAL(method_name_ptr); 937 INIT_PZVAL(method_name_ptr); 938 ZVAL_STRING(method_name_ptr, fun [all...] |
Completed in 5 milliseconds