mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58: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
|
||||
echo __LINE__ . "\n";
|
||||
ini_set('memory_limit', 100);
|
||||
echo __LINE__ ."\n";
|
||||
ob_start();
|
||||
$i = 0;
|
||||
while($i++ < 5000) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue