Searched defs:method_result_ptr (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_object_handlers.c | 707 zval *method_result_ptr = NULL; local 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); 731 if (method_result_ptr) { 732 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { 733 RETVAL_ZVAL(method_result_ptr, 1, 1); 735 RETVAL_ZVAL(method_result_ptr, 0, 1); 923 zval *method_result_ptr = NULL; local 944 zend_call_method_with_2_params(NULL, ce, &ce->__callstatic, ZEND_CALLSTATIC_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr); 946 if (method_result_ptr) { [all...] |
Completed in 4 milliseconds