ru_php/ext/dom/tests/DOMAttr_value_basic_001.phpt

16 lines
236 B
Plaintext
Raw Permalink Normal View History

--TEST--
Read empty $value.
--CREDITS--
Jason Bouffard <jbouffard1@yahoo.com>
# TestFest Atlanta 2009-05-14
--EXTENSIONS--
dom
--FILE--
<?php
$attr = new DOMAttr('category');
print $attr->value."\n";
?>
===DONE===
--EXPECT--
===DONE===