Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c2499 static zend_op *zend_delayed_compile_prop(znode *result, zend_ast *ast, uint32_t type) /* {{{ */ in zend_delayed_compile_prop() function
2534 zend_op *opline = zend_delayed_compile_prop(result, ast, type); in zend_compile_prop()
2807 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
2962 zend_delayed_compile_prop(result, var_ast, BP_VAR_RW); in zend_compile_compound_assign()
8773 zend_op *opline = zend_delayed_compile_prop(result, ast, type); in zend_delayed_compile_var()

Completed in 31 milliseconds