method_args_ptr 908 Zend/zend_object_handlers.c zval *method_name_ptr, *method_args_ptr; method_args_ptr 912 Zend/zend_object_handlers.c ALLOC_ZVAL(method_args_ptr); method_args_ptr 913 Zend/zend_object_handlers.c INIT_PZVAL(method_args_ptr); method_args_ptr 914 Zend/zend_object_handlers.c array_init_size(method_args_ptr, ZEND_NUM_ARGS()); method_args_ptr 916 Zend/zend_object_handlers.c if (UNEXPECTED(zend_copy_parameters_array(ZEND_NUM_ARGS(), method_args_ptr TSRMLS_CC) == FAILURE)) { method_args_ptr 917 Zend/zend_object_handlers.c zval_dtor(method_args_ptr); method_args_ptr 931 Zend/zend_object_handlers.c zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr); method_args_ptr 939 Zend/zend_object_handlers.c zval_ptr_dtor(&method_args_ptr); method_args_ptr 1123 Zend/zend_object_handlers.c zval *method_name_ptr, *method_args_ptr; method_args_ptr 1127 Zend/zend_object_handlers.c ALLOC_ZVAL(method_args_ptr); method_args_ptr 1128 Zend/zend_object_handlers.c INIT_PZVAL(method_args_ptr); method_args_ptr 1129 Zend/zend_object_handlers.c array_init_size(method_args_ptr, ZEND_NUM_ARGS()); method_args_ptr 1131 Zend/zend_object_handlers.c if (UNEXPECTED(zend_copy_parameters_array(ZEND_NUM_ARGS(), method_args_ptr TSRMLS_CC) == FAILURE)) { method_args_ptr 1132 Zend/zend_object_handlers.c zval_dtor(method_args_ptr); method_args_ptr 1145 Zend/zend_object_handlers.c zend_call_method_with_2_params(NULL, ce, &ce->__callstatic, ZEND_CALLSTATIC_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr); method_args_ptr 1153 Zend/zend_object_handlers.c zval_ptr_dtor(&method_args_ptr);