1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/xml/tests/bug78563_final.phpt
2021-07-27 09:42:37 +02:00

16 lines
229 B
PHP

--TEST--
Bug #78563: parsers should not be extendable
--EXTENSIONS--
xml
--FILE--
<?php
class Dummy extends Xmlparser {
}
?>
===DONE===
--EXPECTF--
Fatal error: Class Dummy cannot extend final class XMLParser in %s on line %d