1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/ext/standard/tests/array/bug71220.phpt
2018-10-14 19:45:12 +02:00

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