/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
ffi
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/ffi/tests/029.phpt
--TEST-- FFI 029: _Alignas --SKIPIF-- <?php require_once('skipif.inc'); ?> --INI-- ffi.enable=1 --FILE-- <?php $ffi = FFI::cdef(" typedef char t1; typedef char _Alignas(int) t2; "); var_dump(FFI::sizeof($ffi->new("struct {char a; t1 b;}"))); var_dump(FFI::sizeof($ffi->new("struct {char a; t2 b;}"))); ?> --EXPECT-- int(2) int(8)
Copyright ©2k19 -
Hexid
|
Tex7ure