Home
last modified time | relevance | path

Searched refs:A (Results 226 – 250 of 1312) sorted by relevance

12345678910>>...53

/PHP-8.0/Zend/tests/traits/
H A Dconflict003.phpt7 trait A {
12 echo 'A';
26 use A, B;
31 …llTalk has not been applied as Talker::smallTalk, because of collision with A::smallTalk in %s on …
/PHP-8.0/Zend/tests/try/
H A Dtry_finally_019.phpt5 class A {
15 foreach ([new A(1)] as $a) {
18 foreach ([new A(2)] as $a) {
21 foreach ([new A(3)] as $a) {
H A Dtry_finally_020.phpt5 class A {
15 foreach ([new A(1)] as $a) {
18 foreach ([new A(2)] as $a) {
21 foreach ([new A(3)] as $a) {
/PHP-8.0/ext/standard/tests/class_object/
H A Dbug71442.phpt6 class A
8 const NAME = 'A';
15 class B extends A
21 forward_static_call(array('A', 'test'), 'more', 'args');
H A Dget_object_vars_variation_005.phpt14 $ao["\0A\0b"] = 42;
21 $ao["\0A\0b"] = 42;
29 ["�A�b"]=>
39 ["�A�b"]=>
H A Dget_object_vars_basic_002.phpt5 Class A {
6 private $hiddenPriv = 'A::hiddenPriv';
14 Class B extends A {
49 A::testA
56 string(13) "A::hiddenPriv"
/PHP-8.0/Zend/tests/
H A Daccess_modifiers_008.phpt8 class A {
9 static protected function f() {return 'A::f()';}
11 class B1 extends A {
14 class B2 extends A {
H A Dname_collision_02.phpt6 class A { }
7 interface A { }
11 Fatal error: Cannot declare interface A, because the name is already in use in %s on line %d
H A Dname_collision_04.phpt6 interface A { }
7 interface A { }
11 Fatal error: Cannot declare interface A, because the name is already in use in %s on line %d
H A Dname_collision_05.phpt6 interface A { }
7 trait A { }
11 Fatal error: Cannot declare trait A, because the name is already in use in %s on line %d
H A Dname_collision_06.phpt6 trait A { }
7 trait A { }
11 Fatal error: Cannot declare trait A, because the name is already in use in %s on line %d
H A Dclosure_045.phpt6 class A {
12 $a = A::foo();
13 $a->bindTo(new A);
H A Dname_collision_01.phpt6 class A { }
7 class A { }
11 Fatal error: Cannot declare class A, because the name is already in use in %s on line %d
H A Dname_collision_03.phpt6 class A { }
7 trait A { }
11 Fatal error: Cannot declare trait A, because the name is already in use in %s on line %d
H A Daccess_modifiers_009.phpt8 class A {
9 static protected function f() {return 'A::f()';}
11 class B1 extends A {
14 class B2 extends A {
H A Dbug70873.phpt6 class A {
10 class B extends A {
16 class C extends A {
18 var_dump(A::$x);
H A Dbug51791.phpt6 class A {
10 constant('A::B1');
17 Undefined constant A::B1
/PHP-8.0/tests/lang/operators/
H A Dnegate_variationStr.phpt36 Warning: A non-numeric value encountered in %s on line %d
42 Warning: A non-numeric value encountered in %s on line %d
46 Warning: A non-numeric value encountered in %s on line %d
50 Warning: A non-numeric value encountered in %s on line %d
54 Warning: A non-numeric value encountered in %s on line %d
58 Warning: A non-numeric value encountered in %s on line %d
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_053.phpt5 class A {
8 $obj = new A;
12 Fatal error: Property A::$a cannot have type callable in %s on line %d
H A Dtyped_properties_050.phpt8 class A { public int $a; }
9 $o = new A;
15 object(A)#1 (1) {
H A Dtyped_properties_054.phpt5 class A {
8 $obj = new A;
12 Fatal error: Property A::$a cannot have type ?callable in %s on line %d
/PHP-8.0/ext/reflection/tests/
H A DReflectionProperty_getDeclaringClass_variation1.phpt6 class A {
10 class B extends A {
20 string(1) "A"
/PHP-8.0/ext/pdo/tests/
H A Dpdo_012.phpt18 $db->exec('INSERT INTO test VALUES(1, \'A\', \'Group1\')');
28 function __construct($name = 'N/A')
51 string(1) "A"
63 Test::__construct(N/A)
64 Test::__construct(N/A)
69 string(1) "A"
87 string(1) "A"
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug71995.phpt6 class A {
15 $a = new A();
22 string(39) "O:1:"A":1:{s:1:"b";O:8:"stdClass":0:{}}"
23 object(A)#%d (1) {
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error5.phpt7 if ($class == 'A') {
8 class A {
11 var_dump(new A);
13 class B extends A {
39 object(A)#2 (0) {

Completed in 41 milliseconds

12345678910>>...53