Skip to content

Commit 61661d3

Browse files
committed
Cleanup
1 parent 6563269 commit 61661d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/tests/new_oom.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ $php = PHP_BINARY;
1313

1414
foreach (get_declared_classes() as $class) {
1515
$output = shell_exec("$php --no-php-ini $file $class 2>&1");
16-
var_dump($output);
1716
if ($output && preg_match('(^\nFatal error: Allowed memory size of [0-9]+ bytes exhausted[^\r\n]* \(tried to allocate [0-9]+ bytes\) in [^\r\n]+ on line [0-9]+\nStack trace:\n(#[0-9]+ [^\r\n]+\n)+$)', $output) !== 1) {
1817
echo "Class $class failed\n";
1918
echo $output, "\n";

0 commit comments

Comments
 (0)