Home
last modified time | relevance | path

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

1234

/php-src/ext/standard/tests/strings/
H A Dlevenshtein_bug_6562.phpt6 var_dump(levenshtein('debugg', 'debug'));
7 var_dump(levenshtein('ddebug', 'debug'));
8 var_dump(levenshtein('debbbug', 'debug'));
/php-src/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_individual.phpt29 $str_res .= debug( $t );
33 $str_res .= debug( $t );
/php-src/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-src/ext/opcache/jit/
H A DDockerfile.arm64.example14 # Compile a minimal debug build. --enable-debug adds runtime assertions and is slower than regular …
15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
/php-src/Zend/tests/return_types/
H A Dinternal_functions001.phpt7 // Internal function return types are only checked in debug builds
8 if (!PHP_DEBUG) die('skip requires debug build');
/php-src/
H A Dbuildconf8 debug=0
41 --debug Display warnings emitted by Autoconf.
60 debug=1
123 if test "$debug" = "1"; then
/php-src/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
H A Dgh8044.phpt2 Bug GH-8044 (var_export/debug_zval_dump HT_ASSERT_RC1 debug failure for SplFixedArray)
H A Dfixedarray_022.phpt2 SPL: FixedArray: Bug GH-8044 (var_export/debug_zval_dump HT_ASSERT_RC1 debug failure for SplFixedAr…
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c114 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-src/win32/build/
H A Dconfig.w32.phpize.in30 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);
31 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
33 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
39 PHP_PREFIX += "\\debug";
75 // Set some debug/release specific options
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt16 die("skip: debug functionality not enabled");
25 mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace"
30 var_dump(ini_get('mysqlnd.debug'));
H A Dmysqli_debug_append.phpt16 die("skip: debug functionality not enabled");
28 // the debug file should have entries
84 print "libmysql/DBUG package prints some debug info here."
/php-src/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-src/.github/
H A Dnightly_matrix.php98 foreach([true, false] as $debug) {
102 'debug' => $debug,
111 'debug' => $debug,
/php-src/ext/pdo_mysql/
H A Dpdo_mysql.c110 …STD_PHP_INI_ENTRY("pdo_mysql.debug", NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_pdo_mysql_g…
198 if (PDO_MYSQL_G(debug)) { in PHP_RINIT_FUNCTION()
203 dbg->m->set_mode(dbg, PDO_MYSQL_G(debug)); in PHP_RINIT_FUNCTION()
237 pdo_mysql_globals->debug = NULL; /* The actual string */ in PHP_GINIT_FUNCTION()
/php-src/sapi/phpdbg/
H A Dconfig.m48 PHP_ARG_ENABLE([phpdbg-debug],
9 [for phpdbg debug build],
10 [AS_HELP_STRING([--enable-phpdbg-debug],
11 [Build phpdbg in debug mode])],
/php-src/.github/workflows/
H A Dpush.yml76 - debug: false
79 - debug: true
82 …name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${…
117 …key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{…
123 --${{ matrix.debug && 'enable' || 'disable' }}-debug
138 … testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
142 …testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ …
176 configurationParameters: --enable-debug --disable-zts
186 …testArtifacts: ${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'Z…
254 --disable-debug \
/php-src/sapi/fpm/tests/
H A Dlogreader.inc12 private bool $debug;
31 * @param bool $debug
33 public function __construct(bool $debug = false)
35 $this->debug = $debug;
207 * Print tracing message - only in debug .
213 if ($this->debug) {
/php-src/Zend/tests/weakrefs/
H A Dweakrefs_debug_dump.phpt2 Weakrefs debug dump
/php-src/Zend/tests/
H A Dbug81076.phpt2 Bug #81076 Invalid implicit binds cause incorrect static var count in closure debug info
/php-src/ext/dom/tests/
H A Dbug61858.phpt2 Bug #61858 DOMAttr debug info generates E_WARNING
/php-src/ext/exif/tests/
H A Dbug71534.phpt2 Bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)

Completed in 41 milliseconds

1234