method_result_ptr  909 Zend/zend_object_handlers.c 	zval *method_result_ptr = NULL;
method_result_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_result_ptr  933 Zend/zend_object_handlers.c 	if (method_result_ptr) {
method_result_ptr  934 Zend/zend_object_handlers.c 		RETVAL_ZVAL_FAST(method_result_ptr);
method_result_ptr  935 Zend/zend_object_handlers.c 		zval_ptr_dtor(&method_result_ptr);
method_result_ptr 1124 Zend/zend_object_handlers.c 	zval *method_result_ptr = NULL;
method_result_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_result_ptr 1147 Zend/zend_object_handlers.c 	if (method_result_ptr) {
method_result_ptr 1148 Zend/zend_object_handlers.c 		RETVAL_ZVAL_FAST(method_result_ptr);
method_result_ptr 1149 Zend/zend_object_handlers.c 		zval_ptr_dtor(&method_result_ptr);