Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_compile.h734 #define ZEND_RETURNS_NEW 1<<1 macro
H A Dzend_vm_def.h1610 } else if (OP2_TYPE == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) {
1624 if (OP2_TYPE == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) {
H A Dzend_vm_execute.h14014 } else if (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_VAR_VAR_HANDLER()
14028 if (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_VAR_VAR_HANDLER()
16411 } else if (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_VAR_CV_HANDLER()
16425 if (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_VAR_CV_HANDLER()
27483 } else if (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_CV_VAR_HANDLER()
27497 if (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_CV_VAR_HANDLER()
29665 } else if (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_CV_CV_HANDLER()
29679 if (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_CV_CV_HANDLER()
H A Dzend_compile.c726 opline->extended_value = ZEND_RETURNS_NEW; in zend_do_assign_ref()

Completed in 127 milliseconds