Searched refs:PHP_DEBUG (Results 1 – 25 of 29) sorted by relevance
12
/php-src/scripts/ |
H A D | phpize.m4 | 74 dnl Checks for PHP_DEBUG / ZEND_DEBUG / ZTS. 84 [PHP_DEBUG=yes], 85 [PHP_DEBUG=no]) 87 AC_MSG_RESULT([$PHP_DEBUG]) 104 AS_VAR_IF([PHP_DEBUG], [yes], [ 105 PHP_DEBUG=1 123 PHP_DEBUG=0
|
/php-src/ext/fileinfo/tests/ |
H A D | cve-2014-3538-nojit.phpt | 7 if (defined("PHP_DEBUG") && PHP_DEBUG)
|
/php-src/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 212 #if PHP_DEBUG 237 #if PHP_DEBUG 274 #if PHP_DEBUG 279 #if PHP_DEBUG
|
H A D | mysqlnd_alloc.c | 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() 337 #if PHP_DEBUG in _mysqlnd_pestrdup()
|
H A D | mysqlnd.h | 38 #if defined(A0) && PHP_DEBUG 42 #if PHP_DEBUG
|
/php-src/Zend/tests/return_types/ |
H A D | internal_functions001.phpt | 8 if (!PHP_DEBUG) die('skip requires debug build');
|
/php-src/ext/dom/tests/modern/common/ |
H A D | template_indirect_removal.phpt | 7 if (!PHP_DEBUG) { die ("skip only for debug build"); }
|
H A D | template_simplexml.phpt | 8 if (!PHP_DEBUG) { die ("skip only for debug build"); }
|
/php-src/tests/output/ |
H A D | ob_011.phpt | 5 …MILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size') && !PHP_DEBUG) {
|
/php-src/ext/ffi/tests/ |
H A D | gh14286_2.phpt | 7 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is not implemented…
|
H A D | bug79576.phpt | 7 if (PHP_DEBUG || getenv('SKIP_ASAN')) echo "xleak FFI cleanup after parser error is not implemented…
|
H A D | bug78270_2.phpt | 9 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is not implemented…
|
/php-src/Zend/tests/ |
H A D | concat_003.phpt | 5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
|
/php-src/win32/build/ |
H A D | config.w32.phpize.in | 30 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG); 32 if (PHP_DEBUG == "yes" && PHP_DEBUG_PACK == "yes") { 38 if (PHP_DEBUG == "yes")
|
H A D | confutils.js | 790 if (PHP_DEBUG == "yes") { 1137 if (PHP_DEBUG != "no") { 1254 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") { 1259 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") { 1463 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") { 1467 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") { 1507 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") { 3262 if (PHP_DEBUG == "yes") { 3431 if (PHP_DEBUG == "yes") { 3494 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") { [all …]
|
H A D | config.w32 | 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") {
|
H A D | phpize.js.in | 235 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
|
/php-src/main/ |
H A D | main.stub.php | 53 const PHP_DEBUG = UNKNOWN; define
|
H A D | php.h | 55 #undef PHP_DEBUG 56 #define PHP_DEBUG ZEND_DEBUG macro
|
H A D | main_arginfo.h | 14 REGISTER_BOOL_CONSTANT("PHP_DEBUG", PHP_DEBUG, CONST_PERSISTENT); in register_main_symbols()
|
/php-src/ext/xsl/ |
H A D | config.w32 | 39 if (PHP_DEBUG == "yes") {
|
/php-src/ext/phar/ |
H A D | config.w32 | 20 if (PHP_DEBUG == "no") {
|
/php-src/ext/opcache/ |
H A D | config.w32 | 40 if (PHP_DEBUG == "yes") {
|
/php-src/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 36 #if defined(PDO_USE_MYSQLND) && PHP_DEBUG && !defined(PHP_WIN32)
|
/php-src/ |
H A D | configure.ac | 799 AS_VAR_IF([PHP_DEBUG], [yes], [ 800 PHP_DEBUG=1 820 PHP_DEBUG=0 834 PHP_DEBUG=1 1339 AS_VAR_IF([PHP_DEBUG], [1], [part1=debug], [part1=no-debug]) 1345 AS_VAR_IF([PHP_DEBUG], [1], [extbasedir=$extbasedir-debug])
|
Completed in 36 milliseconds
12