Home
last modified time | relevance | path

Searched refs:current_namespace (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_compile.c300 if (FC(current_namespace)) { in zend_end_namespace()
302 FC(current_namespace) = NULL; in zend_end_namespace()
313 FC(current_namespace) = NULL; in zend_file_context_begin()
830 if (FC(current_namespace)) { in zend_prefix_with_ns()
831 zend_string *ns = FC(current_namespace); in zend_prefix_with_ns()
6785 if (FC(current_namespace)) { in zend_compile_namespace()
6818 if (FC(current_namespace)) { in zend_compile_namespace()
6831 FC(current_namespace) = NULL; in zend_compile_namespace()
6947 if (FC(current_namespace)) { in zend_try_ct_eval_magic_const()
6948 ZVAL_STR_COPY(zv, FC(current_namespace)); in zend_try_ct_eval_magic_const()
[all …]
H A Dzend_compile.h114 zend_string *current_namespace; member

Completed in 33 milliseconds