Annotation of embedaddon/php/Zend/tests/clone_001.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Using clone statement on non-object
        !             3: --FILE--
        !             4: <?php
        !             5: 
        !             6: $a = clone array();
        !             7: 
        !             8: ?>
        !             9: --EXPECTF--
        !            10: Fatal error: __clone method called on non-object in %s on line %d

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