DOMDocumentType_publicId_error_001.phpt   [plain text]


--TEST--
DOMDocumentType::publicId 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();
$publicId = $doctype->publicId;
?>
--EXPECTF--
Warning: main(): Invalid State Error in %s on line %d