/PHP-8.1/ext/standard/tests/strings/ |
H A D | levenshtein_bug_6562.phpt | 6 var_dump(levenshtein('debugg', 'debug')); 7 var_dump(levenshtein('ddebug', 'debug')); 8 var_dump(levenshtein('debbbug', 'debug'));
|
/PHP-8.1/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_individual.phpt | 29 $str_res .= debug( $t ); 33 $str_res .= debug( $t );
|
H A D | resourcebundle.inc | 12 function debug( $res ) {
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gdkanji.c | 57 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-8.1/Zend/tests/return_types/ |
H A D | internal_functions001.phpt | 7 // Internal function return types are only checked in debug builds 8 if (!PHP_DEBUG) die('skip requires debug build');
|
/PHP-8.1/ |
H A D | buildconf | 8 debug=0 41 --debug Display warnings emitted by Autoconf. 60 debug=1 123 if test "$debug" = "1"; then
|
/PHP-8.1/win32/build/ |
H A D | config.w32.phpize.in | 28 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-8.1/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
|
H A D | fixedarray_022.phpt | 2 SPL: FixedArray: Bug GH-8044 (var_export/debug_zval_dump HT_ASSERT_RC1 debug failure for SplFixedAr…
|
/PHP-8.1/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 114 php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a"); in PHP_MINFO_FUNCTION() 146 mysqlnd_globals->debug = NULL; /* The actual string */ in ZEND_DECLARE_MODULE_GLOBALS() 178 …STD_PHP_INI_ENTRY("mysqlnd.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_mysqlnd_… 216 if (MYSQLND_G(debug)) { in PHP_RINIT_FUNCTION() 225 dbg->m->set_mode(dbg, MYSQLND_G(debug)); in PHP_RINIT_FUNCTION()
|
/PHP-8.1/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"); 27 // let's make this mysqlnd only - for libmysql we need debug installation 30 // the debug file should have entries
|
/PHP-8.1/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");
|
H A D | bug73973.phpt | 2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
|
/PHP-8.1/.github/workflows/ |
H A D | push.yml | 66 - debug: true 68 - debug: false 70 … name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}" 89 …key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${… 95 --${{ matrix.debug && 'enable' || 'disable' }}-debug 130 configurationParameters: --enable-debug --disable-zts
|
/PHP-8.1/ext/pdo_mysql/ |
H A D | pdo_mysql.c | 91 …STD_PHP_INI_ENTRY("pdo_mysql.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_pdo_mysql_g… 172 if (PDO_MYSQL_G(debug)) { in PHP_RINIT_FUNCTION() 177 dbg->m->set_mode(dbg, PDO_MYSQL_G(debug)); in PHP_RINIT_FUNCTION() 211 pdo_mysql_globals->debug = NULL; /* The actual string */ in PHP_GINIT_FUNCTION()
|
/PHP-8.1/sapi/phpdbg/ |
H A D | config.m4 | 8 PHP_ARG_ENABLE([phpdbg-debug], 9 [for phpdbg debug build], 10 [AS_HELP_STRING([--enable-phpdbg-debug], 11 [Build phpdbg in debug mode])],
|
/PHP-8.1/Zend/tests/ |
H A D | bug81076.phpt | 2 Bug #81076 Invalid implicit binds cause incorrect static var count in closure debug info
|
H A D | bug75290.phpt | 2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
|
H A D | bug81104.phpt | 2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | logreader.inc | 12 private bool $debug; 31 * @param bool $debug 33 public function __construct(bool $debug = false) 35 $this->debug = $debug; 204 * Print tracing message - only in debug . 210 if ($this->debug) {
|
/PHP-8.1/ext/dom/tests/ |
H A D | bug61858.phpt | 2 Bug #61858 DOMAttr debug info generates E_WARNING
|
/PHP-8.1/ext/exif/tests/ |
H A D | bug71534.phpt | 2 Bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)
|
/PHP-8.1/ext/pcre/tests/ |
H A D | bug72685.phpt | 17 var_dump(($end - $start) < 0.5); // large margin, more like 0.05 in debug build
|