mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fix tests/lang/bug45392.phpt to log expected error when run with -n flag
This commit is contained in:
parent
6feb8cb74b
commit
864774c5b2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user