Home
last modified time | relevance | path

Searched refs:A (Results 151 – 175 of 1323) sorted by relevance

12345678910>>...53

/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload2.phpt7 if ($class === 'A') {
8 class A {
11 var_dump(new A);
13 class B extends A {
30 object(A)#2 (0) {
H A Dloading_exception1.phpt13 class B extends A {
34 class B extends A implements I {
42 Class A does not exist
43 Class A does not exist
45 Fatal error: During inheritance of B with variance dependencies: Uncaught Exception: Class A does n…
47 #0 [internal function]: {closure}('A')
48 #1 %s(%d): spl_autoload_call('A')
/PHP-7.4/tests/classes/
H A Dproperty_override_protected_privateStatic.phpt5 class A
7 protected $p = "A::p";
14 class B extends A
24 $a = new A;
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dproperty_override_public_privateStatic.phpt5 class A
7 public $p = "A::p";
14 class B extends A
24 $a = new A;
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dconstants_visibility_001.phpt5 class A {
15 var_dump(A::publicConst);
16 A::staticConstDump();
17 (new A())->constDump();
H A Dproperty_override_protected_private.phpt5 class A
7 protected $p = "A::p";
14 class B extends A
24 $a = new A;
32 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
H A Dconstants_visibility_error_003.phpt2 A redeclared class constant must have the same or higher visibility
6 class A {
10 class B extends A {
14 Fatal error: Access level to B::publicConst must be public (as in class A) in %s on line 9
H A Dconstants_visibility_error_004.phpt2 A redeclared class constant must have the same or higher visibility
6 class A {
10 class B extends A {
14 Fatal error: Access level to B::protectedConst must be protected (as in class A) or weaker in %s on…
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_089.phpt6 class A {
20 $a = new A;
24 $a = new A;
31 object(A)#1 (1) {
35 object(A)#%d (1) {
/PHP-7.4/ext/reflection/tests/
H A Dbug43926.phpt11 class A extends D {
14 class C extends A {
17 $ra = new ReflectionClass('A');
27 print("Is? A ". ($ra->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof A) ? …
32 print("Is? A ". ($ra->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof A) ? …
37 print("Is? A ". ($ra->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof A) ? …
42 print("Is? A ". ($ra->isInstance($ce) ? 'true' : 'false') .", instanceof: ". (($ce instanceof A) ? …
49 Is? A true, instanceof: true
54 Is? A true, instanceof: true
59 Is? A false, instanceof: false
[all …]
H A DReflectionClass_getProperty_004.phpt8 class A {
18 class B extends A {
75 showInfo("A::pubC");
76 showInfo("A::protC");
77 showInfo("A::privC");
103 string(1) "A"
105 string(9) "pubA in A"
111 string(1) "A"
165 string(1) "A"
173 string(1) "A"
[all …]
H A DReflectionClass_isInstance_basic.phpt5 class A {}
6 class B extends A {}
13 $classes = array("A", "B", "C", "I", "X");
15 $instances = array( "myA" => new A,
32 is myA a A? bool(true)
33 is myB a A? bool(true)
34 is myC a A? bool(false)
35 is myX a A? bool(false)
H A DReflectionClass_getProperty_003.phpt8 class A {
18 class B extends A {
75 showInfo("A::pubC");
76 showInfo("A::protC");
77 showInfo("A::privC");
103 string(1) "A"
105 string(9) "pubA in A"
111 string(1) "A"
165 string(1) "A"
173 string(1) "A"
[all …]
/PHP-7.4/Zend/tests/
H A Dbug60833.phpt5 class A {
6 static $x = "A";
13 class B extends A {
29 object(A)#%d (0) {
32 object(A)#%d (0) {
H A Dbug47343.phpt5 class A
23 public function __construct($A)
25 $this->A = $A;
35 $Aobj = new A;
H A Dbug66252.phpt5 class A {
6 const HW = "this is A";
8 class B extends A {
14 this is A extended by B
H A Dget_class_vars_005.phpt6 class A {
11 class B extends A {
14 var_dump(get_class_vars('A'));
19 var_dump(get_class_vars('A'));
/PHP-7.4/tests/lang/operators/
H A Dnegate_variationStr.phpt32 Warning: A non-numeric value encountered in %s on line %d
36 Notice: A non well formed numeric value encountered in %s on line %d
42 Notice: A non well formed numeric value encountered in %s on line %d
46 Notice: A non well formed numeric value encountered in %s on line %d
50 Notice: A non well formed numeric value encountered in %s on line %d
54 Notice: A non well formed numeric value encountered in %s on line %d
58 Notice: A non well formed numeric value encountered in %s on line %d
62 Warning: A non-numeric value encountered in %s on line %d
/PHP-7.4/ext/session/
H A Dmod_files.bat17 SET /A Depth=%2 + 0 2>NUL
24 SET /A Bits=%3 + 0 2>NUL
35 SET HashChars=0 1 2 3 4 5 6 7 8 9 A B C D E F
39 FOR %%A IN (%HashChars%) DO (
40 ECHO Making %%A
41 CALL "%~0" AUTO "%~1\%%~A" %Depth%
47 SET /A ThisDepth=%3 - 1
48 IF /I %ThisDepth% GTR 0 FOR %%A IN (%HashChars%) DO CALL "%~0" AUTO "%~2\%%~A" %ThisDepth%
/PHP-7.4/ext/pdo/tests/
H A Dpdo_015.phpt18 $db->exec('INSERT INTO test VALUES(1, \'A\', \'A2\')');
19 $db->exec('INSERT INTO test VALUES(2, \'A\', \'B2\')');
60 string(1) "A"
65 string(1) "A"
70 string(1) "A"
72 string(1) "A"
82 string(1) "A"
84 string(1) "A"
93 ["A"]=>
/PHP-7.4/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt6 class A
8 const NAME = 'A';
14 class B extends A
34 A::test();
43 A
/PHP-7.4/Zend/tests/traits/
H A Dbug55137.phpt6 trait A {
13 use A {
14 A::foo as public;
15 A::bar as public baz;
H A Dbug60165b.phpt6 trait A {
11 use A {
12 A::nonExistent as barA;
16 Fatal error: An alias was defined for A::nonExistent but this method does not exist in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Dformatter_get_set_symbol2.phpt94 A number formatted with the new symbol: 12,345_._123
99 A number formatted with the new symbol: 12_,_345.123
104 A number formatted with the new symbol: 12,345.123
114 A number formatted with the new symbol: 12,345.123
119 A number formatted with the new symbol: 12,345.123
139 A number formatted with the new symbol: $12,345.12
154 A number formatted with the new symbol: 12,345.123
159 A number formatted with the new symbol: 12,345.123
164 A number formatted with the new symbol: 12,345.123
169 A number formatted with the new symbol: 12,345.123
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation34.phpt75 string(10) "0-9A-Fa-f]"
90 string(10) "0-9A-Fa-f]"
105 string(10) "0-9A-Fa-f]"
120 string(10) "0-9A-Fa-f]"
135 string(10) "0-9A-Fa-f]"
150 string(10) "0-9A-Fa-f]"
165 string(10) "0-9A-Fa-f]"
180 string(10) "0-9A-Fa-f]"
195 string(10) "0-9A-Fa-f]"
210 string(10) "0-9A-Fa-f]"
[all …]

Completed in 55 milliseconds

12345678910>>...53