Home
last modified time | relevance | path

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

1234

/PHP-7.4/
H A Dazure-pipelines.yml26 configurationParameters: '--enable-debug --disable-maintainer-zts'
30 configurationParameters: '--disable-debug --enable-maintainer-zts'
34 configurationParameters: '--enable-debug --enable-maintainer-zts'
38 configurationParameters: '--enable-debug --disable-maintainer-zts'
43 configurationParameters: '--enable-debug --enable-maintainer-zts'
47 configurationParameters: '--disable-debug --disable-maintainer-zts'
51 configurationParameters: '--enable-debug --disable-maintainer-zts'
59 configurationParameters: '--disable-debug --enable-maintainer-zts'
63 configurationParameters: '--enable-debug --enable-maintainer-zts'
76 --enable-debug --enable-maintainer-zts
[all …]
H A Dbuildconf8 debug=0
41 --debug Display warnings emitted by Autoconf.
60 debug=1
123 if test "$debug" = "1"; then
/PHP-7.4/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.4/ext/gd/libgd/
H A Dgdkanji.c57 debug (const char *format,...) in debug() function
178 debug ("Kanji code not included."); in DetectKanjiCode()
180 debug ("Kanji code not detected."); in DetectKanjiCode()
182 debug ("Kanji code detected at %d byte.", i); in DetectKanjiCode()
468 debug ("Kanji code is New JIS."); in do_check_and_conv()
472 debug ("Kanji code is Old JIS."); in do_check_and_conv()
480 debug ("Kanji code is NEC Kanji."); in do_check_and_conv()
486 debug ("Kanji code is EUC."); in do_check_and_conv()
490 debug ("Kanji code is SJIS."); in do_check_and_conv()
494 debug ("Kanji code is EUC or SJIS."); in do_check_and_conv()
[all …]
/PHP-7.4/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.4/Zend/tests/return_types/
H A Dinternal_functions001.phpt6 // Internal function return types are only checked in debug builds
7 if (!PHP_DEBUG) die('skip requires debug build');
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in28 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);
29 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
31 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
37 PHP_PREFIX += "\\debug";
73 // Set some debug/release specific options
/PHP-7.4/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.4/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.4/ext/pdo_mysql/
H A Dpdo_mysql.c97 …STD_PHP_INI_ENTRY("pdo_mysql.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_pdo_mysql_g…
179 if (PDO_MYSQL_G(debug)) { in PHP_RINIT_FUNCTION()
184 dbg->m->set_mode(dbg, PDO_MYSQL_G(debug)); in PHP_RINIT_FUNCTION()
220 pdo_mysql_globals->debug = NULL; /* The actual string */ in PHP_GINIT_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dphp_mysqlnd.c124 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION()
157 mysqlnd_globals->debug = NULL; /* The actual string */ in ZEND_DECLARE_MODULE_GLOBALS()
200 …STD_PHP_INI_ENTRY("mysqlnd.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_mysqlnd_…
251 if (MYSQLND_G(debug)) { in PHP_RINIT_FUNCTION()
260 dbg->m->set_mode(dbg, MYSQLND_G(debug)); in PHP_RINIT_FUNCTION()
/PHP-7.4/sapi/phpdbg/
H A Dconfig.m414 PHP_ARG_ENABLE([phpdbg-debug],
15 [for phpdbg debug build],
16 [AS_HELP_STRING([--enable-phpdbg-debug],
17 [Build phpdbg in debug mode])],
/PHP-7.4/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.4/Zend/tests/
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
/PHP-7.4/ext/dom/tests/
H A Dbug61858.phpt2 Bug #61858 DOMAttr debug info generates E_WARNING
/PHP-7.4/ext/standard/tests/file/
H A Dstream_enclosed.phpt5 if (!function_exists('zend_leak_variable')) die("skip only debug builds");
/PHP-7.4/ext/exif/tests/
H A Dbug71534.phpt2 Bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)
/PHP-7.4/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt9 die('SKIP only for debug builds');
H A Dsocket_export_stream-5.phpt9 die('SKIP only for debug builds');
/PHP-7.4/ext/pcre/tests/
H A Dbug72685.phpt17 var_dump(($end - $start) < 0.5); // large margin, more like 0.05 in debug build

Completed in 57 milliseconds

1234