SplFixedArray__construct_param_string.phpt 310 B

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