
| Path : /proc/thread-self/root/usr/src/php/ext/spl/tests/ |
| Current File : //proc/thread-self/root/usr/src/php/ext/spl/tests/fixedarray_005.phpt |
--TEST-- SPL: FixedArray: Trying to instantiate passing object to constructor parameter --FILE-- <?php $b = new stdClass; $a = new SplFixedArray($b); ?> --EXPECTF-- Warning: SplFixedArray::__construct() expects parameter 1 to be long, object given in %s on line %d