Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.h116 ZEND_AST_ASSIGN, enumerator
H A Dzend_language_parser.y1020 { $3->attr = ZEND_ARRAY_SYNTAX_LIST; $$ = zend_ast_create(ZEND_AST_ASSIGN, $3, $6); }
1022 { $2->attr = ZEND_ARRAY_SYNTAX_SHORT; $$ = zend_ast_create(ZEND_AST_ASSIGN, $2, $5); }
1024 { $$ = zend_ast_create(ZEND_AST_ASSIGN, $1, $3); }
H A Dzend_ast.c1829 case ZEND_AST_ASSIGN: BINARY_OP(" = ", 90, 91, 90); in zend_ast_export_ex()
H A Dzend_compile.c2736 zend_ast *assign_ast = zend_ast_create(ZEND_AST_ASSIGN, var_ast, in zend_emit_assign_znode()
9532 case ZEND_AST_ASSIGN: in zend_compile_expr_inner()

Completed in 41 milliseconds