Skip to content

Commit 8144c55

Browse files
Memory limits
1 parent 25c35b8 commit 8144c55

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/output/ob_start_callback_bad_return/handler_false_removed.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
ob_start(): Check behaviour with deprecation when OOM triggers handler removal (handler returns false)
3+
--INI--
4+
memory_limit=2M
35
--FILE--
46
<?php
57

tests/output/ob_start_callback_bad_return/handler_true_removed.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
ob_start(): Check behaviour with deprecation when OOM triggers handler removal (handler returns true)
3+
--INI--
4+
memory_limit=2M
35
--FILE--
46
<?php
57

tests/output/ob_start_callback_bad_return/handler_zero_removed.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
ob_start(): Check behaviour with deprecation when OOM triggers handler removal (handler returns zero)
3+
--INI--
4+
memory_limit=2M
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)