mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
* Fixed build issues with static CRT, separated ffi target * Fixed makefile for test-ffi target
15 lines
205 B
PHP
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
|