Annotation of embedaddon/php/ext/dom/tests/DOMAttr_value_basic_001.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Read empty $value. 
        !             3: --CREDIT--
        !             4: Jason Bouffard <jbouffard1@yahoo.com>
        !             5: # TestFest Atlanta 2009-05-14
        !             6: --SKIPIF--
        !             7: <?php require_once('skipif.inc'); ?>
        !             8: --FILE--
        !             9: <?php
        !            10: $attr = new DOMAttr('category');
        !            11: print $attr->value."\n";
        !            12: ?>
        !            13: ===DONE===
        !            14: --EXPECTF--
        !            15: ===DONE===
        !            16:        

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>