Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/fileinfo/tests/
H A Dcve-2014-3538-mb.phpt7 if (defined("PHP_DEBUG") && PHP_DEBUG)
H A Dcve-2014-3538.phpt7 if (defined("PHP_DEBUG") && PHP_DEBUG)
H A Dcve-2014-3538-nojit.phpt7 if (defined("PHP_DEBUG") && PHP_DEBUG)
/PHP-8.1/scripts/
H A Dphpize.m481 dnl Checks for PHP_DEBUG / ZEND_DEBUG / ZTS.
91 PHP_DEBUG=yes
93 PHP_DEBUG=no
96 AC_MSG_RESULT([$PHP_DEBUG])
115 if test "$PHP_DEBUG" = "yes"; then
116 PHP_DEBUG=1
137 PHP_DEBUG=0
/PHP-8.1/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()
338 #if PHP_DEBUG in _mysqlnd_pestrdup()
H A Dmysqlnd.h38 #if defined(A0) && PHP_DEBUG
42 #if PHP_DEBUG
/PHP-8.1/Zend/tests/return_types/
H A Dinternal_functions001.phpt8 if (!PHP_DEBUG) die('skip requires debug build');
/PHP-8.1/tests/output/
H A Dob_011.phpt5 …MILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size') && !PHP_DEBUG) {
/PHP-8.1/ext/ffi/tests/
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 "xfail: FFI cleanup after parser error is nor implemente…
/PHP-8.1/Zend/tests/
H A Dconcat_003.phpt5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
/PHP-8.1/sapi/cli/tests/
H A Dgh8827-001.phpt11 if (PHP_DEBUG) {
H A Dgh8827-002.phpt11 if (PHP_DEBUG) {
H A Dgh8827-003.phpt11 if (PHP_DEBUG) {
/PHP-8.1/main/
H A Dphp.h55 #undef PHP_DEBUG
56 #define PHP_DEBUG ZEND_DEBUG macro
112 #if PHP_DEBUG
/PHP-8.1/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.js790 if (PHP_DEBUG == "yes") {
1132 if (PHP_DEBUG != "no") {
1249 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1256 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
1462 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1468 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
1510 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
3246 if (PHP_DEBUG == "yes") {
3424 if (PHP_DEBUG == "yes") {
3482 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") {
/PHP-8.1/ext/xsl/
H A Dconfig.w3239 if (PHP_DEBUG == "yes") {
/PHP-8.1/ext/phar/
H A Dconfig.w3220 if (PHP_DEBUG == "no") {
/PHP-8.1/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h34 #if defined(PDO_USE_MYSQLND) && PHP_DEBUG && !defined(PHP_WIN32)
/PHP-8.1/win32/
H A Dwinutil.c489 # if PHP_DEBUG in php_win32_crt_compatible()
/PHP-8.1/sapi/cli/
H A Dphp_cli.c959 cli_register_file_handles(/* no_close */ PHP_DEBUG || num_repeats > 1); in do_cli()
994 cli_register_file_handles(/* no_close */ PHP_DEBUG || num_repeats > 1); in do_cli()
1009 cli_register_file_handles(/* no_close */ PHP_DEBUG || num_repeats > 1); in do_cli()
/PHP-8.1/
H A Dconfigure.ac807 if test "$PHP_DEBUG" = "yes"; then
808 PHP_DEBUG=1
829 PHP_DEBUG=0
841 PHP_DEBUG=1
1341 if test "$PHP_DEBUG" = "1"; then
1358 if test "$PHP_DEBUG" = "1"; then

Completed in 50 milliseconds

12