Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c2364 static zend_op *zend_delayed_compile_prop(znode *result, zend_ast *ast, uint32_t type) /* {{{ */ in zend_delayed_compile_prop() function
2393 zend_delayed_compile_prop(result, ast, type); in zend_compile_prop_common()
2608 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
2707 zend_delayed_compile_prop(result, var_ast, BP_VAR_RW); in zend_compile_compound_assign()
7373 opline = zend_delayed_compile_prop(result, ast, type); in zend_delayed_compile_var()

Completed in 31 milliseconds