Searched refs:curl_escape (Results 1 – 4 of 4) sorted by relevance
2 Test curl_escape and curl_unescape() functions6 if (!function_exists("curl_escape")) exit("skip curl_escape doesn't exists");17 $escaped = curl_escape($a, $str);
113 PHP_FUNCTION(curl_escape);
477 PHP_FE(curl_escape, arginfo_curl_escape)3540 PHP_FUNCTION(curl_escape) in PHP_FUNCTION() argument
1598 . Fixed bug #72674 (Heap overflow in curl_escape). (Stas)2531 . Fixed bug #72674 (Heap overflow in curl_escape). (Stas)
Completed in 24 milliseconds