summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMAttr_construct_error_001.phpt
blob: 08734ca473c22b4425840cee0008dc8bdeda16fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--TEST--
DOMAttr __construct() with no arguments.
--CREDITS--
Josh Sweeney <jsweeney@alt-invest.net>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$attr = new DOMAttr();
?>
--EXPECTF--
Fatal error: Uncaught exception 'DOMException' with message 'DOMAttr::__construct() expects at least 1 parameter, 0 given' in %s:%d
Stack trace:
#0 %s(%d): DOMAttr->__construct()
#1 {main}
  thrown in %s on line %d