
| Path : /usr/src/php/ext/dom/tests/ |
| Current File : //usr/src/php/ext/dom/tests/DOMAttr_name_basic_001.phpt |
--TEST--
DOMAttr read $name property.
--CREDITS--
Nic Rosental <nicrosental@gmail.com>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$attr = new DOMAttr('category', 'books');
print $attr->name;
?>
--EXPECT--
category