Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-8.0/ext/standard/tests/strings/
H A Dbug63874.phpt7 return <<<A
9 A;
13 echo php_strip_whitespace(__FILE__); return <<<A
15 A;
/PHP-8.0/Zend/tests/
H A Dclass_constants_005.phpt7 define ("A", "." . ord(26) . ".");
8 eval("class A {const a = A;}");
9 var_dump(A::a);
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 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 Dbug54624.phpt5 class A
7 function foo(A $param) {
12 class_alias('A', 'AliasA');
15 class B extends A
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 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 Fatal error: Declaration of C::m(A $a, $n) must be compatible with B::m(?A $a, $n) in %sbug71428.3.…
/PHP-8.0/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 {}
34 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 {
28 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;
35 object(A)#2 (0) {
/PHP-8.0/tests/classes/
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_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_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-8.0/ext/standard/tests/array/
H A Darray_chunk_variation24.phpt5 $array = array ("a" => "A");
18 string(1) "A"
25 string(1) "A"
32 string(1) "A"
39 string(1) "A"
/PHP-8.0/Zend/tests/attributes/
H A D014_class_const_group.phpt8 #[A(1, X)]
9 public const A = 1, B = 2;
14 $rp1 = new ReflectionClassConstant('C', 'A');
23 string(1) "A"
30 string(1) "A"
/PHP-8.0/ext/zend_test/tests/
H A Dobserver_bug81430_2.phpt15 class A {
21 #[A]
25 call_user_func([$r->getAttributes(A::class)[0], 'newInstance']);
30 <!-- init A::__construct() -->
31 <A::__construct>
34 </A::__construct>
/PHP-8.0/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-8.0/Zend/tests/traits/
H A Dbug60165d.phpt8 trait A {}
15 use A, B {
16 A::bar insteadof B;
21 Fatal error: A precedence rule was defined for A::bar but this method does not exist in %s on line …
/PHP-8.0/Zend/tests/numeric_strings/
H A Dinvalid_numeric_strings_must_generate_warning.phpt116 Warning: A non-numeric value encountered in %s on line %d
118 Warning: A non-numeric value encountered in %s on line %d
123 Warning: A non-numeric value encountered in %s on line %d
125 Warning: A non-numeric value encountered in %s on line %d
130 Warning: A non-numeric value encountered in %s on line %d
132 Warning: A non-numeric value encountered in %s on line %d
137 Warning: A non-numeric value encountered in %s on line %d
139 Warning: A non-numeric value encountered in %s on line %d
144 Warning: A non-numeric value encountered in %s on line %d
146 Warning: A non-numeric value encountered in %s on line %d
[all …]
/PHP-8.0/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-8.0/ext/standard/tests/class_object/
H A Dforward_static_call_001.phpt6 class A
8 const NAME = 'A';
14 class B extends A
30 forward_static_call(array('A', 'test'));
41 forward_static_call(array('A', 'test'));
45 A::test();
61 A
/PHP-8.0/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 ]

Completed in 51 milliseconds

12345678910>>...53