Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_compile.h977 #define ZEND_RETURNS_VALUE (1<<1) macro
H A Dzend_compile.c4500 opline->extended_value = ZEND_RETURNS_VALUE; in zend_compile_return()
H A Dzend_vm_def.h3907 (OP1_TYPE == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
H A Dzend_vm_execute.h2775 (IS_CONST == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
17709 (IS_TMP_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
20482 (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
36929 (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_dump.c555 if (opline->extended_value == ZEND_RETURNS_VALUE) { in zend_dump_op()

Completed in 215 milliseconds