Home
last modified time | relevance | path

Searched refs:debug (Results 26 – 50 of 102) sorted by relevance

12345

/PHP-8.1/.github/workflows/
H A Dnightly.yml47 debug: [true, false]
71 --${{ matrix.debug && 'enable' || 'disable' }}-debug
124 debug: [true, false]
153 --${{ matrix.debug && 'enable' || 'disable' }}-debug
199 debug: [true, false]
201 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts …
214 --${{ matrix.debug && 'enable' || 'disable' }}-debug
271 configurationParameters: --enable-debug --disable-zts --enable-gcov
317 --enable-debug
437 --enable-debug --disable-zts
[all …]
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt16 die("skip: debug functionality not enabled");
31 // the debug file should have entries
88 print "libmysql/DBUG package prints some debug info here."
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-8.1/ext/dom/tests/
H A Dbug78577.phpt2 Bug #78577 (Crash in DOMNameSpace debug info handlers)
/PHP-8.1/ext/imap/tests/setup/
H A Ddovecot.conf32 debug_log_path = /var/log/dovecot-debug.log
/PHP-8.1/Zend/tests/
H A Dbug32252.phpt2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
H A Dconcat_003.phpt5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
/PHP-8.1/sapi/fuzzer/
H A DREADME.md12 --enable-debug-assertions \
17 …equired to avoid a linking failure. The `--enable-debug-assertions` option can be used to enable d…
/PHP-8.1/ext/bcmath/
H A Dconfig.w329 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
H A Dconfig.m410 libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/…
/PHP-8.1/ext/fileinfo/tests/
H A Dcve-2014-3538-mb.phpt8 die("skip not suitable for debug build");
H A Dcve-2014-3538.phpt8 die("skip not suitable for debug build");
H A Dcve-2014-3538-nojit.phpt8 die("skip not suitable for debug build");
/PHP-8.1/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt36 * Alternative way is to set log_level=debug and filter result of
43 * $tester->expectLogNotice() around last reload due to presence of debug messages.
H A Dlogtool.inc22 private bool $debug;
73 * @param bool $debug
75 public function __construct(LogReader $logReader, bool $debug = false)
78 $this->debug = $debug;
630 * Expect debug log entry.
742 * Get match debug message.
792 if ($this->debug) {
798 * Print tracing message - only in debug .
804 if ($this->debug) {
/PHP-8.1/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt27 echo debug( $t );
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_016.phpt5 and require php compiled with --enable-debug
H A Dgh8827-001.phpt12 die("skip std streams are not closeable in debug builds");
H A Dgh8827-002.phpt12 die("skip std streams are not closeable in debug builds");
H A Dgh8827-003.phpt12 die("skip std streams are not closeable in debug builds");
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_debugdumpparams.phpt20 This is a debug function, which dump directly the data on the normal output.
32 This is a debug function, which dump directly the data on the normal output.
/PHP-8.1/win32/build/
H A Dconfig.w3228 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
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.");
57 PHP_PREFIX += "\\debug";
99 // Set some debug/release specific options
/PHP-8.1/ext/gd/tests/
H A Dbug53156.phpt51 //imagepng($img, __DIR__ . '/bug53156.png'); // debug
/PHP-8.1/sapi/phpdbg/tests/
H A Dbug73927.phpt40 // Stuff to debug
/PHP-8.1/ext/pdo/tests/
H A Dbug_69356.phpt23 This is a debug function, which dump directly the data on the normal output.
45 This is a debug function, which dump directly the data on the normal output.

Completed in 164 milliseconds

12345