Searched refs:zend_rc_debug (Results 1 – 8 of 8) sorted by relevance
62 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()
790 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()
2412 zend_rc_debug = 1; in php_module_startup()2443 zend_rc_debug = 0; in php_module_shutdown()
244 if (zend_rc_debug) { in zend_new_interned_string_request()309 if (zend_rc_debug) { in zend_string_init_interned_request()
1177 extern ZEND_API bool zend_rc_debug;1181 if (zend_rc_debug) { \
3039 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()
98 ZEND_API bool zend_rc_debug = 0; variable
1815 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