SplFixedArray__construct_param_array.phpt 296 B

123456789101112
  1. --TEST--
  2. SplFixedArray::__construct() with array passed as integer.
  3. --CREDITS--
  4. PHPNW Test Fest 2009 - Jordan Hatch
  5. --FILE--
  6. <?php
  7. $array = new SplFixedArray( array("string", 1) );
  8. ?>
  9. --EXPECTF--
  10. Warning: SplFixedArray::__construct() expects parameter 1 to be long, array given in %s on line %d