Searched refs:valgrind (Results 1 – 16 of 16) sorted by relevance
/PHP-7.3/ext/date/tests/ |
H A D | bug53502.phpt | 10 echo "Nothing, test only makes sense through valgrind.\n"; 13 Nothing, test only makes sense through valgrind.
|
/PHP-7.3/ext/pcre/ |
H A D | config0.m4 | 117 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 D | gc_034.phpt | 5 /* run with valgrind */
|
H A D | bug60825.phpt | 4 run this with valgrind
|
H A D | bug69788.phpt | 2 Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
|
/PHP-7.3/ext/pgsql/tests/ |
H A D | close_default_link.phpt | 9 /* Run me under valgrind */
|
H A D | connect_after_close.phpt | 9 /* Run me under valgrind */
|
/PHP-7.3/Zend/ |
H A D | README.ZEND_MM | 25 $ 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 D | bug68252.phpt | 11 /* run this test script with valgrind */
|
/PHP-7.3/ext/gd/tests/ |
H A D | bug73161.phpt | 4 We're testing for a memory leak that might not even show up with valgrind.
|
/PHP-7.3/ext/pcre/tests/ |
H A D | bug69864.phpt | 9 /* CAUTION: this test will most likely fail with valgrind until --smc-check=all is used. */
|
/PHP-7.3/ |
H A D | run-tests.php | 347 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 D | configure.ac | 811 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 D | NEWS | 2063 . Fixed bug #75722 (Convert valgrind detection to configure option).
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_emulated.phpt | 329 (check with valgrind...)
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 590 make valgrind happy.
|
Completed in 35 milliseconds