Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h816 #define ZEND_PARAM_REF (1<<0) macro
H A Dzend_language_parser.y484 | '&' { $$ = ZEND_PARAM_REF; }
H A Dzend_ast.c1622 if (ast->attr & ZEND_PARAM_REF) { in zend_ast_export_ex()
H A Dzend_compile.c4525 zend_bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params()

Completed in 37 milliseconds