Home
last modified time | relevance | path

Searched refs:f1 (Results 26 – 50 of 107) sorted by relevance

12345

/PHP-7.4/Zend/tests/
H A D009.phpt22 $f1 = new foo;
25 $f1->bar();
31 var_dump(get_class($f1));
34 $f1->testNull();
H A Dns_035.phpt8 function f1($x = ArrayObject::STD_PROP_LIST) {
16 f1();
H A Dbug34062.phpt5 function f1() { throw new Exception; }
13 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, f1());
H A Dns_034.phpt10 function f1($x=Foo::C) {
22 f1();
H A Dbug52614.phpt12 public function f1() {
46 $foo->f1()[0] = 1;
64 $foo->f1()[0]++;
H A Dns_036.phpt10 function f1($x = ArrayObject::STD_PROP_LIST) {
26 f1();
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_error.phpt6 assert.callback = f1
11 function f1()
13 echo "f1 called\n";
H A Dassert_variation.phpt6 assert.callback = f1
11 function f1()
13 echo "f1 called\n";
73 Initial values: assert_options(ASSERT_CALLBACK) => [f1]
74 Initial values: ini.get("assert.callback") => [f1]
77 f1 called
81 string(2) "f1"
/PHP-7.4/tests/basic/
H A Dbug73969.phpt7 public static function f1()
17 c2::f1 as f2;
/PHP-7.4/ext/oci8/tests/
H A Dlob_043.phpt30 function f1($c)
38 echo "f1 ended\n";
55 $r = f1($c);
85 f1 ended
H A Ddrcp_functions.inc50 $sel_stmt="select drcp_test_package.f1 as f1 from dual";
52 oci_define_by_name($s2,'f1',$ret_num);
73 function f1 return number;
83 function f1 return number is
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt35 $f1 = fopen($src,'rb') or die("src open failed");
39 fseek($f1, SIZE_4G - 0x100, SEEK_SET);
41 echo (fread($f1,0x200) === fread($f2,0x200) ? "Identical" : "Copy failed");
42 fclose($f1);
/PHP-7.4/tests/classes/
H A Dvisibility_003c.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_004c.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_002c.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_000c.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_003a.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_004a.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_004b.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_000a.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_000b.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_002a.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_002b.phpt8 function f1() {}
18 public function f1() {}
H A Dvisibility_003b.phpt8 function f1() {}
18 public function f1() {}
/PHP-7.4/ext/pgsql/tests/
H A D10pg_convert_json_array.phpt18 'jsn'=>'{"f1":1,"f2":"foo"}',
35 string(22) "E'{"f1":1,"f2":"foo"}'"

Completed in 43 milliseconds

12345