Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt7 if (defined("PHP_DEBUG") && PHP_DEBUG)
/PHP-8.3/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
134 PHP_DEBUG=0
/PHP-8.3/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
H A Dmysqlnd_debug.c731 #if PHP_DEBUG in mysqlnd_debug()
/PHP-8.3/Zend/tests/return_types/
H A Dinternal_functions001.phpt8 if (!PHP_DEBUG) die('skip requires debug build');
/PHP-8.3/tests/output/
H A Dob_011.phpt5 …MILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size') && !PHP_DEBUG) {
/PHP-8.3/ext/ffi/tests/
H A Dgh14286_2.phpt7 if (PHP_DEBUG || getenv('SKIP_ASAN')) die("xfail: FFI cleanup after parser error is nor 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-8.3/Zend/tests/
H A Dconcat_003.phpt5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
/PHP-8.3/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.h15 REGISTER_LONG_CONSTANT("PHP_DEBUG", PHP_DEBUG, CONST_PERSISTENT); in register_main_symbols()
/PHP-8.3/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.js789 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 …]
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-8.3/ext/xsl/
H A Dconfig.w3239 if (PHP_DEBUG == "yes") {
/PHP-8.3/ext/phar/
H A Dconfig.w3220 if (PHP_DEBUG == "no") {
/PHP-8.3/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h34 #if defined(PDO_USE_MYSQLND) && PHP_DEBUG && !defined(PHP_WIN32)
/PHP-8.3/win32/
H A Dwinutil.c489 # if PHP_DEBUG in php_win32_crt_compatible()
H A Dcodepage.c112 #if PHP_DEBUG in php_win32_cp_conv_ascii_to_w()
/PHP-8.3/
H A Dconfigure.ac877 if test "$PHP_DEBUG" = "yes"; then
878 PHP_DEBUG=1
896 PHP_DEBUG=0
908 PHP_DEBUG=1
1432 if test "$PHP_DEBUG" = "1"; then
1449 if test "$PHP_DEBUG" = "1"; then

Completed in 53 milliseconds

12