1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/standard/tests/array/bug71220.phpt
2015-12-25 21:31:42 -08:00

11 lines
153 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