1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00
Files
archived-php-src/ext/ffi/tests/001.phpt
T
2019-01-14 11:47:50 +03:00

13 lines
213 B
PHP

--TEST--
FFI 001: Check if FFI is loaded
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--INI--
ffi.enable=1
--FILE--
<?php
echo 'The extension "FFI" is available';
?>
--EXPECT--
The extension "FFI" is available