Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c2734 static zend_op *zend_delayed_compile_prop(znode *result, zend_ast *ast, uint32_t type) /* {{{ */ in zend_delayed_compile_prop() function
2763 zend_delayed_compile_prop(result, ast, type); in zend_compile_prop_common()
3022 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
3131 zend_delayed_compile_prop(result, var_ast, BP_VAR_RW); in zend_compile_compound_assign()
8072 opline = zend_delayed_compile_prop(result, ast, type); in zend_delayed_compile_var()

Completed in 40 milliseconds