php-src/ext/ffi/tests/preload.inc
Christoph M. Becker 280485adc1 Improve FFI test suite for Windows
We add Windows support to four existing test cases, extract some useful
utility functions, and use them to simplify further test cases.

We also remove the Windows specific code from preload.inc, since
preloading isn't supported on Windows anyway.
2020-03-18 16:53:06 +01:00

4 lines
38 B
PHP

<?php
FFI::load(__DIR__ . "/300.h");