Home
last modified time | relevance | path

Searched refs:PHP_DEBUG (Results 1 – 25 of 29) 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 Dbug79576.phpt7 if (PHP_DEBUG || getenv('SKIP_ASAN')) echo "xleak FFI cleanup after parser error is not implemented…
H A Dbug78270_2.phpt9 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is not implemented…
/php-src/Zend/tests/
H A Dconcat_003.phpt5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
/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") {
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 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") {
H A Dphpize.js.in235 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
/php-src/main/
H A Dmain.stub.php53 const PHP_DEBUG = UNKNOWN; define
H A Dphp.h55 #undef PHP_DEBUG
56 #define PHP_DEBUG ZEND_DEBUG macro
H A Dmain_arginfo.h14 REGISTER_BOOL_CONSTANT("PHP_DEBUG", PHP_DEBUG, CONST_PERSISTENT); in register_main_symbols()
/php-src/ext/xsl/
H A Dconfig.w3239 if (PHP_DEBUG == "yes") {
/php-src/ext/phar/
H A Dconfig.w3220 if (PHP_DEBUG == "no") {
/php-src/ext/opcache/
H A Dconfig.w3240 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/
H A Dconfigure.ac799 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