Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.h840 #define ZEND_PARAM_REF (1<<0) macro
H A Dzend_language_parser.y490 | '&' { $$ = ZEND_PARAM_REF; }
H A Dzend_ast.c1626 if (ast->attr & ZEND_PARAM_REF) { in zend_ast_export_ex()
H A Dzend_compile.c5134 zend_bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params()

Completed in 42 milliseconds