--TEST-- FFI 301: FFI loading --SKIPIF-- --INI-- ffi.enable=1 --FILE-- printf("Hello World from %s!\n", "PHP"); ?> --EXPECT-- Hello World from PHP!