/
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/018.phpt
--TEST-- FFI 018: Indirectly recursive structure --SKIPIF-- <?php require_once('skipif.inc'); ?> --INI-- ffi.enable=1 --FILE-- <?php try { FFI::cdef("struct X {struct X x[2];};"); echo "ok\n"; } catch (Throwable $e) { echo get_class($e) . ": " . $e->getMessage()."\n"; } try { FFI::cdef("struct X {struct X *ptr[2];};"); echo "ok\n"; } catch (Throwable $e) { echo get_class($e) . ": " . $e->getMessage()."\n"; } ?> ok --EXPECT-- FFI\ParserException: Incomplete struct "X" at line 1 ok ok
Copyright ©2k19 -
Hexid
|
Tex7ure