mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
11 lines
152 B
PHP
11 lines
152 B
PHP
--TEST--
|
|
Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
|
|
--FILE--
|
|
<?php
|
|
ob_start("compact");
|
|
ob_end_clean();
|
|
?>
|
|
okey
|
|
--EXPECT--
|
|
okey
|