Home
last modified time | relevance | path

Searched refs:zend_rc_debug (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/standard/
H A Ddl.c62 bool orig_rc_debug = zend_rc_debug; in PHP_FUNCTION()
66 zend_rc_debug = false; in PHP_FUNCTION()
75 zend_rc_debug = orig_rc_debug; in PHP_FUNCTION()
/PHP-8.2/main/
H A Dphp_ini.c790 bool orig_rc_debug = zend_rc_debug; in php_parse_user_ini_file()
791 zend_rc_debug = false; in php_parse_user_ini_file()
795 zend_rc_debug = orig_rc_debug; in php_parse_user_ini_file()
H A Dmain.c2412 zend_rc_debug = 1; in php_module_startup()
2443 zend_rc_debug = 0; in php_module_shutdown()
/PHP-8.2/Zend/
H A Dzend_string.c244 if (zend_rc_debug) { in zend_new_interned_string_request()
309 if (zend_rc_debug) { in zend_string_init_interned_request()
H A Dzend_types.h1177 extern ZEND_API bool zend_rc_debug;
1181 if (zend_rc_debug) { \
H A Dzend_API.c3039 bool orig_rc_debug = zend_rc_debug; in module_destructor()
3047 zend_rc_debug = false; in module_destructor()
3088 zend_rc_debug = orig_rc_debug; in module_destructor()
H A Dzend.c98 ZEND_API bool zend_rc_debug = 0; variable
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c1815 old_rc_debug = zend_rc_debug; in main()
1816 zend_rc_debug = 0; in main()
1822 zend_rc_debug = old_rc_debug; in main()

Completed in 56 milliseconds