1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/ext/dom/tests/DOMAttr_value_basic_001.phpt
2018-10-14 19:45:12 +02:00

17 lines
267 B
PHP

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