|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-20 09:51 UTC] derick@php.net
[2002-09-20 10:40 UTC] sebastian@php.net
[2002-09-20 15:23 UTC] derick@php.net
[2002-09-21 12:15 UTC] derick@php.net
[2002-09-21 12:30 UTC] jmoore@php.net
[2002-09-21 12:31 UTC] derick@php.net
[2002-09-23 09:23 UTC] zeev@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 06:00:01 2025 UTC |
Here is a reproducing script. It does not make sense, because it is ripped out of its XML_Transformer context: <?php ob_start('callback'); function callback($buffer) { ob_start(); eval($buffer); $result = ob_get_contents(); ob_end_clean(); return $result; } ?> echo 'test'; PHP 4.2.3 Fatal error: Cannot use output buffering in output buffering display handlers HEAD Neither output nor error message.