Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 119) sorted by path

12345

/PHP-7.1/
H A D.gitignore71 debug.log
H A DCODING_STANDARDS77 information while running in debug mode.
H A DNEWS715 . Fixed bug #75290 (debug info of Closures of internal functions contain
1516 . Fixed bug #71911 (Unable to set --enable-debug on building extensions by
2495 . Fixed bug #71911 (Unable to set --enable-debug on building extensions by
H A DREADME.STREAMS292 --enable-debug.
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 Dbuildconf15 debug=no
24 debug=yes
43 if test "$debug" = "yes"; then
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 |
/PHP-7.1/Zend/
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],[
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 …]
/PHP-7.1/Zend/tests/
H A D67468.phpt4 <?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
H A Dbug32252.phpt2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
H A Dconcat_003.phpt4 <?php if (PHP_DEBUG) { die ("skip debug version is slow"); } ?>
H A Doverloaded_func_001.phpt5 if (!PHP_DEBUG) die("skip only run in debug version");
H A Doverloaded_func_002.phpt5 if (!PHP_DEBUG) die("skip only run in debug version");
/PHP-7.1/Zend/tests/traits/
H A Dbug69579.phpt5 if (!PHP_DEBUG) die("skip only run in debug version");
/PHP-7.1/appveyor/
H A Dbuild_task.bat46 --disable-debug-pack ^
/PHP-7.1/build/
H A Dlibtool.m41277 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
/PHP-7.1/ext/bcmath/
H A Dconfig.m412 libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/…
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-7.1/ext/bcmath/libbcmath/src/
H A DMakefile.am7 libbcmath_a_SOURCES= add.c compare.c debug.c div.c divmod.c doaddsub.c \
/PHP-7.1/ext/dom/tests/
H A Dbug61858.phpt2 Bug #61858 DOMAttr debug info generates E_WARNING
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic7909 #http://mirror.href.com/thestarman/asm/debug/debug2.htm#IHC
10728 #>32 belong >0 with debug information
21585 >6 leshort&0x0001 =0x0001 with debug info
21586 >6 leshort&0x0001 =0x0000 no debug info

Completed in 155 milliseconds

12345