Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h947 #define ZEND_RETURNS_VALUE 1<<1 macro
H A Dzend_compile.c3664 opline->extended_value = ZEND_RETURNS_VALUE; in zend_compile_return()
H A Dzend_vm_def.h4057 (OP1_TYPE == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
H A Dzend_vm_execute.h3149 (IS_CONST == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
11975 (IS_TMP_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
15235 (IS_VAR == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {
28939 (IS_CV == IS_VAR && opline->extended_value == ZEND_RETURNS_VALUE)) {

Completed in 184 milliseconds