Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c372 if (FC(current_namespace)) { in zend_end_namespace()
373 zend_string_release_ex(FC(current_namespace), 0); in zend_end_namespace()
374 FC(current_namespace) = NULL; in zend_end_namespace()
385 FC(current_namespace) = NULL; in zend_file_context_begin()
1009 if (FC(current_namespace)) { in zend_prefix_with_ns()
1010 zend_string *ns = FC(current_namespace); in zend_prefix_with_ns()
8748 if (FC(current_namespace)) { in zend_compile_namespace()
8772 if (FC(current_namespace)) { in zend_compile_namespace()
8785 FC(current_namespace) = NULL; in zend_compile_namespace()
8902 if (FC(current_namespace)) { in zend_try_ct_eval_magic_const()
[all …]
H A Dzend_compile.h112 zend_string *current_namespace; member

Completed in 92 milliseconds