mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
Initial skeleton to make extension support CRT FFI API (#11)
* Fixed build issues with static CRT, separated ffi target * Fixed makefile for test-ffi target
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
--TEST--
|
||||
aws_crt_last_error
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . '/skipif.inc');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . '/common.inc');
|
||||
|
||||
echo aws_crt_last_error();
|
||||
?>
|
||||
--EXPECT--
|
||||
0
|
||||
Reference in New Issue
Block a user