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

1.1     ! misho       1: --TEST--
        !             2: Trying use object of type stdClass as array
        !             3: --FILE--
        !             4: <?php
        !             5: 
        !             6: $a[0] = new stdclass;
        !             7: $a[0][0] = new stdclass;
        !             8: 
        !             9: ?>
        !            10: --EXPECTF--
        !            11: Fatal error: Cannot use object of type stdClass as array in %s on line %d

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