Searched refs:method_result_ptr (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_object_handlers.c | 871 zval *method_result_ptr = NULL; in zend_std_call_user_call() local 893 …zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr… in zend_std_call_user_call() 895 if (method_result_ptr) { in zend_std_call_user_call() 896 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { in zend_std_call_user_call() 897 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_call_user_call() 899 RETVAL_ZVAL(method_result_ptr, 0, 1); in zend_std_call_user_call() 1089 zval *method_result_ptr = NULL; in zend_std_callstatic_user_call() local 1112 if (method_result_ptr) { in zend_std_callstatic_user_call() 1113 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { in zend_std_callstatic_user_call() 1114 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_callstatic_user_call() [all …]
|
Completed in 8 milliseconds