Skip to content

Deprecate returning non-string values from a user output handler #18932

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Memory limits
  • Loading branch information
DanielEScherzer committed Jun 28, 2025
commit 8144c5512b6de10719ef34990b723012f1c27bd5
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
ob_start(): Check behaviour with deprecation when OOM triggers handler removal (handler returns false)
--INI--
memory_limit=2M
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
ob_start(): Check behaviour with deprecation when OOM triggers handler removal (handler returns true)
--INI--
memory_limit=2M
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--TEST--
ob_start(): Check behaviour with deprecation when OOM triggers handler removal (handler returns zero)
--INI--
memory_limit=2M
--FILE--
<?php

Expand Down