Searched refs:PHP_DEBUG (Results 1 – 25 of 30) sorted by relevance
12
7 if (defined("PHP_DEBUG") && PHP_DEBUG)
81 dnl Checks for PHP_DEBUG / ZEND_DEBUG / ZTS.91 PHP_DEBUG=yes93 PHP_DEBUG=no96 AC_MSG_RESULT([$PHP_DEBUG])115 if test "$PHP_DEBUG" = "yes"; then116 PHP_DEBUG=1134 PHP_DEBUG=0
212 #if PHP_DEBUG237 #if PHP_DEBUG274 #if PHP_DEBUG279 #if PHP_DEBUG
202 #if PHP_DEBUG in _mysqlnd_efree()233 #if PHP_DEBUG in _mysqlnd_pefree()265 #if PHP_DEBUG in _mysqlnd_pememdup()296 #if PHP_DEBUG in _mysqlnd_pestrndup()338 #if PHP_DEBUG in _mysqlnd_pestrdup()
38 #if defined(A0) && PHP_DEBUG42 #if PHP_DEBUG
731 #if PHP_DEBUG in mysqlnd_debug()
8 if (!PHP_DEBUG) die('skip requires debug build');
5 …MILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size') && !PHP_DEBUG) {
7 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is nor implemented…
15 … return "php" . PHP_MAJOR_VERSION . (PHP_ZTS ? "ts" : "") . (PHP_DEBUG ? "_debug" : "") . ".dll";
7 if (PHP_DEBUG || getenv('SKIP_ASAN')) echo "xleak FFI cleanup after parser error is nor implemented…
5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
55 #undef PHP_DEBUG56 #define PHP_DEBUG ZEND_DEBUG macro112 #if PHP_DEBUG
46 const PHP_DEBUG = UNKNOWN; define
15 REGISTER_LONG_CONSTANT("PHP_DEBUG", PHP_DEBUG, CONST_PERSISTENT); in register_main_symbols()
30 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);32 if (PHP_DEBUG == "yes" && PHP_DEBUG_PACK == "yes") {38 if (PHP_DEBUG == "yes")
789 if (PHP_DEBUG == "yes") {1131 if (PHP_DEBUG != "no") {1248 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {1255 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {1461 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {1467 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {1509 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {3266 if (PHP_DEBUG == "yes") {3452 if (PHP_DEBUG == "yes") {3515 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {[all …]
32 if (PHP_DEBUG == "yes" && PHP_DEBUG_PACK == "yes") {36 if (PHP_DEBUG == "yes") {58 if (PHP_DEBUG == "yes")72 if(PHP_DEBUG == 'yes') {108 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {112 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
235 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
39 if (PHP_DEBUG == "yes") {
20 if (PHP_DEBUG == "no") {
34 #if defined(PDO_USE_MYSQLND) && PHP_DEBUG && !defined(PHP_WIN32)
489 # if PHP_DEBUG in php_win32_crt_compatible()
112 #if PHP_DEBUG in php_win32_cp_conv_ascii_to_w()
877 if test "$PHP_DEBUG" = "yes"; then878 PHP_DEBUG=1896 PHP_DEBUG=0908 PHP_DEBUG=11432 if test "$PHP_DEBUG" = "1"; then1449 if test "$PHP_DEBUG" = "1"; then
Completed in 53 milliseconds