1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
Files
archived-php-src/ext/spl/tests/bug70290.phpt

10 lines
236 B
PHP

--TEST--
Bug #70290 (Null pointer deref (segfault) in spl_autoload via ob_start)
--INI--
display_errors=2
--FILE--
<?php ob_start("spl_autoload"); ?> 1
--EXPECT--
Fatal error: Unknown: Class 1
could not be loaded in Unknown on line 0