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

1.1     ! misho       1: --TEST--
        !             2: Testing dynamic call with invalid value for method name
        !             3: --FILE--
        !             4: <?php 
        !             5: 
        !             6: $a = new stdClass;
        !             7: 
        !             8: $a::$a();
        !             9: 
        !            10: ?>
        !            11: --EXPECTF--
        !            12: Fatal error: Function name must be a string in %s on line %d

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