Home
last modified time | relevance | path

Searched refs:debug (Results 51 – 75 of 102) sorted by relevance

12345

/PHP-8.1/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-8.1/.github/actions/setup-oracle/
H A Daction.yml23 # fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
/PHP-8.1/ext/mbstring/tests/
H A Dmb_detect_order.phpt9 //$debug = true;
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/PHP-8.1/ext/session/tests/
H A Dbug32330.phpt57 // without output buffering, the debug messages will cause all manner of warnings
/PHP-8.1/ext/xmlreader/tests/
H A Dbug70309.phpt13 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h103 zend_long debug; member
H A Dzend_jit.c1020 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM) { in dasm_link_and_encode()
1048 if (JIT_G(debug) & ZEND_JIT_DEBUG_GDB) { in dasm_link_and_encode()
1062 if (JIT_G(debug) & ZEND_JIT_DEBUG_OPROFILE) { in dasm_link_and_encode()
1077 if (JIT_G(debug) & ZEND_JIT_DEBUG_PERF_DUMP) { in dasm_link_and_encode()
1088 if (JIT_G(debug) & ZEND_JIT_DEBUG_VTUNE) { in dasm_link_and_encode()
4247 if (JIT_G(debug) & ZEND_JIT_DEBUG_SSA) { in zend_real_jit_func()
4598 if (JIT_G(debug) & ZEND_JIT_DEBUG_SSA) { in zend_jit_script()
4951 if (JIT_G(debug) & ZEND_JIT_DEBUG_OPROFILE) { in zend_jit_startup()
5060 if (JIT_G(debug) & ZEND_JIT_DEBUG_SIZE) { in zend_jit_shutdown()
5065 if (JIT_G(debug) & ZEND_JIT_DEBUG_OPROFILE) { in zend_jit_shutdown()
[all …]
H A Dzend_jit_disasm.c448 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM_ADDR) {
454 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM_ADDR) {
556 if (JIT_G(debug) & ZEND_JIT_DEBUG_ASM_ADDR) {
/PHP-8.1/
H A D.cirrus.yml17 …- ./configure --prefix=/usr/local --enable-debug --enable-option-checking=fatal --enable-fpm --wit…
H A DREADME.md57 Configure your build. `--enable-debug` is recommended for development, see
61 ./configure --enable-debug
H A D.gitignore190 # NTS debug build x86
193 # ZTS debug build x86
H A Dconfigure.ac800 PHP_ARG_ENABLE([debug],
802 [AS_HELP_STRING([--enable-debug],
833 PHP_ARG_ENABLE([debug-assertions],
834 [whether to enable debug assertions in release mode],
835 [AS_HELP_STRING([--enable-debug-assertions],
836 [Compile with debug assertions even in release mode])],
1342 part1=debug
1344 part1=no-debug
1359 extbasedir=$extbasedir-debug
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc61 private bool $debug;
340 * @param bool|null $debug
347 bool $debug = null
353 $this->debug = $debug !== null ? $debug : (bool)getenv('TEST_FPM_DEBUG');
354 $this->logReader = new LogReader($this->debug);
355 $this->logTool = new LogTool($this->logReader, $this->debug);
764 if ($this->debug) {
821 if ($this->debug) {
1642 * Expect a log debug message.
1910 * Trace execution by printing supplied message only in debug mode.
[all …]
/PHP-8.1/.github/scripts/windows/
H A Dbuild_task.bat43 --disable-debug-pack ^
/PHP-8.1/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h72 char *debug; /* The actual string */
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt41 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
42 …ll --enable-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt17 die("skip: debug functionality not enabled");
H A Dmysqli_debug_mysqlnd_control_string.phpt16 die("skip: debug functionality not enabled");
221 print "libmysql/DBUG package prints some debug info here.";
/PHP-8.1/.circleci/
H A Dconfig.yml92 --enable-debug \
/PHP-8.1/scripts/
H A Dphpize.m482 AC_MSG_CHECKING([if debug is enabled])
/PHP-8.1/Zend/
H A DREADME.md132 `--without-old-executor`. At last you can debug executor using original
H A Dzend_alloc.c277 } debug; member
2263 heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
2457 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2466 AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
2475 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2988 _heap->custom_heap.debug._malloc = _malloc;
2989 _heap->custom_heap.debug._free = _free;
2990 _heap->custom_heap.debug._realloc = _realloc;
/PHP-8.1/ext/imap/tests/setup/
H A Dimap_include.inc4 const IMAP_SERVER_DEBUG = '{127.0.0.1:143/debug/norsh}';
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_commands.c57 MYSQLND_METHOD(mysqlnd_command, debug)(MYSQLND_CONN_DATA * const conn) in MYSQLND_METHOD() argument
679 MYSQLND_METHOD(mysqlnd_command, debug),

Completed in 69 milliseconds

12345