// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php80-pecl-oauth_2.0.7-2.el8
/
tests
[ PARENT ]
EDIT :: 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
SAVE
CANCEL