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/curl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/curl/tests/curl_strerror_001.phpt |
--TEST-- curl_strerror basic test --SKIPIF-- <?php if (!extension_loaded("curl")) { exit("skip curl extension not loaded"); } $curl_version = curl_version(); if ($curl_version['version_number'] < 0x070c00) { exit("skip: test works only with curl >= 7.12.0"); } ?> --FILE-- <?php var_dump(strtolower(curl_strerror(CURLE_OK))); var_dump(strtolower(curl_strerror(CURLE_UNSUPPORTED_PROTOCOL))); var_dump(strtolower(curl_strerror(-1))); ?> --EXPECTF-- string(8) "no error" string(20) "unsupported protocol" string(13) "unknown error"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare