Annotation of embedaddon/php/ext/reflection/tests/ReflectionClass_getName_error1.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: ReflectionClass::getName - forbid static invocation
        !             3: --FILE--
        !             4: <?php
        !             5: ReflectionClass::getName();
        !             6: ?>
        !             7: --EXPECTF--
        !             8: Fatal error: Non-static method ReflectionClass::getName() cannot be called statically in %s on line 2

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