Searched refs:f3 (Results 1 – 25 of 57) sorted by relevance
123
12 protected function f3() {}22 protected function f3() {}27 private function f3() {}33 Fatal error: Access level to fail::f3() must be protected (as in class same) or weaker in %s on lin…
12 protected function f3() {}22 protected function f3() {}27 public function f3() {}
12 protected function f3() {}22 protected function f3() {}27 function f3() {}
20 static function f3(array $ar = array())36 Test::f3();51 Test::f3()
12 protected function f3() {}22 protected function f3() {}
15 function f3($gen) {20 f3($gen);27 #3 f3(Generator Object ()) called at [%s:%d]
16 function f3($x=\A\Foo::C) {24 f3();
18 function f3($x = \A\ArrayObject::STD_PROP_LIST) {30 f3();
12 function f3($a=array(bar=>0)) {19 echo f3()."\n";
15 function f3($x=Y\A) {39 f3();
19 function f3() 21 echo "f3 called\n";44 var_dump($rv=assert_options(ASSERT_CALLBACK, "f3"));88 assert_options(ASSERT_CALLBACK) => [f3]90 f3 called94 string(2) "f3"
18 function f3() {40 f3();
44 eval(' function f3() { static $c = array(1,2,3); var_dump($c); }');45 f3();
42 4.89999922839999 => "f3",62 $arr1 = array(0 => 0, 2 => "float", 4 => "f3", 33333333 => "f4",120 string(2) "f3"126 string(2) "f3"
Completed in 25 milliseconds