History log of /PHP-8.2/ext/curl/tests/curl_int_cast.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 6600ad60 14-Jun-2021 Nikita Popov

Add some missing EXTENSIONS sections to misc tests


# 26171c36 22-Jun-2020 Nikita Popov

Also allow casting CurlMultiHandles


# 1c4463c7 19-Jun-2020 Nikita Popov

Allow casting CurlHandle to int

(int) $curlHandle will return spl_object_id($curlHandle). This
makes curl handle objects backwards compatible with code using
(int) $curlHandle to obt

Allow casting CurlHandle to int

(int) $curlHandle will return spl_object_id($curlHandle). This
makes curl handle objects backwards compatible with code using
(int) $curlHandle to obtain a resource ID.

Closes GH-5743.

show more ...