Home
last modified time | relevance | path

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

12

/php-src/scripts/
H A Dphpize.m474 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 Dcve-2014-3538-nojit.phpt7 if (defined("PHP_DEBUG") && PHP_DEBUG)
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c212 #if PHP_DEBUG
237 #if PHP_DEBUG
274 #if PHP_DEBUG
279 #if PHP_DEBUG
H A Dmysqlnd_alloc.c202 #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 Dmysqlnd.h38 #if defined(A0) && PHP_DEBUG
42 #if PHP_DEBUG
/php-src/Zend/tests/return_types/
H A Dinternal_functions001.phpt8 if (!PHP_DEBUG) die('skip requires debug build');
/php-src/ext/dom/tests/modern/common/
H A Dtemplate_indirect_removal.phpt7 if (!PHP_DEBUG) { die ("skip only for debug build"); }
H A Dtemplate_simplexml.phpt8 if (!PHP_DEBUG) { die ("skip only for debug build"); }
/php-src/tests/output/
H A Dob_011.phpt5 …MILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size') && !PHP_DEBUG) {
/php-src/ext/ffi/tests/
H A Dgh14286_2.phpt7 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is not implemented…
H A Dutils.inc15 … return "php" . PHP_MAJOR_VERSION . (PHP_ZTS ? "ts" : "") . (PHP_DEBUG ? "_debug" : "") . ".dll";
H A Dbug79576.phpt7 if (PHP_DEBUG || getenv('SKIP_ASAN')) echo "xleak FFI cleanup after parser error is nor implemented…
/php-src/Zend/tests/
H A Dconcat_003.phpt5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
/php-src/main/
H A Dphp.h55 #undef PHP_DEBUG
56 #define PHP_DEBUG ZEND_DEBUG macro
112 #if PHP_DEBUG
H A Dmain.stub.php46 const PHP_DEBUG = UNKNOWN; define
H A Dmain_arginfo.h13 REGISTER_BOOL_CONSTANT("PHP_DEBUG", PHP_DEBUG, CONST_PERSISTENT); in register_main_symbols()
/php-src/win32/build/
H A Dconfig.w32.phpize.in30 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 Dconfutils.js790 if (PHP_DEBUG == "yes") {
1132 if (PHP_DEBUG != "no") {
1249 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1254 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
1458 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1462 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
1502 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
3260 if (PHP_DEBUG == "yes") {
3429 if (PHP_DEBUG == "yes") {
3492 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {
[all …]
H A Dconfig.w3232 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") {
/php-src/ext/phar/
H A Dconfig.w3220 if (PHP_DEBUG == "no") {
/php-src/ext/xsl/
H A Dconfig.w3239 if (PHP_DEBUG == "yes") {
/php-src/ext/opcache/
H A Dconfig.w3239 if (PHP_DEBUG == "yes") {
/php-src/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h36 #if defined(PDO_USE_MYSQLND) && PHP_DEBUG && !defined(PHP_WIN32)
/php-src/win32/
H A Dwinutil.c489 # if PHP_DEBUG in php_win32_crt_compatible()
/php-src/
H A Dconfigure.ac799 AS_VAR_IF([PHP_DEBUG], [yes], [
800 PHP_DEBUG=1
818 PHP_DEBUG=0
830 PHP_DEBUG=1
1333 AS_VAR_IF([PHP_DEBUG], [1], [part1=debug], [part1=no-debug])
1339 AS_VAR_IF([PHP_DEBUG], [1], [extbasedir=$extbasedir-debug])

Completed in 57 milliseconds

12