/PHP-5.4/ext/intl/tests/ |
H A D | resourcebundle_create.phpt | 14 $str_res .= debug( $r1 ); 19 $str_res .= debug( $r1 ); 24 $str_res .= debug( $r1 ); 29 $str_res .= debug( $r2 ); 33 $str_res .= debug( $r3 );
|
H A D | resourcebundle.inc | 4 function debug( $res ) {
|
/PHP-5.4/ |
H A D | buildconf | 15 debug=no 24 debug=yes 43 if test "$debug" = "yes"; then
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gdkanji.c | 59 debug (const char *format,...) in debug() function 181 debug ("Kanji code not included."); in DetectKanjiCode() 183 debug ("Kanji code not detected."); in DetectKanjiCode() 185 debug ("Kanji code detected at %d byte.", i); in DetectKanjiCode() 475 debug ("Kanji code is New JIS."); in do_check_and_conv() 479 debug ("Kanji code is Old JIS."); in do_check_and_conv() 487 debug ("Kanji code is NEC Kanji."); in do_check_and_conv() 493 debug ("Kanji code is EUC."); in do_check_and_conv() 497 debug ("Kanji code is SJIS."); in do_check_and_conv() 501 debug ("Kanji code is EUC or SJIS."); in do_check_and_conv() [all …]
|
/PHP-5.4/ext/pdo_mysql/ |
H A D | pdo_mysql.c | 96 …STD_PHP_INI_ENTRY("pdo_mysql.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_pdo_mysql_g… 171 if (PDO_MYSQL_G(debug)) { in PHP_RINIT_FUNCTION() 176 dbg->m->set_mode(dbg, PDO_MYSQL_G(debug)); in PHP_RINIT_FUNCTION() 209 pdo_mysql_globals->debug = NULL; /* The actual string */ in PHP_GINIT_FUNCTION()
|
/PHP-5.4/ext/spl/tests/ |
H A D | SplDoublyLinkedList_debug-info.phpt | 2 Check that SplDoublyLinkedList returns debug info when print_r is used. 15 // Check the debug info
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_debug_ini.phpt | 16 die("skip: debug functionality not enabled"); 29 mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace" 35 var_dump(ini_get('mysqlnd.debug'));
|
H A D | mysqli_debug.phpt | 16 die("skip: debug functionality not enabled"); 30 // let's make this mysqlnd only - for libmysql we need debug installation 33 // the debug file should have entries
|
H A D | mysqli_debug_control_string.phpt | 2 mysqli_debug() - invalid debug control strings 16 die("skip: debug functionality not enabled"); 73 print "libmysql/DBUG package prints some debug info here."
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | 003.phpt | 43 $n += test_me("bug #6562", 1, "debugg", "debug"); 44 $n += test_me("bug #6562", 1, "ddebug", "debug"); 45 $n += test_me("bug #6562", 2, "debbbug", "debug");
|
/PHP-5.4/win32/build/ |
H A D | config.w32.phpize.in | 102 ARG_ENABLE('debug', 'Compile with debugging symbols', "no"); 103 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be … 105 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed."); 111 PHP_PREFIX += "\\debug"; 132 // Set some debug/release specific options 148 // Set some debug/release specific options 182 // Set some debug/release specific options 186 ADD_FLAG("LDFLAGS", "/debug"); 191 // Generate external debug files when --enable-debug-pack is specified 194 ADD_FLAG("LDFLAGS", "/incremental:no /debug /opt:ref,icf");
|
H A D | config.w32 | 103 ARG_ENABLE('debug', 'Compile with debugging symbols', "no"); 104 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be … 106 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed."); 127 PHP_PREFIX += "\\debug"; 148 // Set some debug/release specific options 164 // Set some debug/release specific options 197 // Set some debug/release specific options 201 ADD_FLAG("LDFLAGS", "/debug"); 206 // Generate external debug files when --enable-debug-pack is specified 209 ADD_FLAG("LDFLAGS", "/incremental:no /debug /opt:ref,icf");
|
/PHP-5.4/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 188 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION() 222 mysqlnd_globals->debug = NULL; /* The actual string */ in ZEND_DECLARE_MODULE_GLOBALS() 255 …STD_PHP_INI_ENTRY("mysqlnd.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_mysqlnd_… 304 if (MYSQLND_G(debug)) { in PHP_RINIT_FUNCTION() 312 dbg->m->set_mode(dbg, MYSQLND_G(debug)); in PHP_RINIT_FUNCTION()
|
/PHP-5.4/ext/mbstring/tests/ |
H A D | common.inc | 8 global $debug; 26 if (!empty($debug)) {
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | levenshtein.phpt | 47 $n += test_me("bug #6562", 1, "debugg", "debug"); 48 $n += test_me("bug #6562", 1, "ddebug", "debug"); 49 $n += test_me("bug #6562", 2, "debbbug", "debug");
|
/PHP-5.4/ext/soap/interop/ |
H A D | client_round2_run.php | 44 $iop->debug = 0;
|
/PHP-5.4/tests/basic/ |
H A D | rfc1867_max_file_uploads_empty_files.phpt | 2 rfc1867 max_file_uploads - empty files shouldn't count (non-debug version) 4 <?php if(function_exists("leak")) print "skip only for non-debug builds"; ?>
|
H A D | rfc1867_max_file_uploads_empty_files_debug.phpt | 2 rfc1867 max_file_uploads - empty files shouldn't count (debug version) 4 <?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
|
H A D | rfc1867_boundary_1.phpt | 6 comment=debug builds show some additional E_NOTICE errors
|
H A D | rfc1867_boundary_2.phpt | 6 comment=debug builds show some additional E_NOTICE errors
|
H A D | rfc1867_garbled_mime_headers.phpt | 6 comment=debug builds show some additional E_NOTICE errors
|
/PHP-5.4/Zend/ |
H A D | zend_alloc.c | 373 zend_mm_debug_info debug; member 375 zend_mm_debug_info debug; member 1254 if (p->debug.filename==b->debug.filename && p->debug.lineno==b->debug.lineno) { in zend_mm_find_leaks() 1296 leak.size = p->debug.size; in zend_mm_check_leaks() 1297 leak.filename = p->debug.filename; in zend_mm_check_leaks() 1298 leak.lineno = p->debug.lineno; in zend_mm_check_leaks() 1300 leak.orig_lineno = p->debug.orig_lineno; in zend_mm_check_leaks() 1434 …loc_output("OK (allocated on %s:%d, %d bytes)\n", p->debug.filename, p->debug.lineno, (int)p->debu… in zend_mm_check_ptr() 2191 memcpy(ptr, p, mm_block->debug.size); in _zend_mm_realloc_int() 2357 memcpy(ptr, p, mm_block->debug.size); in _zend_mm_realloc_int() [all …]
|
/PHP-5.4/ext/ereg/regex/ |
H A D | debug.ih | 6 /* === debug.c === */
|
/PHP-5.4/ext/xml/ |
H A D | xml.mak | 61 # Extra stuff based on debug / release builds 62 ifeq '$(BUILD)' 'debug' 132 ifeq '$(BUILD)' 'debug' 170 ifeq '$(BUILD)' 'debug'
|
/PHP-5.4/ext/ldap/ |
H A D | ldap.mak | 62 # Extra stuff based on debug / release builds 63 ifeq '$(BUILD)' 'debug' 133 ifeq '$(BUILD)' 'debug' 171 ifeq '$(BUILD)' 'debug'
|