Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/intl/tests/
H A Dresourcebundle_create.phpt14 $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 Dresourcebundle.inc4 function debug( $res ) {
/PHP-7.0/
H A Dbuildconf15 debug=no
24 debug=yes
43 if test "$debug" = "yes"; then
/PHP-7.0/ext/gd/libgd/
H A Dgdkanji.c59 debug (const char *format,...) in debug() function
180 debug ("Kanji code not included."); in DetectKanjiCode()
182 debug ("Kanji code not detected."); in DetectKanjiCode()
184 debug ("Kanji code detected at %d byte.", i); in DetectKanjiCode()
474 debug ("Kanji code is New JIS."); in do_check_and_conv()
478 debug ("Kanji code is Old JIS."); in do_check_and_conv()
486 debug ("Kanji code is NEC Kanji."); in do_check_and_conv()
492 debug ("Kanji code is EUC."); in do_check_and_conv()
496 debug ("Kanji code is SJIS."); in do_check_and_conv()
500 debug ("Kanji code is EUC or SJIS."); in do_check_and_conv()
[all …]
/PHP-7.0/win32/build/
H A Dconfig.w32.phpize.in26 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);
27 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
29 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
35 PHP_PREFIX += "\\debug";
71 // Set some debug/release specific options
H A Dconfig.w3226 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
27 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
29 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
55 PHP_PREFIX += "\\debug";
90 // Set some debug/release specific options
/PHP-7.0/ext/spl/tests/
H A DSplDoublyLinkedList_debug-info.phpt2 Check that SplDoublyLinkedList returns debug info when print_r is used.
15 // Check the debug info
/PHP-7.0/sapi/phpdbg/
H A Dconfig.m411 PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build,
12 [ --enable-phpdbg-debug Build phpdbg in debug mode], no, no)
/PHP-7.0/ext/standard/tests/general_functions/
H A D003.phpt43 $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");
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt16 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 Dmysqli_debug.phpt16 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 Dmysqli_debug_control_string.phpt2 mysqli_debug() - invalid debug control strings
16 die("skip: debug functionality not enabled");
73 print "libmysql/DBUG package prints some debug info here."
/PHP-7.0/ext/pdo_mysql/
H A Dpdo_mysql.c99 …STD_PHP_INI_ENTRY("pdo_mysql.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_pdo_mysql_g…
181 if (PDO_MYSQL_G(debug)) { in PHP_RINIT_FUNCTION()
186 dbg->m->set_mode(dbg, PDO_MYSQL_G(debug)); in PHP_RINIT_FUNCTION()
222 pdo_mysql_globals->debug = NULL; /* The actual string */ in PHP_GINIT_FUNCTION()
/PHP-7.0/ext/mysqlnd/
H A Dphp_mysqlnd.c149 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION()
186 mysqlnd_globals->debug = NULL; /* The actual string */ in ZEND_DECLARE_MODULE_GLOBALS()
229 …STD_PHP_INI_ENTRY("mysqlnd.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_mysqlnd_…
280 if (MYSQLND_G(debug)) { in PHP_RINIT_FUNCTION()
289 dbg->m->set_mode(dbg, MYSQLND_G(debug)); in PHP_RINIT_FUNCTION()
/PHP-7.0/ext/mbstring/tests/
H A Dcommon.inc8 global $debug;
26 if (!empty($debug)) {
/PHP-7.0/ext/standard/tests/strings/
H A Dlevenshtein.phpt47 $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-7.0/ext/soap/interop/
H A Dclient_round2_run.php44 $iop->debug = 0;
/PHP-7.0/Zend/tests/
H A D67468.phpt4 <?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
/PHP-7.0/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt2 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 Drfc1867_max_file_uploads_empty_files_debug.phpt2 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 Drfc1867_boundary_1.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-7.0/Zend/tests/traits/
H A Dbug69579.phpt5 if (!PHP_DEBUG) die("skip only run in debug version");
/PHP-7.0/ext/dom/tests/
H A Dbug61858.phpt2 Bug #61858 DOMAttr debug info generates E_WARNING

Completed in 24 milliseconds

123456