Home
last modified time | relevance | path

Searched refs:f (Results 901 – 903 of 903) sorted by last modified time

1...<<31323334353637

/PHP-5.5/Zend/tests/
H A Dbug38469.phpt12 function f() {
20 f();
H A Daccess_modifiers_008.phpt9 static protected function f() {return 'A::f()';}
12 static protected function f() {return 'B1::f()';}
15 static public function test() {echo B1::f();}
21 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_009.phpt9 static protected function f() {return 'A::f()';}
12 static protected function f() {return 'B1::f()';}
16 var_dump(is_callable('B1::f'));
17 B1::f();
26 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d

Completed in 20 milliseconds

1...<<31323334353637