diff options
author | Xinchen Hui <laruence@php.net> | 2012-07-18 18:50:42 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-07-18 18:50:42 +0800 |
commit | cea3f0f3635179c052ba2d13d889a82b5a327ddb (patch) | |
tree | b366507ab8c9862db69af262f9f03bda0be97281 | |
parent | 2e325d612637605b8fada38b665f5bf49ab55b5a (diff) | |
download | php-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.phpt | bin | 553 -> 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 Binary files differindex 7c90fb9888..9a11e61b82 100644 --- a/ext/curl/tests/curl_escape.phpt +++ b/ext/curl/tests/curl_escape.phpt |