Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ast.h92 ZEND_AST_REF, enumerator
H A Dzend_language_parser.y540 | '&' variable { $$ = zend_ast_create(ZEND_AST_REF, $2); }
H A Dzend_ast.c1294 case ZEND_AST_REF: in zend_ast_export_ex()
H A Dzend_compile.c3942 zend_bool by_ref = value_ast->kind == ZEND_AST_REF; in zend_compile_foreach()
3951 if (key_ast->kind == ZEND_AST_REF) { in zend_compile_foreach()

Completed in 37 milliseconds