summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-07-18 18:50:42 +0800
committerXinchen Hui <laruence@php.net>2012-07-18 18:50:42 +0800
commitcea3f0f3635179c052ba2d13d889a82b5a327ddb (patch)
treeb366507ab8c9862db69af262f9f03bda0be97281
parent2e325d612637605b8fada38b665f5bf49ab55b5a (diff)
downloadphp-git-cea3f0f3635179c052ba2d13d889a82b5a327ddb.tar.gz
fix test
All input characters that are not a-z, A-Z or 0-9 will be converted to their "URL escaped" version see http://curl.haxx.se/libcurl/c/curl_escape.html
-rw-r--r--ext/curl/tests/curl_escape.phptbin553 -> 557 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/ext/curl/tests/curl_escape.phpt b/ext/curl/tests/curl_escape.phpt
index 7c90fb9888..9a11e61b82 100644
--- a/ext/curl/tests/curl_escape.phpt
+++ b/ext/curl/tests/curl_escape.phpt
Binary files differ