Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/openssl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/openssl/tests/check_default_conf_path.phpt |
--TEST-- Check for default OpenSSL config path on Windows --SKIPIF-- <?php if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip windows only test'); } ?> --FILE-- <?php ob_start(); phpinfo(); $info = ob_get_contents(); ob_end_clean(); preg_match(",Openssl default config .* (.*),", $info, $m); if (isset($m[1])) { var_dump(str_replace('/', '\\', strtolower($m[1]))); } ?> --EXPECT-- string(28) "c:\usr\local\ssl\openssl.cnf"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare