]> granicus.if.org Git - php/commitdiff
Fix tests/lang/bug45392.phpt to log expected error when run with -n flag
authorJoey Smith <joey@php.net>
Wed, 24 Aug 2011 15:56:12 +0000 (15:56 +0000)
committerJoey Smith <joey@php.net>
Wed, 24 Aug 2011 15:56:12 +0000 (15:56 +0000)
tests/lang/bug45392.phpt

index ae84cd9d1dd9a532b2c5558e6e8ffaf4a778b62d..aaf4ed882b3e8868b7cdb5cf2f841f268aef0820 100644 (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)  {