Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h107 ZEND_AST_ASSIGN_REF, enumerator
H A Dzend_language_parser.y861 { $$ = zend_ast_create(ZEND_AST_ASSIGN_REF, $1, $4); }
H A Dzend_ast.c1344 case ZEND_AST_ASSIGN_REF: BINARY_OP(" =& ", 90, 91, 90); in zend_ast_export_ex()
H A Dzend_compile.c2667 zend_ast *assign_ast = zend_ast_create(ZEND_AST_ASSIGN_REF, var_ast, in zend_emit_assign_ref_znode()
7219 case ZEND_AST_ASSIGN_REF: in zend_compile_expr()

Completed in 74 milliseconds