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/bug52202.phpt |
--TEST-- Bug #52202 (CURLOPT_PRIVATE gets clobbered) --SKIPIF-- <?php if (!extension_loaded('curl')) exit("skip curl extension not loaded"); ?> --FILE-- <?php $curl = curl_init("http://www.google.com"); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_PRIVATE, "123"); curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 1); curl_setopt($curl, CURLOPT_TIMEOUT, 1); curl_exec($curl); var_dump(curl_getinfo($curl, CURLINFO_PRIVATE)); --EXPECT-- string(3) "123"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare