Searched refs:method_args_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 710 ALLOC_ZVAL(method_args_ptr); 711 INIT_PZVAL(method_args_ptr); 712 array_init_size(method_args_ptr, ZEND_NUM_ARGS()); 714 if (zend_copy_parameters_array(ZEND_NUM_ARGS(), method_args_ptr TSRMLS_CC) == FAILURE) { 715 zval_dtor(method_args_ptr); 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); 740 zval_ptr_dtor(&method_args_ptr); 922 zval *method_name_ptr, *method_args_ptr; local 926 ALLOC_ZVAL(method_args_ptr); [all...] |
Completed in 3 milliseconds