fixedarray_009.phpt 250 B

12345678910
  1. --TEST--
  2. SPL: FixedArray: Trying to instantiate passing string to construtor parameter
  3. --FILE--
  4. <?php
  5. $a = new SplFixedArray('FOO');
  6. ?>
  7. --EXPECTF--
  8. Warning: SplFixedArray::__construct() expects parameter 1 to be long, string given in %s on line %d