summaryrefslogtreecommitdiff
path: root/ext/xml/tests/bug78563_final.phpt
blob: 23fac0d9bf4e622021ce9c058e0f159fa7feb4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Bug #78563: parsers should not be extendable
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php

class Dummy extends Xmlparser {

}

?>
===DONE===
--EXPECTF--
Fatal error: Class Dummy may not inherit from final class (XmlParser) in %s on line %d