Home
last modified time | relevance | path

Searched refs:valgrind (Results 1 – 16 of 16) sorted by relevance

/PHP-7.3/ext/date/tests/
H A Dbug53502.phpt10 echo "Nothing, test only makes sense through valgrind.\n";
13 Nothing, test only makes sense through valgrind.
/PHP-7.3/ext/pcre/
H A Dconfig0.m4117 PHP_ARG_WITH(pcre-valgrind,,[ --with-pcre-valgrind=DIR
118 Enable PCRE valgrind support. Developers only!], no, no)
120 … AC_MSG_WARN([PHP is going to be linked with an external PCRE, --with-pcre-valgrind has no effect])
126 if test -f $i/valgrind/memcheck.h
134 AC_MSG_ERROR([Could not find valgrind/memcheck.h])
/PHP-7.3/Zend/tests/
H A Dgc_034.phpt5 /* run with valgrind */
H A Dbug60825.phpt4 run this with valgrind
H A Dbug69788.phpt2 Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
/PHP-7.3/ext/pgsql/tests/
H A Dclose_default_link.phpt9 /* Run me under valgrind */
H A Dconnect_after_close.phpt9 /* Run me under valgrind */
/PHP-7.3/Zend/
H A DREADME.ZEND_MM25 $ USE_ZEND_ALLOC=0 valgrind --leak-check=full sapi/cli/php -r 'leak();'
31 that valgrind can correctly track the memory leaks in shared extensions. For
/PHP-7.3/ext/opcache/tests/
H A Dbug68252.phpt11 /* run this test script with valgrind */
/PHP-7.3/ext/gd/tests/
H A Dbug73161.phpt4 We're testing for a memory leak that might not even show up with valgrind.
/PHP-7.3/ext/pcre/tests/
H A Dbug69864.phpt9 /* CAUTION: this test will most likely fail with valgrind until --smc-check=all is used. */
/PHP-7.3/
H A Drun-tests.php347 VALGRIND : " . ($valgrind ? $valgrind->getHeader() : 'Not used') . "
503 $valgrind = null; variable
616 $valgrind = new RuntestsValgrind($environment); variable
1118 global $valgrind;
1151 $timeout = $valgrind ? 300 : ($env['TEST_TIMEOUT'] ?? 60);
1255 global $valgrind, $temp_source, $temp_target, $cfg, $environment;
1617 if ($valgrind) {
1912 if ($valgrind) {
1977 if ($valgrind) { // leak check
2222 if ($valgrind && $leaked && $cfg["show"]["mem"]) {
[all …]
H A Dconfigure.ac811 dnl Check valgrind support
812 PHP_ARG_WITH(valgrind, [whether to enable valgrind support],
813 [ --with-valgrind=DIR Enable valgrind support], yes, no)
817 AC_MSG_CHECKING([for valgrind header])
825 SEARCH_FOR="/include/valgrind/valgrind.h"
H A DNEWS2063 . Fixed bug #75722 (Convert valgrind detection to configure option).
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt329 (check with valgrind...)
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY590 make valgrind happy.

Completed in 35 milliseconds