Home
last modified time | relevance | path

Searched refs:debug (Results 26 – 50 of 119) sorted by relevance

12345

/PHP-7.2/ext/xml/
H A Dxml.mak61 # Extra stuff based on debug / release builds
62 ifeq '$(BUILD)' 'debug'
132 ifeq '$(BUILD)' 'debug'
170 ifeq '$(BUILD)' 'debug'
/PHP-7.2/ext/exif/tests/
H A Dbug71534.phpt2 Bug #71534 (Type confusion in exif_read_data() leading to heap overflow in debug mode)
/PHP-7.2/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt9 die('SKIP only for debug builds');
H A Dsocket_export_stream-5.phpt9 die('SKIP only for debug builds');
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt16 die("skip: debug functionality not enabled");
29 // the debug file should have entries
86 print "libmysql/DBUG package prints some debug info here."
H A Dmysqli_store_result_buffered_c.phpt10 mysqlnd.debug=d:t:O,/tmp/mysqlnd.trace
/PHP-7.2/Zend/tests/
H A Dconcat_003.phpt4 <?php if (PHP_DEBUG) { die ("skip debug version is slow"); } ?>
H A Dbug32252.phpt2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
/PHP-7.2/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.2/win32/build/
H A Dconfig.w3226 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
27 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
29 ERROR("Use of both --enable-debug and --enable-debug-pack not allowed.");
55 PHP_PREFIX += "\\debug";
94 // Set some debug/release specific options
/PHP-7.2/ext/bcmath/
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-7.2/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt6 die("skip not suitable for debug build");
/PHP-7.2/ext/mbstring/tests/
H A Dmb_strwidth.phpt8 //$debug = true;
H A Dmb_http_input.phpt16 //$debug = true;
H A Dmb_preferred_mime_name.phpt9 //$debug=true;
/PHP-7.2/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt27 echo debug( $t );
H A Dresourcebundle_individual.phpt29 $str_res .= debug( $t );
/PHP-7.2/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_016.phpt5 and require php compiled with --enable-debug
/PHP-7.2/sapi/cli/
H A Dconfig.w325 ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
/PHP-7.2/ext/standard/tests/file/
H A Dphp_fd_wrapper_04.phpt8 //we'd need a release and a test variation for windows, because in debug builds we get this message:
/PHP-7.2/ext/pdo/tests/
H A Dbug_69356.phpt21 This is a debug function, which dump directly the data on the normal output.
33 This is a debug function, which dump directly the data on the normal output.
/PHP-7.2/ext/soap/interop/
H A Dclient_round2.php105 $iop->debug = 0;
/PHP-7.2/ext/gd/tests/
H A Dbug53156.phpt50 //imagepng($img, __DIR__ . '/bug53156.png'); // debug
/PHP-7.2/sapi/apache2handler/
H A DREADME61 To debug Apache, we recommend:
67 If you want to debug a part of the PHP startup procedure, set a

Completed in 31 milliseconds

12345