summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt
blob: c1f7d9b4de421bbb1572ca81735d66c35f9886e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
DOMDocumentType::internalSubset with invalid state.
--CREDITS--
Eric Lee Stewart <ericleestewart@gmail.com>
# TestFest Atlanta 2009-05-25
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$doctype = new DOMDocumentType();
$internalSubset = $doctype->internalSubset;
?>
--EXPECTF--
Warning: main(): Invalid State Error in %s on line %d