Searched refs:C1 (Results 1 – 25 of 65) sorted by relevance
123
/PHP-8.0/ext/oci8/tests/ |
H A D | imp_res_1.phpt | 123 ["C1"]=> 129 ["C1"]=> 135 ["C1"]=> 159 ["C1"]=> 165 ["C1"]=> 171 ["C1"]=> 179 ["C1"]=> 185 ["C1"]=> 191 ["C1"]=> 215 ["C1"]=> [all …]
|
H A D | lob_041.phpt | 25 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab"); 27 oci_define_by_name($s, "C1", $desc); 31 echo $data['C1']->load(), "\n"; 36 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab"); 38 oci_define_by_name($s, "C1", $desc); 42 echo $data['C1']->load(), "\n"; 48 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab"); 52 echo $data['C1']->load(), "\n"; 80 ["C1"]=>
|
H A D | imp_res_6.phpt | 77 ["C1"]=> 89 ["C1"]=> 97 ["C1"]=> 111 ["C1"]=>
|
H A D | bug41069.phpt | 91 ["C1"]=> 120 ["C1"]=> 149 ["C1"]=> 181 ["C1"]=> 210 ["C1"]=> 239 ["C1"]=>
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | bug72229.phpt | 5 class C1 17 $Obj1 = new C1(); 26 C1 Object 30 [0] => C1 Object 40 C1 Object 44 [0] => C1 Object
|
/PHP-8.0/Zend/tests/ |
H A D | bug30702.phpt | 6 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 D | bug78787.phpt | 9 class C1 { 13 class C2 extends C1 {
|
H A D | constant_expressions_invalid_offset_type_error.phpt | 6 const C1 = 1; // force dynamic evaluation 7 const C2 = [C1, [] => 1];
|
H A D | bug37632.phpt | 23 class C1 extends A1 32 $b->doTest(new C1); 130 C1::test
|
/PHP-8.0/Zend/tests/attributes/ |
H A D | 017_closure_scope.phpt | 11 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 D | 013_class_scope.phpt | 7 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 D | 003_ast_nodes.phpt | 9 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 D | 011_inheritance.phpt | 7 class C1 13 class C2 extends C1 18 class C3 extends C1 24 $ref = new \ReflectionClass(C1::class);
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug72920.phpt | 6 private const C1 = "a"; 10 var_dump(constant('Foo::C1')); 16 Cannot access private constant Foo::C1
|
/PHP-8.0/Zend/tests/type_declarations/variance/ |
H A D | object_variance.phpt | 12 final class C1 implements I2 { 18 $o = new C1(); 22 C1
|
/PHP-8.0/ext/reflection/tests/ |
H A D | 024.phpt | 5 class C1 { 11 $x = new C1(); 19 Object of class [ <user> class C1 ] {
|
H A D | traits005.phpt | 7 class C1 { } 12 for ($c = "C1"; $c <= "C4"; $c++) { 20 class C1:
|
H A D | traits004.phpt | 8 class C1 { } 12 for ($c = "C1"; $c <= "C3"; $c++) { 21 class C1:
|
H A D | 023.phpt | 5 class C1 { 10 class C2 extends C1 {
|
/PHP-8.0/ext/hash/ |
H A D | hash_whirlpool.c | 80 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.0/Zend/tests/traits/bugs/ |
H A D | alias01.phpt | 10 class C1 { 14 $o = new C1; 26 Fatal error: Uncaught Error: Call to undefined method C1::a2() in %s:%d
|
/PHP-8.0/Zend/tests/traits/ |
H A D | language012.phpt | 16 class C1 { 20 $o = new C1();
|
H A D | language013.phpt | 16 class C1 { 24 $o = new C1();
|
/PHP-8.0/ext/opcache/tests/ |
H A D | preload_trait_multiple_fixup.inc | 13 class C1 { 17 class C2 extends C1 {
|
/PHP-8.0/ext/curl/tests/ |
H A D | curl_basic_022.phpt | 9 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 39 milliseconds
123