Home
last modified time | relevance | path

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

12345

/PHP-7.2/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.2/ext/session/tests/
H A Drfc1867_sid_invalid.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-7.2/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_stripos.phpt9 //$debug=true;
H A Dmb_strpos.phpt9 //$debug=true;
/PHP-7.2/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.2/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.";
H A Dmysqli_store_result_copy.phpt13 mysqlnd.debug=d:t:O,/tmp/mysqlnd.trace
/PHP-7.2/appveyor/
H A Dbuild_task.bat58 --disable-debug-pack ^
/PHP-7.2/Zend/
H A Dzend_alloc.c274 } debug; member
2178 heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
2332 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2341 … AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); \
2434 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2449 AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
2464 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2477 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2727 _heap->custom_heap.debug._malloc = _malloc;
2728 _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.2/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.2/scripts/
H A Dphpize.m466 AC_MSG_CHECKING([if debug is enabled])
/PHP-7.2/
H A Dconfigure.ac873 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
874 [ --enable-debug Compile with debugging symbols], no, no)
1222 part1=debug
1224 part1=no-debug
1239 extbasedir=$extbasedir-debug
1605 | see the file debug.log for error messages. |
1607 | If you are unable to fix this, send the file debug.log to the |
H A D.gitignore60 debug.log
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 DREADME.GIT-RULES41 7. For development use the --enable-debug switch to avoid memory leaks
/PHP-7.2/sapi/fpm/
H A Dphp-fpm.conf.in40 ; Possible Values: alert, error, warning, notice, debug
/PHP-7.2/ext/pcre/tests/
H A Dpreg_match_error4.phpt628 "name": "symfony\\/debug",
885 "symfony\\/debug": "v2.7.10",
/PHP-7.2/win32/build/
H A Dconfutils.js1071 var debug = "";
1125 debug = " /d _DEBUG";
1133 MFO.WriteLine("\t$(RC) /nologo $(BASE_INCLUDES) /fo $(BUILD_DIR)\\" + resname + logo + debug +
1142 …) /nologo $(BASE_INCLUDES) /I $(PHP_DIR)/include /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
1149 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 68 milliseconds

12345