Home
last modified time | relevance | path

Searched refs:current_namespace (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.4/Zend/
H A Dzend_compile.c292 if (FC(current_namespace)) { in zend_end_namespace()
294 FC(current_namespace) = NULL; in zend_end_namespace()
305 FC(current_namespace) = NULL; in zend_file_context_begin()
806 if (FC(current_namespace)) { in zend_prefix_with_ns()
807 zend_string *ns = FC(current_namespace); in zend_prefix_with_ns()
6825 if (FC(current_namespace)) { in zend_compile_namespace()
6858 if (FC(current_namespace)) { in zend_compile_namespace()
6871 FC(current_namespace) = NULL; in zend_compile_namespace()
6990 if (FC(current_namespace)) { in zend_try_ct_eval_magic_const()
6991 ZVAL_STR_COPY(zv, FC(current_namespace)); in zend_try_ct_eval_magic_const()
[all …]
H A Dzend_compile.h109 zend_string *current_namespace; member

Completed in 35 milliseconds