Files
awslabs_aws-crt-php/lib/test.php
T
Justin Boswell 3fed547551 Imported CRT FFI lib (#7)
* Added php7 library skeleton

* Re-worked Makefile.frag to use paths correctly

* Added gitignore for lib

* clang-format

* Remove symlinked api.h

* Copy api.h into lib/ as part of build
2021-01-29 13:44:55 -08:00

8 lines
113 B
PHP

<?php
require_once('crt.php');
$crt = new CRT();
$crt->init();
var_dump($crt->error_name(0));
$crt->clean_up();