Home
last modified time | relevance | path

Searched refs:A (Results 101 – 125 of 1323) sorted by relevance

12345678910>>...53

/PHP-7.4/tests/classes/
H A Dconstants_visibility_002.phpt5 class A {
15 A::staticConstDump();
16 (new A())->constDump();
17 constant('A::protectedConst');
24 Warning: constant(): Couldn't find constant A::protectedConst in %s on line %d
H A Dconstants_visibility_003.phpt5 class A {
15 A::staticConstDump();
16 (new A())->constDump();
17 constant('A::privateConst');
24 Warning: constant(): Couldn't find constant A::privateConst in %s on line %d
H A Dproperty_override_protected_public.phpt5 class A
7 protected $p = "A::p";
14 class B extends A
24 $a = new A;
32 A::p
H A Dproperty_override_public_public.phpt5 class A
7 public $p = "A::p";
14 class B extends A
24 $a = new A;
32 A::p
H A Dproperty_override_protected_protected.phpt5 class A
7 protected $p = "A::p";
14 class B extends A
24 $a = new A;
32 A::p
H A Dproperty_override_protectedStatic_private.phpt5 class A
7 protected static $p = "A::p (static)";
14 class B extends A
24 A::showA();
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_protectedStatic_protected.phpt5 class A
7 protected static $p = "A::p (static)";
14 class B extends A
24 A::showA();
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_protectedStatic_public.phpt5 class A
7 protected static $p = "A::p (static)";
14 class B extends A
24 A::showA();
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload3.phpt7 if ($class == 'A') {
8 class A {
11 var_dump(new A);
13 class B extends A {
19 public function method(): A {}
35 object(A)#2 (0) {
H A Dclass_order_autoload4.phpt8 if ($class == 'A') {
9 class A {
12 var_dump(new A);
14 class B extends A {
20 public function method(): A;
36 object(A)#2 (0) {
H A Dclass_order_autoload1.phpt7 if ($class === 'A') {
8 class A {
11 var_dump(new A);
13 class B extends A {
29 object(A)#2 (0) {
/PHP-7.4/Zend/tests/
H A Dbug46246.phpt5 class A
20 class B extends A
28 $a = new A;
35 Hello from A
36 Hello from A
37 Hello from A
H A Dclass_constants_005.phpt7 define ("A", "." . ord(26) . ".");
8 eval("class A {const a = A;}");
9 var_dump(A::a);
H A Dbug30828.phpt5 class A {
31 class B extends A {
50 #0 A->__construct() called at [%sbug30828.php:30]
52 A->__construct
54 #0 A->foo() called at [%sbug30828.php:34]
56 A->foo
58 #0 A::bar() called at [%sbug30828.php:38]
60 A::bar
H A Dbug71428.3.phpt5 class A { }
6 class B { public function m(A $a = NULL, $n) { echo "B.m";} };
7 class C extends B { public function m(A $a , $n) { echo "C.m";} };
10 Warning: Declaration of C::m(A $a, $n) should be compatible with B::m(?A $a, $n) in %sbug71428.3.ph…
H A Dbug69832.phpt7 public $foo = [Bar::A, __CLASS__][__CLASS__ != ""];
8 public $bar = Bar::A && __CLASS__;
9 public $baz = Bar::A ?: __CLASS__;
10 public $buzz = Bar::A ? __CLASS__ : 0;
15 const A = 1;
H A Dbug54624.phpt5 class A
7 function foo(A $param) {
12 class_alias('A', 'AliasA');
15 class B extends A
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation38.phpt69 string(10) "0-9A-Fa-f]"
84 string(10) "0-9A-Fa-f]"
99 string(10) "0-9A-Fa-f]"
114 string(10) "0-9A-Fa-f]"
129 string(10) "0-9A-Fa-f]"
144 string(10) "0-9A-Fa-f]"
159 string(10) "0-9A-Fa-f]"
174 string(10) "0-9A-Fa-f]"
189 string(10) "0-9A-Fa-f]"
204 string(10) "0-9A-Fa-f]"
[all …]
H A Dbug63874.phpt7 return <<<A
9 A;
13 echo php_strip_whitespace(__FILE__); return <<<A
15 A;
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros52 A##ba ^= Da; \
53 Bba = A##ba; \
54 A##ge ^= De; \
56 A##ki ^= Di; \
58 A##mo ^= Do; \
60 A##su ^= Du; \
74 A##bo ^= Do; \
76 A##gu ^= Du; \
78 A##ka ^= Da; \
80 A##me ^= De; \
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk_variation24.phpt5 $array = array ("a" => "A");
18 string(1) "A"
30 string(1) "A"
37 string(1) "A"
44 string(1) "A"
/PHP-7.4/Zend/tests/traits/
H A Dbug60165d.phpt8 trait A {}
15 use A, B {
16 A::bar insteadof B;
20 Fatal error: A precedence rule was defined for A::bar but this method does not exist in %s on line …
/PHP-7.4/ext/oci8/tests/
H A Dlob_030.phpt42 echo "Test 1: A CLOB with an even number of bytes\n";
45 echo "Test 2: A CLOB with an odd number of bytes\n";
51 echo "Test 4: A CLOB of 1049028 bytes (the value used for chunks in the code)\n";
54 echo "Test 5: A CLOB of 1049028-1 bytes\n";
57 echo "Test 6: A CLOB of 1049028+1 bytes\n";
66 Test 1: A CLOB with an even number of bytes
68 Test 2: A CLOB with an odd number of bytes
70 Test 3: A CLOB of 1048576 bytes (== size of PHP_OCI_LOB_BUFFER_SIZE at time of test creation)
72 Test 4: A CLOB of 1049028 bytes (the value used for chunks in the code)
74 Test 5: A CLOB of 1049028-1 bytes
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt5 Class A {
7 public function pubf(A $a,
17 Class C extends A { }
23 Class [ <user> class C extends A ] {
39 Method [ <user, inherits A> public method privf ] {
47 Method [ <user, inherits A> public method pubf ] {
51 Parameter #0 [ <required> A $a ]
H A Dbug64239.phpt5 class A {
13 class B extends A{
28 [class] => A
34 [class] => A
41 [class] => A

Completed in 33 milliseconds

12345678910>>...53