Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_compile.h813 #define ZEND_RETURNS_NEW 1<<1 macro
H A Dzend_vm_def.h1794 } else if (OP2_TYPE == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) {
1808 if (OP2_TYPE == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) {
H A Dzend_vm_execute.h17747 } else if (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_VAR_VAR_HANDLER()
17761 if (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_VAR_VAR_HANDLER()
20876 } else if (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_VAR_CV_HANDLER()
20890 if (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_VAR_CV_HANDLER()
33214 } else if (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_CV_VAR_HANDLER()
33228 if (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_CV_VAR_HANDLER()
36070 } else if (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_CV_CV_HANDLER()
36084 if (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_NEW) { in ZEND_ASSIGN_REF_SPEC_CV_CV_HANDLER()
H A Dzend_compile.c1046 opline->extended_value = ZEND_RETURNS_NEW; in zend_do_assign_ref()

Completed in 117 milliseconds