Home
last modified time | relevance | path

Searched refs:zend_is_executing (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/Zend/
H A Dzend.c1048 if (zend_is_executing(TSRMLS_C)) { in zend_error()
1053 if (zend_is_executing(TSRMLS_C) && EG(opline_ptr)) { in zend_error()
1085 } else if (zend_is_executing(TSRMLS_C)) { in zend_error()
1384 } else if (zend_is_executing(TSRMLS_C)) { in zend_make_compiled_string_description()
H A Dzend_execute.h346 ZEND_API zend_bool zend_is_executing(TSRMLS_D);
H A Dzend_execute_API.c340 if (!zend_is_executing(TSRMLS_C)) { in get_active_class_name()
368 if (!zend_is_executing(TSRMLS_C)) { in get_active_function_name()
415 ZEND_API zend_bool zend_is_executing(TSRMLS_D) /* {{{ */ in zend_is_executing() function
/PHP-5.5/main/
H A Dfopen_wrappers.c567 if (zend_is_executing(TSRMLS_C)) {
644 if (zend_is_executing(TSRMLS_C)) {
H A Doutput.c114 } else if (zend_is_executing(TSRMLS_C)) { in php_output_header()
/PHP-5.5/ext/dom/
H A Dxpath.c90 if (! zend_is_executing(TSRMLS_C)) { in dom_xpath_ext_function_php()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c198 if (! zend_is_executing(TSRMLS_C)) { in xsl_ext_function_php()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1471 if (zend_is_executing(TSRMLS_C)) { in _php_stream_fopen_with_path()
/PHP-5.5/ext/phar/
H A Dutil.c265 if (!zend_is_executing(TSRMLS_C) || !PHAR_G(cwd)) { in phar_find_in_include_path()

Completed in 64 milliseconds