Skip to content

Commit

Permalink
no custom ob start
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 27, 2021
1 parent 5035901 commit 3880550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/_unit-test/late-output-error.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if (ob_get_level() === 0) {
ob_start();
}
ob_start();
// ob_start();
echo 'unmanaged output';
});

Expand Down

0 comments on commit 3880550

Please sign in to comment.