Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.c877 zval *method_result_ptr = NULL; in zend_std_call_user_call() local
899 …zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr in zend_std_call_user_call()
901 if (method_result_ptr) { in zend_std_call_user_call()
902 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { in zend_std_call_user_call()
903 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_call_user_call()
905 RETVAL_ZVAL(method_result_ptr, 0, 1); in zend_std_call_user_call()
1095 zval *method_result_ptr = NULL; in zend_std_callstatic_user_call() local
1118 if (method_result_ptr) { in zend_std_callstatic_user_call()
1119 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { in zend_std_callstatic_user_call()
1120 RETVAL_ZVAL(method_result_ptr, 1, 1); in zend_std_callstatic_user_call()
[all …]

Completed in 11 milliseconds