Home
last modified time | relevance | path

Searched refs:debug (Results 76 – 100 of 119) sorted by relevance

12345

/PHP-7.1/ext/session/tests/
H A Drfc1867_sid_get_2.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_sid_invalid.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_sid_only_cookie.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_sid_post.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-7.1/sapi/fpm/tests/
H A Dtester.inc60 private $debug;
290 $this->debug = (bool) getenv('TEST_FPM_DEBUG');
554 if ($this->debug) {
1077 if ($this->debug) {
1096 if ($this->debug) {
1104 * Expect a log debug message.
/PHP-7.1/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt10 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
H A Dmb_convert_encoding.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
H A Dmb_strpos.phpt9 //$debug=true;
H A Dmb_stripos.phpt9 //$debug=true;
/PHP-7.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt40 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
41 …ll --eanble-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug
/PHP-7.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-7.1/Zend/
H A Dzend_alloc.c276 } debug; member
2171 heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
2325 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2334 … AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); \
2427 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2442 AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
2457 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2470 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2730 _heap->custom_heap.debug._malloc = _malloc;
2731 _heap->custom_heap.debug._free = _free;
[all …]
H A DREADME.ZEND_VM98 At last you can debug executor using original zend_vm_def.h or generated file
H A DZend.m4145 AC_ARG_ENABLE(debug,
146 [ --enable-debug Compile with debugging symbols],[
/PHP-7.1/ext/soap/interop/
H A Dclient_round2_interop.php53 var $debug = 0; variable in Interop_Client
610 $soap_test->showTestResult($this->debug, $this->html);
/PHP-7.1/scripts/
H A Dphpize.m466 AC_MSG_CHECKING([if debug is enabled])
/PHP-7.1/
H A Dconfigure.in862 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
863 [ --enable-debug Compile with debugging symbols], no, no)
1211 part1=debug
1213 part1=no-debug
1228 extbasedir=$extbasedir-debug
1613 | see the file debug.log for error messages. |
1615 | If you are unable to fix this, send the file debug.log to the |
H A DREADME.SUBMITTING_PATCH8 build, debug and begin submitting PHP or PECL code, tests or
163 - Rebuild PHP with --enable-debug (which will show some kinds of
H A D.gitignore71 debug.log
/PHP-7.1/sapi/fpm/
H A Dphp-fpm.conf.in40 ; Possible Values: alert, error, warning, notice, debug
/PHP-7.1/ext/pcre/tests/
H A Dpreg_match_error4.phpt628 "name": "symfony\\/debug",
885 "symfony\\/debug": "v2.7.10",
/PHP-7.1/win32/build/
H A Dconfutils.js1050 var debug = "";
1104 debug = " /d _DEBUG";
1112 MFO.WriteLine("\t$(RC) /nologo $(BASE_INCLUDES) /fo $(BUILD_DIR)\\" + resname + logo + debug +
1121 …) /nologo $(BASE_INCLUDES) /I $(PHP_DIR)/include /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
1128 MFO.WriteLine("\t$(RC) /nologo $(BASE_INCLUDES) /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
H A Dphpize.js.in232 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");

Completed in 49 milliseconds

12345