Home
last modified time | relevance | path

Searched refs:zend_is_compiling (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_execute_API.c1192 if ((flags & ZEND_FETCH_CLASS_NO_AUTOLOAD) || zend_is_compiling()) { in zend_lookup_class_ex()
1452 if (zend_is_compiling()) { in zend_timeout_handler()
H A Dzend.c1586 if (zend_is_compiling()) { in get_filename_lineno()
1951 if (zend_is_compiling()) { in zend_make_compiled_string_description()
H A Dzend_compile.h927 ZEND_API bool zend_is_compiling(void);
H A Dzend_compile.c506 ZEND_API bool zend_is_compiling(void) /* {{{ */ in zend_is_compiling() function
1413 if (scope && !zend_is_compiling()) { in zend_type_to_string_resolved()
/php-src/main/
H A Doutput.c106 if (zend_is_compiling()) { in php_output_header()

Completed in 51 milliseconds