Home
last modified time | relevance | path

Searched refs:C1 (Results 1 – 25 of 71) sorted by relevance

123

/PHP-8.1/Zend/tests/
H A Dstatic_variables_traits.phpt13 class C1 {
24 C1::counter();
25 C1::counter1();
26 C1::counter2();
29 C1::counter();
30 C1::counter1();
31 C1::counter2();
H A Dbug30702.phpt6 const C1=1;
12 public $c1=bar::C1;
15 public $c3=self::C1;
18 public $c5=foo::C1;
19 public $c6=parent::C1;
H A Dbug78787.phpt9 class C1 {
13 class C2 extends C1 {
H A Dconstant_expressions_invalid_offset_type_error.phpt6 const C1 = 1; // force dynamic evaluation
7 const C2 = [C1, [] => 1];
/PHP-8.1/ext/oci8/tests/
H A Dimp_res_1.phpt124 ["C1"]=>
130 ["C1"]=>
136 ["C1"]=>
160 ["C1"]=>
166 ["C1"]=>
172 ["C1"]=>
180 ["C1"]=>
186 ["C1"]=>
192 ["C1"]=>
216 ["C1"]=>
[all …]
H A Dlob_041.phpt27 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
29 oci_define_by_name($s, "C1", $desc);
33 echo $data['C1']->load(), "\n";
38 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
40 oci_define_by_name($s, "C1", $desc);
44 echo $data['C1']->load(), "\n";
50 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
54 echo $data['C1']->load(), "\n";
82 ["C1"]=>
H A Dimp_res_6.phpt78 ["C1"]=>
90 ["C1"]=>
98 ["C1"]=>
112 ["C1"]=>
H A Dbug41069.phpt93 ["C1"]=>
122 ["C1"]=>
151 ["C1"]=>
183 ["C1"]=>
212 ["C1"]=>
241 ["C1"]=>
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug72229.phpt5 class C1
17 $Obj1 = new C1();
26 C1 Object
30 [0] => C1 Object
40 C1 Object
44 [0] => C1 Object
/PHP-8.1/Zend/tests/attributes/
H A D017_closure_scope.phpt11 class C1
21 $ref = new \ReflectionFunction(C1::foo());
27 $ref = new \ReflectionFunction(C1::foo()->bindTo(null, Test1::class));
35 [0] => C1
40 [0] => C1
H A D013_class_scope.phpt7 class C1
19 $ref = new \ReflectionClass(C1::class);
82 [0] => C1
87 [0] => C1
92 [0] => C1
97 [0] => C1
102 [0] => C1
H A D003_ast_nodes.phpt9 class C1
14 $ref = new \ReflectionClass(C1::class);
23 #[A1(V1, 1 + 2, C1::class)]
34 var_dump($args[2] === C1::class);
38 #[A1(self::FOO, C1::BAR)]
51 var_dump($args[1] === C1::BAR);
H A D011_inheritance.phpt7 class C1
13 class C2 extends C1
18 class C3 extends C1
24 $ref = new \ReflectionClass(C1::class);
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug72920.phpt6 private const C1 = "a";
10 var_dump(constant('Foo::C1'));
16 Cannot access private constant Foo::C1
/PHP-8.1/Zend/tests/type_declarations/variance/
H A Dobject_variance.phpt12 final class C1 implements I2 {
18 $o = new C1();
22 C1
/PHP-8.1/ext/hash/
H A Dhash_whirlpool.c80 C1[(int)(K[7] >> 48) & 0xff] ^ in WhirlpoolTransform()
90 C1[(int)(K[0] >> 48) & 0xff] ^ in WhirlpoolTransform()
99 C1[(int)(K[1] >> 48) & 0xff] ^ in WhirlpoolTransform()
108 C1[(int)(K[2] >> 48) & 0xff] ^ in WhirlpoolTransform()
117 C1[(int)(K[3] >> 48) & 0xff] ^ in WhirlpoolTransform()
126 C1[(int)(K[4] >> 48) & 0xff] ^ in WhirlpoolTransform()
135 C1[(int)(K[5] >> 48) & 0xff] ^ in WhirlpoolTransform()
144 C1[(int)(K[6] >> 48) & 0xff] ^ in WhirlpoolTransform()
164 C1[(int)(state[7] >> 48) & 0xff] ^ in WhirlpoolTransform()
174 C1[(int)(state[0] >> 48) & 0xff] ^ in WhirlpoolTransform()
[all …]
/PHP-8.1/ext/reflection/tests/
H A D024.phpt5 class C1 {
11 $x = new C1();
19 Object of class [ <user> class C1 ] {
H A Dtraits005.phpt7 class C1 { }
12 for ($c = "C1"; $c <= "C4"; $c++) {
20 class C1:
H A Dtraits004.phpt8 class C1 { }
12 for ($c = "C1"; $c <= "C3"; $c++) {
21 class C1:
H A D023.phpt5 class C1 {
10 class C2 extends C1 {
/PHP-8.1/Zend/tests/traits/bugs/
H A Dalias01.phpt10 class C1 {
14 $o = new C1;
26 Fatal error: Uncaught Error: Call to undefined method C1::a2() in %s:%d
/PHP-8.1/Zend/tests/traits/
H A Dlanguage012.phpt16 class C1 {
20 $o = new C1();
H A Dlanguage013.phpt16 class C1 {
24 $o = new C1();
/PHP-8.1/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.inc13 class C1 {
17 class C2 extends C1 {
/PHP-8.1/ext/curl/tests/
H A Dcurl_basic_022.phpt9 curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C1=v1; expires=Thu, 31-Dec-2037 23:59:59 GMT; pat…
17 string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"

Completed in 24 milliseconds

123