📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 21:46:59
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-oauth_2.0.7-2.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-oauth_2.0.7-2.el8/tests
🔄 Refresh
✏️
Editing: bug21426.phpt
Read Only
--TEST-- Child class of OAuth cannot access its own attributes --FILE-- <?php class Foo extends OAuth { protected $foo = 'bar'; public function getFoo() { return $this->foo; } } $foo = new Foo('key', 'secret'); var_dump($foo->getFoo()); ?> --EXPECTF-- string(3) "bar"
💾 Save Changes
❌ Cancel