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

1.1     ! misho       1: --TEST--
        !             2: Testing creation of alias to an internal class
        !             3: --FILE--
        !             4: <?php
        !             5: 
        !             6: class_alias('stdclass', 'foo');
        !             7: 
        !             8: ?>
        !             9: --EXPECTF--
        !            10: Warning: First argument of class_alias() must be a name of user defined class in %s on line %d

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