Viewing File: /opt/alt/tests/alt-php84-pecl-oauth_2.0.7-4.el8/tests/oauth_urlencode.phpt

--TEST--
OAuth urlencode
--FILE--
<?php

echo oauth_urlencode('http://www.example.com'),"\n";
echo oauth_urlencode('http://www.example.com/~user'),"\n";

?>
--EXPECTF--
http%3A%2F%2Fwww.example.com
http%3A%2F%2Fwww.example.com%2F~user
Back to Directory File Manager
<