042.phpt 291 B

12345678910111213141516
  1. --TEST--
  2. FFI 042: Next array element
  3. --EXTENSIONS--
  4. ffi
  5. --INI--
  6. ffi.enable=1
  7. --FILE--
  8. <?php
  9. $a = FFI::new("uint8_t[8]");
  10. $a[] = 0;
  11. ?>
  12. --EXPECTF--
  13. Fatal error: Uncaught FFI\Exception: Cannot add next element to object of type FFI\CData in %s:3
  14. Stack trace:
  15. #0 {main}
  16. thrown in %s on line 3