Home
last modified time | relevance | path

Searched refs:method_result_ptr (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_object_handlers.c707 zval *method_result_ptr = NULL; in zend_std_call_user_call() local
729 …zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr in zend_std_call_user_call()
731 if (method_result_ptr) { in zend_std_call_user_call()
732 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { in zend_std_call_user_call()
733 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_call_user_call()
735 RETVAL_ZVAL(method_result_ptr, 0, 1); in zend_std_call_user_call()
923 zval *method_result_ptr = NULL; in zend_std_callstatic_user_call() local
946 if (method_result_ptr) { in zend_std_callstatic_user_call()
947 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { in zend_std_callstatic_user_call()
948 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_callstatic_user_call()
[all …]

Completed in 8 milliseconds