Files
awslabs_aws-crt-php/tests/awscrt_001.phpt
T
Justin Boswell 778eafcf05 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
2021-02-22 15:55:15 -08:00

15 lines
205 B
PHP

--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