📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 12:21:33
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-oauth_2.0.7-2.el8
/
tests
✏️
Editing: bug_64308.phpt
--TEST-- PECL oauth: Bug #64308 (Protocol and host name not lowercased when generating signature base string) --SKIPIF-- <?php # vim:ft=php if (!extension_loaded('oauth')) die('skip'); ?> --FILE-- <?php echo oauth_get_sbs('GET', 'HTTP://SimonWpt.trovebox.com/hello.json').PHP_EOL; ?> --EXPECT-- GET&http%3A%2F%2Fsimonwpt.trovebox.com%2Fhello.json&
💾 Save Changes
❌ Cancel