1--TEST-- 2Creates array, uses the count function to get the size of the array, but passes a parameter. 3--CREDITS-- 4Philip Norton philipnorton42@gmail.com 5--FILE-- 6<?php 7$array = new SplFixedArray(5); 8echo $array->count(3); 9?> 10--EXPECTF-- 11Warning: SplFixedArray::count() expects exactly 0 parameters, 1 given in %s on line %d