Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h980 #define ZEND_PARAM_REF (1<<3) macro
H A Dzend_language_parser.y581 | T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG { $$ = ZEND_PARAM_REF; }
H A Dzend_ast.c2450 if (ast->attr & ZEND_PARAM_REF) { in zend_ast_export_ex()
H A Dzend_compile.c7194 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params()
7407 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params()

Completed in 49 milliseconds