SplFixedArray_offsetExists_integer.phpt 205 B

12345678
  1. --TEST--
  2. SplFixedArray::offsetExists with various types
  3. --CREDITS--
  4. Gabriel Caruso (carusogabriel34@gmail.com)
  5. --FILE--
  6. <?php var_dump((new SplFixedArray(1))->offsetExists(0.1)); ?>
  7. --EXPECT--
  8. bool(false)