Fix tests/lang/bug45392.phpt to log expected error when run with -n flag

This commit is contained in:
Joey Smith 2011-08-24 15:56:12 +00:00
parent 6feb8cb74b
commit 864774c5b2

View File

@ -6,6 +6,7 @@ display_errors=stderr
<?php
echo __LINE__ . "\n";
ini_set('memory_limit', 100);
ini_set('log_errors', 1);
ob_start();
$i = 0;
while($i++ < 5000) {