Searched refs:debug (Results 26 – 50 of 102) sorted by relevance
12345
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_debug_append.phpt | 16 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 D | mysqli_debug_control_string.phpt | 2 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 D | bug78577.phpt | 2 Bug #78577 (Crash in DOMNameSpace debug info handlers)
|
/PHP-8.1/ext/imap/tests/setup/ |
H A D | dovecot.conf | 32 debug_log_path = /var/log/dovecot-debug.log
|
/PHP-8.1/Zend/tests/ |
H A D | bug32252.phpt | 2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
|
H A D | concat_003.phpt | 5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
|
/PHP-8.1/sapi/fuzzer/ |
H A D | README.md | 12 --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 D | config.w32 | 9 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
|
H A D | config.m4 | 10 libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/…
|
/PHP-8.1/.github/workflows/ |
H A D | nightly.yml | 66 --enable-debug 115 debug: [true, false] 122 debug: true 131 debug: true 138 debug: true 172 --${{ matrix.debug && 'enable' || 'disable' }}-debug 224 debug: [true, false] 257 --${{ matrix.debug && 'enable' || 'disable' }}-debug 300 debug: [true, false] 318 --${{ matrix.debug && 'enable' || 'disable' }}-debug [all …]
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | cve-2014-3538-mb.phpt | 8 die("skip not suitable for debug build");
|
H A D | cve-2014-3538.phpt | 8 die("skip not suitable for debug build");
|
H A D | cve-2014-3538-nojit.phpt | 8 die("skip not suitable for debug build");
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | bug76601-reload-child-signals.phpt | 36 * 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 D | logtool.inc | 22 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 D | resourcebundle_arrayaccess.phpt | 27 echo debug( $t );
|
/PHP-8.1/sapi/cli/tests/ |
H A D | php_cli_server_016.phpt | 5 and require php compiled with --enable-debug
|
H A D | gh8827-001.phpt | 12 die("skip std streams are not closeable in debug builds");
|
H A D | gh8827-002.phpt | 12 die("skip std streams are not closeable in debug builds");
|
H A D | gh8827-003.phpt | 12 die("skip std streams are not closeable in debug builds");
|
/PHP-8.1/ext/pdo_oci/tests/ |
H A D | pdo_oci_debugdumpparams.phpt | 20 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 D | config.w32 | 28 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 D | bug53156.phpt | 51 //imagepng($img, __DIR__ . '/bug53156.png'); // debug
|
/PHP-8.1/sapi/phpdbg/tests/ |
H A D | bug73927.phpt | 40 // Stuff to debug
|
/PHP-8.1/ext/pdo/tests/ |
H A D | bug_69356.phpt | 23 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 29 milliseconds
12345