--TEST-- Bug #47769 (Strange extends PDO) --SKIPIF-- --FILE-- isProtected(); $this->isPrivate(); print $str ."\n"; } } $test = new test('sqlite::memory:'); $test->quote('foo'); $test->isProtected(); ?> --EXPECTF-- this is a protected method. this is a private method. foo Fatal error: Call to protected method test::isProtected() from context '' in %s on line %d