Test: /ext/ffi/tests/bug79532.phpt - Version 7.4.6-dev        

Bug #79532 sizeof off_t can be wrong
Submitted: 2020-04-28 08:10:19 Modified: 2020-04-29 08:33:24
From: cmb Assigned: cmb
Status: Closed Package: ffi
PHP Version: 7.4Git-2020-04-28 (Git) OS: some (e.g.Windows)

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+ Fatal error: Uncaught FFI\Exception: Failed resolving C function 'fill_array' in %s/bug79532.php:9 002+ Stack trace: 003+ #0 %s/bug79532.php(9): FFI::cdef('void fill_array...') 004+ #1 {main} 005+ thrown in %s/bug79532.php on line 9 001- object(FFI\CData:int%d_t[3])#%d (3) { 002- [0]=> 003- int(0) 004- [1]=> 005- int(1) 006- [2]=> 007- int(2) 008- }