Home
last modified time | relevance | path

Searched refs:PHP_DEBUG (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_alloc.c83 #if PHP_DEBUG in _mysqlnd_emalloc()
88 #if PHP_DEBUG in _mysqlnd_emalloc()
95 #if PHP_DEBUG in _mysqlnd_emalloc()
100 #if PHP_DEBUG in _mysqlnd_emalloc()
123 #if PHP_DEBUG in _mysqlnd_pemalloc()
128 #if PHP_DEBUG in _mysqlnd_pemalloc()
135 #if PHP_DEBUG in _mysqlnd_pemalloc()
140 #if PHP_DEBUG in _mysqlnd_pemalloc()
166 #if PHP_DEBUG in _mysqlnd_ecalloc()
171 #if PHP_DEBUG in _mysqlnd_ecalloc()
[all …]
H A Dphp_mysqlnd.c236 #if PHP_DEBUG
273 #if PHP_DEBUG
299 #if PHP_DEBUG
338 #if PHP_DEBUG
343 #if PHP_DEBUG
H A Dmysqlnd.h41 #if A0 && PHP_DEBUG
45 #if PHP_DEBUG
H A Dmysqlnd_debug.c726 #if PHP_DEBUG in mysqlnd_debug()
/PHP-7.3/scripts/
H A Dphpize.m465 dnl Checks for PHP_DEBUG / ZEND_DEBUG / ZTS
75 PHP_DEBUG=yes
77 PHP_DEBUG=no
80 AC_MSG_RESULT([$PHP_DEBUG])
103 if test "$PHP_DEBUG" = "yes"; then
104 PHP_DEBUG=1
125 PHP_DEBUG=0
/PHP-7.3/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt5 if (defined("PHP_DEBUG") && PHP_DEBUG)
/PHP-7.3/Zend/tests/return_types/
H A Dinternal_functions001.phpt7 if (!PHP_DEBUG) die('skip requires debug build');
/PHP-7.3/main/
H A Dphp.h58 #undef PHP_DEBUG
59 #define PHP_DEBUG ZEND_DEBUG macro
104 # ifndef PHP_DEBUG
127 #if PHP_DEBUG
/PHP-7.3/Zend/tests/
H A Dconcat_003.phpt4 <?php if (PHP_DEBUG) { die ("skip debug version is slow"); } ?>
/PHP-7.3/ext/standard/tests/file/
H A Dpopen_pclose_error-win32-debug.phpt5 if(substr(PHP_OS, 0, 3) != 'WIN' && PHP_DEBUG) die("skip Valid only on Windows");
6 if(!PHP_DEBUG) die("skip Not Valid for release builds");
H A Dpopen_pclose_error-win32.phpt6 if (PHP_DEBUG) die("skip Not Valid for debug builds");
/PHP-7.3/win32/build/
H A Dconfig.w32.phpize.in28 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);
30 if (PHP_DEBUG == "yes" && PHP_DEBUG_PACK == "yes") {
36 if (PHP_DEBUG == "yes")
H A Dconfutils.js805 if (PHP_DEBUG == "yes") {
1147 if (PHP_DEBUG != "no") {
1264 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1268 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
1471 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1474 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
1513 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
3226 if (PHP_DEBUG == "yes") {
3386 if (PHP_DEBUG == "yes") {
3439 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {
[all …]
H A Dconfig.w3230 if (PHP_DEBUG == "yes" && PHP_DEBUG_PACK == "yes") {
34 if (PHP_DEBUG == "yes") {
56 if (PHP_DEBUG == "yes")
70 if(PHP_DEBUG == 'yes') {
106 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
110 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
H A Dphpize.js.in231 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
/PHP-7.3/ext/xsl/
H A Dconfig.w3239 if (PHP_DEBUG == "yes") {
/PHP-7.3/ext/phar/
H A Dconfig.w3220 if (PHP_DEBUG == "no") {
/PHP-7.3/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h40 #if defined(PDO_USE_MYSQLND) && PHP_DEBUG && !defined(PHP_WIN32)
/PHP-7.3/
H A Dconfigure.ac931 if test "$PHP_DEBUG" = "yes"; then
932 PHP_DEBUG=1
953 PHP_DEBUG=0
1269 if test "$PHP_DEBUG" = "1"; then
1286 if test "$PHP_DEBUG" = "1"; then
/PHP-7.3/win32/
H A Dcodepage.c106 #if PHP_DEBUG in php_win32_cp_conv_ascii_to_w()
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c1882 #if PHP_DEBUG in php_cli_server_close_connection()
2378 #if PHP_DEBUG in php_cli_server_recv_event_read_request()
2465 #if PHP_DEBUG in php_cli_server_do_event_for_each_fd_callback()
H A Dphp_cli.c575 #if PHP_DEBUG in cli_register_file_handles()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c1822 #if defined(ZTS) && !defined(PHP_DEBUG) in main()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c1963 #if defined(ZTS) && !defined(PHP_DEBUG)
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c1005 #if PHP_DEBUG in phpdbg_register_file_handles()

Completed in 142 milliseconds

12