Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c81 #if PHP_DEBUG in _mysqlnd_emalloc()
86 #if PHP_DEBUG in _mysqlnd_emalloc()
93 #if PHP_DEBUG in _mysqlnd_emalloc()
98 #if PHP_DEBUG in _mysqlnd_emalloc()
121 #if PHP_DEBUG in _mysqlnd_pemalloc()
126 #if PHP_DEBUG in _mysqlnd_pemalloc()
133 #if PHP_DEBUG in _mysqlnd_pemalloc()
138 #if PHP_DEBUG in _mysqlnd_pemalloc()
164 #if PHP_DEBUG in _mysqlnd_ecalloc()
169 #if PHP_DEBUG in _mysqlnd_ecalloc()
[all …]
H A Dphp_mysqlnd.c241 #if PHP_DEBUG
278 #if PHP_DEBUG
304 #if PHP_DEBUG
344 #if PHP_DEBUG
349 #if PHP_DEBUG
H A Dmysqlnd.h42 #if A0 && PHP_DEBUG
46 #if PHP_DEBUG
H A Dmysqlnd_debug.c749 #if PHP_DEBUG in _mysqlnd_debug()
/PHP-5.5/scripts/
H A Dphpize.m465 dnl Checks for PHP_DEBUG / ZEND_DEBUG / ZTS
75 PHP_DEBUG=yes
77 PHP_DEBUG=no
80 AC_MSG_RESULT([$PHP_DEBUG])
96 AC_MSG_RESULT([$PHP_DEBUG])
103 if test "$PHP_DEBUG" = "yes"; then
104 PHP_DEBUG=1
125 PHP_DEBUG=0
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in104 if (PHP_DEBUG == "yes" && PHP_DEBUG_PACK == "yes") {
110 if (PHP_DEBUG == "yes")
131 if (PHP_DEBUG == "yes") {
147 if (PHP_DEBUG == "yes") {
183 if (PHP_DEBUG == "yes") {
214 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {
220 } else if (PHP_DEBUG == "yes" && PHP_ZTS == "no") {
226 } else if (PHP_DEBUG == "no" && PHP_ZTS == "yes") {
232 } else if (PHP_DEBUG == "no" && PHP_ZTS == "no") {
H A Dconfig.w32105 if (PHP_DEBUG == "yes" && PHP_DEBUG_PACK == "yes") {
126 if (PHP_DEBUG == "yes")
147 if (PHP_DEBUG == "yes") {
163 if (PHP_DEBUG == "yes") {
203 if (PHP_DEBUG == "yes") {
237 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {
241 } else if (PHP_DEBUG == "yes" && PHP_ZTS == "no") {
245 } else if (PHP_DEBUG == "no" && PHP_ZTS == "yes") {
249 } else if (PHP_DEBUG == "no" && PHP_ZTS == "no") {
257 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
[all …]
H A Dconfutils.js657 …var subdirs = new Array(PHP_DEBUG == "yes" ? "Debug" : (PHP_DEBUG_PACK == "yes"?"Release_Dbg":"Rel…
663 if (PHP_DEBUG == "yes") {
755 var subdir = PHP_DEBUG == "yes" ? "Debug" : (PHP_DEBUG_PACK == "yes"?"Release_Dbg":"Release");
998 if (PHP_DEBUG != "no") {
1108 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1112 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
1307 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1310 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
1348 if (PHP_DEBUG != "yes" && PHP_PGI == "yes") {
1351 else if (PHP_DEBUG != "yes" && PHP_PGO != "no") {
[all …]
H A Dprojectgen.js535 var debug = (PHP_DEBUG != "no" ? " /debug" : "");
537 var status = (PHP_DEBUG == "no" ? 'Release' : 'Debug');
/PHP-5.5/main/
H A Dwin95nt.h69 #if !defined(PHP_DEBUG)
H A Dphp.h44 #undef PHP_DEBUG
45 #define PHP_DEBUG ZEND_DEBUG macro
75 #if PHP_DEBUG
H A Doutput.c238 #if PHP_DEBUG in php_output_write_unbuffered()
259 #if PHP_DEBUG in php_output_write()
H A Dmain.c2137 REGISTER_MAIN_LONG_CONSTANT("PHP_DEBUG", PHP_DEBUG, CONST_PERSISTENT | CONST_CS); in php_module_startup()
/PHP-5.5/ext/standard/tests/file/
H A Dpopen_pclose_error-win32-debug.phpt6 if(substr(PHP_OS, 0, 3) != 'WIN' && PHP_DEBUG) die("skip Valid only on Windows");
7 if(!PHP_DEBUG) die("skip Not Valid for release builds");
H A Dpopen_pclose_error-win32.phpt7 if (PHP_DEBUG) die("skip Not Valid for debug builds");
/PHP-5.5/ext/xsl/
H A Dconfig.w3238 if (PHP_DEBUG == "yes") {
/PHP-5.5/ext/phar/
H A Dconfig.w3221 if (PHP_DEBUG == "no") {
/PHP-5.5/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h39 #if defined(PDO_USE_MYSQLND) && PHP_DEBUG && !defined(PHP_WIN32)
/PHP-5.5/
H A Dconfigure.in852 if test "$PHP_DEBUG" = "yes"; then
853 PHP_DEBUG=1
874 PHP_DEBUG=0
1197 if test "$PHP_DEBUG" = "1"; then
1214 if test "$PHP_DEBUG" = "1"; then
H A DNEWS6603 PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants. (Pierre)
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1775 #if 0 && defined(PHP_DEBUG)
1949 #if defined(ZTS) && !defined(PHP_DEBUG)
/PHP-5.5/sapi/cli/
H A Dphp_cli.c579 #if PHP_DEBUG in cli_register_file_handles()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1834 #if defined(ZTS) && !defined(PHP_DEBUG)
/PHP-5.5/ext/imap/
H A Dphp_imap.c2865 #if PHP_DEBUG in PHP_FUNCTION()
2982 #if PHP_DEBUG in PHP_FUNCTION()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c566 #if PHP_DEBUG in PHP_INI_DISP()

Completed in 187 milliseconds