Home
last modified time | relevance | path

Searched refs:C (Results 126 – 150 of 973) sorted by relevance

12345678910>>...39

/PHP-8.2/tests/classes/
H A Dstatic_properties_003_error3.phpt5 class C {
6 protected static $y = 'C::$y';
8 $c = new C;
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error4.phpt5 class C {
6 protected static $y = 'C::$y';
8 $c = new C;
19 Error: Cannot access protected property C::$y in %s:%d
H A Dautoload_020.phpt9 var_dump(unserialize('O:1:"C":0:{}'));
12 in autoload: C
15 string(1) "C"
H A Dproperty_recreate_private.phpt5 class C {
16 class D extends C {
42 $c = new C;
48 $c = new C;
57 ["p":"C":private]=>
75 object(C)#%d (1) {
76 ["p":"C":private]=>
82 Fatal error: Uncaught Error: Cannot access private property C::$p in %s:%d
H A Dconstants_basic_005.phpt5 class C
11 var_dump(C::CONST_1, C::CONST_2);
H A Dinheritance_006.phpt13 Class C extends B {
16 var_dump(new C);
19 object(C)#%d (2) {
H A Dstatic_properties_undeclared_inc.phpt5 Class C {}
6 C::$p++;
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_052.phpt10 public Foo\C $c1;
13 public ?Foo\C $c2;
27 uninitialized(Foo\C)
33 uninitialized(?Foo\C)
/PHP-8.2/tests/lang/
H A DforeachLoopObjects.004.phpt6 class C {
15 $obj = new C;
36 Warning: Undefined property: C::$b in %s on line %d
39 Warning: Undefined property: C::$b in %s on line %d
42 Warning: Undefined property: C::$b in %s on line %d
44 object(C)#%d (4) {
/PHP-8.2/ext/pdo_firebird/tests/
H A Dbug_53280.phpt16 $dbh->exec('CREATE TABLE testz(A VARCHAR(30), B VARCHAR(30), C VARCHAR(30))');
17 $dbh->exec("INSERT INTO testz VALUES ('A', 'B', 'C')");
21 $stmt2 = "SELECT B, C FROM testz WHERE A = ? AND B = ?";
51 ["C"]=>
52 string(1) "C"
54 string(1) "C"
/PHP-8.2/ext/pdo/tests/
H A Dpdo_011.phpt121 test(3,C)
137 string(1) "C"
149 Test1::factory(3,C)
150 Test1::__construct(3,C)
173 string(1) "C"
187 Test1::factory(3,C)
188 Test1::__construct(3,C)
211 string(1) "C"
240 string(1) "C"
266 string(1) "C"
[all …]
/PHP-8.2/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload2.phpt14 public function method() : C {}
18 class C extends B {
20 var_dump(new C);
31 object(C)#2 (0) {
H A Dclass_order_autoload_error2.phpt14 public function method(C $x) {}
17 class C extends B {
23 $c = new C;
27 Fatal error: Declaration of B::method(C $x) must be compatible with A::method(B $x) in %s on line %d
/PHP-8.2/Zend/tests/
H A Dlsb_023.phpt16 class C extends A {
17 public static function value() { return 'C'; }
21 C::out();
26 C
H A Dns_089.phpt12 class C { function __construct() {echo __METHOD__,"\n";} }
20 C as AC,
29 class C { function __construct() {echo __METHOD__,"\n";}}
37 new C;
49 Foo\Bar\Baz\C::__construct
51 Fiz\Biz\Buz\C::__construct
H A Dns_090.phpt12 class C { function __construct() {echo __METHOD__,"\n";} }
17 use Foo\Bar\Baz\{ A, B, C as AC, D };
20 class C { function __construct() {echo __METHOD__,"\n";}}
28 new C;
40 Foo\Bar\Baz\C::__construct
42 Fiz\Biz\Buz\C::__construct
H A Dexception_014.phpt5 class C {
9 $x = new C;
19 Exception: Cannot access private property C::$p in %sexception_014.php on line %d
21 Fatal error: Uncaught Error: Cannot access private property C::$p in %sexception_014.php:%d
H A Dbug28442.phpt23 ClassC::$prop = 'C';
50 string(1) "C"
51 string(1) "C"
54 string(1) "C"
55 string(1) "C"
/PHP-8.2/Zend/tests/constants/final_constants/
H A Dfinal_const10.phpt8 const C = 1;
13 const C = 2;
18 const C = 3;
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_1.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
49 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4
50 string(%d) "�e�X�g�}���`�o�C�g�E�p�X4"
52 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4"
/PHP-8.2/Zend/tests/named_params/
H A D__invoke.phpt23 $test(b: 'B', c: 'C');
30 $test2(b: 'B', a: 'A', c: 'C');
31 $test2(b: 'B', c: 'C');
40 $test3(b: 'B', c: 'C');
54 string(1) "C"
59 string(1) "C"
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_toString_003.phpt14 Class C extends B {
17 Class D extends C {
20 foreach (array('A', 'B', 'C', 'D') as $class) {
76 ----( Reflection class C: )----
77 Class [ <user> class C extends B ] {
98 Class [ <user> class D extends C ] {
H A DReflectionClass_export_basic1.phpt9 C $c = null,
17 Class C extends A { }
20 echo new ReflectionClass("C"), "\n";
23 Class [ <user> class C extends A ] {
53 Parameter #2 [ <optional> ?C $c = NULL ]
/PHP-8.2/ext/spl/tests/
H A Dbug54323.phpt5 class C {
6 public $prop = 'C::prop.orig';
10 $c = new C;
21 Warning: Undefined property: C::$prop in %s on line %d
/PHP-8.2/ext/opcache/tests/jit/
H A Drecv_003.phpt18 class C {
27 test(new C);
32 Fatal error: Uncaught TypeError: test(): Argument #1 ($x) must be of type A, C given, called in %s:9
34 #0 %s(15): test(Object(C))

Completed in 24 milliseconds

12345678910>>...39