Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c3126 static zend_op *zend_delayed_compile_prop(znode *result, zend_ast *ast, uint32_t type) /* {{{ */ in zend_delayed_compile_prop() function
3203 zend_op *opline = zend_delayed_compile_prop(result, ast, type); in zend_compile_prop()
3508 zend_delayed_compile_prop(result, var_ast, BP_VAR_W); in zend_compile_assign()
3679 zend_delayed_compile_prop(result, var_ast, BP_VAR_RW); in zend_compile_compound_assign()
11643 zend_op *opline = zend_delayed_compile_prop(result, ast, type); in zend_delayed_compile_var()

Completed in 45 milliseconds