Home
last modified time | relevance | path

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

1234

/PHP-7.4/
H A D.gitignore188 # NTS debug build x86
191 # ZTS debug build x86
H A DCODING_STANDARDS.md70 in debug mode.
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
263 - Rebuild PHP with `--enable-debug` which will show some kinds of memory errors
325 7. For development use the `--enable-debug` switch to avoid memory leaks and the
H A DNEWS624 . Fixed bug #80115 (mysqlnd.debug doesn't recognize absolute paths with
H A Dazure-pipelines.yml26 configurationParameters: '--enable-debug --disable-maintainer-zts'
30 configurationParameters: '--disable-debug --enable-maintainer-zts'
34 configurationParameters: '--enable-debug --enable-maintainer-zts'
38 configurationParameters: '--enable-debug --disable-maintainer-zts'
43 configurationParameters: '--enable-debug --enable-maintainer-zts'
47 configurationParameters: '--disable-debug --disable-maintainer-zts'
51 configurationParameters: '--enable-debug --disable-maintainer-zts'
59 configurationParameters: '--disable-debug --enable-maintainer-zts'
63 configurationParameters: '--enable-debug --enable-maintainer-zts'
76 --enable-debug --enable-maintainer-zts
[all …]
H A Dbuildconf8 debug=0
41 --debug Display warnings emitted by Autoconf.
60 debug=1
123 if test "$debug" = "1"; then
H A Dconfigure.ac812 PHP_ARG_ENABLE([debug],
814 [AS_HELP_STRING([--enable-debug],
1242 part1=debug
1244 part1=no-debug
1259 extbasedir=$extbasedir-debug
/PHP-7.4/Zend/
H A DREADME.md132 `--without-old-executor`. At last you can debug executor using original
H A Dzend_alloc.c276 } debug; member
2228 heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
2415 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2424 AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
2433 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2874 _heap->custom_heap.debug._malloc = _malloc;
2875 _heap->custom_heap.debug._free = _free;
2876 _heap->custom_heap.debug._realloc = _realloc;
/PHP-7.4/Zend/tests/
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 Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
H A Dconcat_003.phpt5 if (PHP_DEBUG) { die ("skip debug version is slow"); }
/PHP-7.4/Zend/tests/return_types/
H A Dinternal_functions001.phpt6 // Internal function return types are only checked in debug builds
7 if (!PHP_DEBUG) die('skip requires debug build');
/PHP-7.4/appveyor/
H A Dbuild_task.bat59 --disable-debug-pack ^
/PHP-7.4/azure/
H A Dcommunity_job.yml7 # debug build, that enables assertions, as well as the address and UB sanitizers. However,
/PHP-7.4/build/
H A Dlibtool.m41273 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
H A Dltmain.sh509 --debug)
/PHP-7.4/docs/
H A Dstreams.md314 with `--enable-debug`.
/PHP-7.4/ext/bcmath/
H A Dconfig.m410 libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/…
H A Dconfig.w329 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-7.4/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.4/ext/exif/tests/
H A Dbug71534.phpt2 Bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)
/PHP-7.4/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt6 die("skip not suitable for debug build");

Completed in 96 milliseconds

1234