Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 25 of 56) sorted by relevance

123

/PHP-5.5/tests/classes/
H A Dvisibility_003b.phpt12 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…
H A Dvisibility_003a.phpt12 protected function f3() {}
22 protected function f3() {}
27 public function f3() {}
H A Dvisibility_003c.phpt12 protected function f3() {}
22 protected function f3() {}
27 function f3() {}
H A Dtype_hinting_003.phpt20 static function f3(array $ar = array())
36 Test::f3();
51 Test::f3()
H A Dvisibility_004a.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_004c.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_000c.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_001c.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_002c.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_004b.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_000a.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_000b.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_001a.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_001b.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_002a.phpt12 protected function f3() {}
22 protected function f3() {}
H A Dvisibility_002b.phpt12 protected function f3() {}
22 protected function f3() {}
/PHP-5.5/Zend/tests/generators/
H A Dbacktrace.phpt15 function f3($gen) {
20 f3($gen);
27 #3 f3(Generator Object ()) called at [%s:%d]
/PHP-5.5/Zend/tests/
H A Dns_034.phpt16 function f3($x=\A\Foo::C) {
24 f3();
H A Dns_036.phpt18 function f3($x = \A\ArrayObject::STD_PROP_LIST) {
30 f3();
H A Dbug43344_1.phpt12 function f3($a=array(bar=>0)) {
19 echo f3()."\n";
H A Dns_040.phpt15 function f3($x=Y\A) {
39 f3();
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_variation.phpt19 function f3()
21 echo "f3 called\n";
44 var_dump($rv=assert_options(ASSERT_CALLBACK, "f3"));
88 assert_options(ASSERT_CALLBACK) => [f3]
90 f3 called
94 string(2) "f3"
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug29038.phpt18 function f3() {
40 f3();
/PHP-5.5/tests/lang/
H A Dstatic_variation_001.phpt44 eval(' function f3() { static $c = array(1,2,3); var_dump($c); }');
45 f3();
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_assoc_variation6.phpt42 4.89999922839999 => "f3",
62 $arr1 = array(0 => 0, 2 => "float", 4 => "f3", 33333333 => "f4",
120 string(2) "f3"
126 string(2) "f3"

Completed in 37 milliseconds

123