mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
MFH
This commit is contained in:
parent
da7302f792
commit
782644535f
@ -6,7 +6,6 @@ display_errors=stderr
|
||||
<?php
|
||||
echo __LINE__ . "\n";
|
||||
ini_set('memory_limit', 100);
|
||||
echo __LINE__ ."\n";
|
||||
ob_start();
|
||||
$i = 0;
|
||||
while($i++ < 5000) {
|
||||
|
Loading…
Reference in New Issue
Block a user