mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Missed one line
This commit is contained in:
parent
2a1fc332b5
commit
c98a7f9a14
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ display_errors=stderr
|
||||||
<?php
|
<?php
|
||||||
echo __LINE__ . "\n";
|
echo __LINE__ . "\n";
|
||||||
ini_set('memory_limit', 100);
|
ini_set('memory_limit', 100);
|
||||||
echo __LINE__ ."\n";
|
|
||||||
ob_start();
|
ob_start();
|
||||||
$i = 0;
|
$i = 0;
|
||||||
while($i++ < 5000) {
|
while($i++ < 5000) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue