Home
last modified time | relevance | path

Searched refs:A (Results 126 – 150 of 1588) sorted by relevance

12345678910>>...64

/PHP-8.2/ext/spl/tests/
H A Dregexiterator_getregex.phpt20 $regexIterator = new RegexIterator($iterator, '|\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b|');
29 string(43) "|\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b|"
/PHP-8.2/ext/reflection/tests/
H A Dbug53915.phpt7 const A = 1;
8 const B = self::A;
16 const A = 1;
17 const B = self::A;
26 [A] => 1
H A DReflectionClass_getProperty_003.phpt8 class A {
18 class B extends A {
71 showInfo("A::pubC");
72 showInfo("A::protC");
73 showInfo("A::privC");
99 string(1) "A"
101 string(9) "pubA in A"
107 string(1) "A"
161 string(1) "A"
169 string(1) "A"
[all …]
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 ]
/PHP-8.2/Zend/tests/
H A Dns_039.phpt5 function foo($a = A) {
8 function bar($a = array(A => B)) {
14 const A = "ok";
15 const B = A;
16 echo A . "\n";
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 Dexception_026.phpt5 class A {
10 $a = new A;
14 new A;
19 #0 %s(11): A->__destruct()
24 #0 %s(11): A->__destruct()
/PHP-8.2/Zend/tests/prop_const_expr/
H A Drhs_prop_not_found.phpt6 enum A {
10 const A_prop = A::B->prop;
13 const A_prop_nullsafe = A::B?->prop;
18 Warning: Undefined property: A::$prop in %s on line %d
21 Warning: Undefined property: A::$prop in %s on line %d
/PHP-8.2/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.2/tests/classes/
H A Dconstants_visibility_002.phpt5 class A {
15 A::staticConstDump();
16 (new A())->constDump();
18 constant('A::protectedConst');
27 Cannot access protected constant A::protectedConst
H A Dconstants_visibility_003.phpt5 class A {
15 A::staticConstDump();
16 (new A())->constDump();
18 constant('A::privateConst');
27 Cannot access private constant A::privateConst
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
/PHP-8.2/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.2/ext/zend_test/tests/
H A Dobserver_bug81430_1.phpt14 class A {
20 #[A]
24 call_user_func([$r->getAttributes(A::class)[0], 'newInstance']);
37 <!-- init A::__construct() -->
38 <A::__construct>
39 </A::__construct>
/PHP-8.2/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.2/ext/oci8/tests/
H A Dlob_030.phpt44 echo "Test 1: A CLOB with an even number of bytes\n";
47 echo "Test 2: A CLOB with an odd number of bytes\n";
53 echo "Test 4: A CLOB of 1049028 bytes (the value used for chunks in the code)\n";
56 echo "Test 5: A CLOB of 1049028-1 bytes\n";
59 echo "Test 6: A CLOB of 1049028+1 bytes\n";
68 Test 1: A CLOB with an even number of bytes
70 Test 2: A CLOB with an odd number of bytes
72 Test 3: A CLOB of 1048576 bytes (== size of PHP_OCI_LOB_BUFFER_SIZE at time of test creation)
74 Test 4: A CLOB of 1049028 bytes (the value used for chunks in the code)
76 Test 5: A CLOB of 1049028-1 bytes
[all …]
H A Dbug45458.phpt14 $stmt = 'select dummy "A", dummy "20" from dual';
21 var_dump($data[0]["A"]);
31 var_dump($data["A"]);
33 var_dump($data["A"][0]);
45 ["A"]=>
52 ["A"]=>
61 ["A"]=>
/PHP-8.2/ext/standard/tests/strings/
H A Dbug63874.phpt7 return <<<A
9 A;
13 echo php_strip_whitespace(__FILE__); return <<<A
15 A;
/PHP-8.2/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.2/ext/intl/tests/
H A Dbug70452.phpt8 var_dump(IntlChar::charName("A"));
10 var_dump(IntlChar::charName("A", IntlChar::UNICODE_CHAR_NAME));
13 var_dump(IntlChar::charName("A", IntlChar::UNICODE_10_CHAR_NAME));
15 var_dump(IntlChar::charName("A", 12345));
18 string(22) "LATIN CAPITAL LETTER A"
19 string(22) "LATIN CAPITAL LETTER A"

Completed in 32 milliseconds

12345678910>>...64