1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00
Files
archived-php-src/ext/ffi/tests/skipif.inc
2019-01-14 11:47:50 +03:00

4 lines
80 B
PHP

<?php
if (!extension_loaded('FFI')) die('skip FFI extension not available');
?>