PATH:
home
/
lab2454c
/
transferwit.elementalrock.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
aws
/
aws-crt-php
<?php $source = "php://stdin"; if (isset($argv[1])) { $source = $argv[1]; } $input_lines = file($source); foreach ($input_lines as $line) { // Strip AWS_EXTERN_C_BEGIN/END if (preg_match('/AWS_EXTERN_C/', $line)) { continue; } // Strip macros/includes if (preg_match('/^#/', $line)) { continue; } // Strip visibility attributes $line = str_replace('AWS_CRT_API ', '', $line); echo($line); }
[-] Makefile.frag.w32
[edit]
[-] composer.json
[edit]
[-] format-check.sh
[edit]
[-] config.w32
[edit]
[-] CODE_OF_CONDUCT.md
[edit]
[-] gen_stub.php
[edit]
[-] Makefile.frag
[edit]
[-] package.xml-template_post
[edit]
[+]
ext
[+]
..
[-] CONTRIBUTING.md
[edit]
[-] run_tests.bat
[edit]
[-] php.ini
[edit]
[+]
tests
[-] config.m4
[edit]
[-] php-win.ini
[edit]
[-] NOTICE
[edit]
[-] builder.json
[edit]
[-] gen_api.php
[edit]
[-] prepare_release.sh
[edit]
[-] run_tests
[edit]
[-] README.md
[edit]
[-] prepare_package_xml.sh
[edit]
[-] package.xml-template_pre
[edit]
[-] LICENSE
[edit]
[+]
src