Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c2699 zend_bool returns_reference = (CG(active_op_array)->fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0; in zend_do_return() local
2704 if (returns_reference && !zend_is_function_or_method_call(expr)) { in zend_do_return()
2736 opline->opcode = returns_reference ? ZEND_RETURN_BY_REF : ZEND_RETURN; in zend_do_return()

Completed in 23 milliseconds