Home
last modified time | relevance | path

Searched refs:A (Results 326 – 350 of 1571) sorted by relevance

1...<<11121314151617181920>>...63

/PHP-7.2/Zend/tests/
H A Dclosure_036.phpt6 class A {
18 $a = new A(0);
19 $b = new A(10);
H A Dbug64966.phpt13 class A {
20 $a = new A();
27 #1 %sbug64966.php(18): A->b()
H A Dbug65911.phpt5 class A {}
12 echo A::$this->foo; // should not output 'bar'
20 Fatal error: Uncaught Error: Access to undeclared static property: A::$this in %s:%d
H A Dbug73987_1.phpt9 class A implements I {
12 class B extends A {
18 Fatal error: Declaration of B::example(): string must be compatible with A::example(): int in %s
H A Dincompat_ctx_user.phpt6 class A {
10 function bar() { A::foo(); }
20 Deprecated: Non-static method A::foo() should not be called statically in %s on line %d
H A Dbug71336.phpt5 class A
26 (new A())->bar();
27 (new A())->foo();
H A Dclosure_037.phpt5 class A {
26 class B extends A {
32 $a = new A;
H A Dadd_006.phpt41 Warning: A non-numeric value encountered in %s on line %d
44 Notice: A non well formed numeric value encountered in %s on line %d
49 Warning: A non-numeric value encountered in %s on line %d
52 Notice: A non well formed numeric value encountered in %s on line %d
/PHP-7.2/Zend/tests/return_types/
H A Dinheritance006.phpt10 public static function test() : A {
11 return new A;
21 Fatal error: Declaration of Bar::test(): B must be compatible with Foo::test(): A in %sinheritance0…
H A Dclasses.php.inc3 class A {}
4 class B extends A {}
/PHP-7.2/Zend/tests/traits/
H A Dlanguage009.phpt7 trait A {
26 use C, A, B {
27 B::foo insteadof A, C;
/PHP-7.2/ext/standard/html_tables/
H A Dents_html5.txt42 Cdot 0010A
120 ENG 0014A
196 Imacr 0012A
220 Kappa 0039A
222 Kcy 0041A
284 Lt 0226A
294 NJcy 0040A
645 ape 0224A
652 ast 0002A
1270 ll 0226A
[all …]
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt11 Class A {
12 private $hiddenPriv = 'A::hiddenPriv';
20 Class B extends A {
57 A::test($b);
91 A::test
98 string(13) "A::hiddenPriv"
/PHP-7.2/ext/pdo/tests/
H A Dpdo_008.phpt18 $db->exec("INSERT INTO test VALUES('A', 'A')");
19 $db->exec("INSERT INTO test VALUES('B', 'A')");
30 ["A"]=>
/PHP-7.2/ext/session/tests/
H A Dsession_start_variation1.phpt32 Notice: session_start(): A session had already been started - ignoring in %s on line 14
35 Notice: session_start(): A session had already been started - ignoring in %s on line 15
38 Notice: session_start(): A session had already been started - ignoring in %s on line 16
41 Notice: session_start(): A session had already been started - ignoring in %s on line 17
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt5 class A {}
6 class B extends A {}
12 $classNames = array('A', 'B', 'C', 'I', 'X');
41 Is A a subclass of A?
45 Is A a subclass of B?
49 Is A a subclass of C?
53 Is A a subclass of I?
56 Is A a subclass of X?
60 Is B a subclass of A?
79 Is C a subclass of A?
[all …]
H A DReflectionFunction_getClosureScopeClass.phpt13 Class A {
19 $closure = A::getClosure();
27 string(1) "A"
/PHP-7.2/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt235 0xD0: 0A==
239 0xD4: 1A==
243 0xD8: 2A==
247 0xDC: 3A==
251 0xE0: 4A==
255 0xE4: 5A==
259 0xE8: 6A==
263 0xEC: 7A==
267 0xF0: 8A==
271 0xF4: 9A==
[all …]
/PHP-7.2/sapi/phpdbg/tests/
H A Dphpdbg_oplog_001.phpt24 ["A::b"]=>
39 class A {
53 $a = new A();
/PHP-7.2/ext/intl/tests/
H A Dtimezone_clone_error.phpt11 class A extends IntlTimeZone {
15 $tz = new A();
26 object(A)#1 (1) {
H A Dnormalizer_normalize.phpt43 $char_a_diaeresis = "\xC3\xA4"; // 'LATIN SMALL LETTER A WITH DIAERESIS' (U+00E4)
44 $char_a_ring = "\xC3\xA5"; // 'LATIN SMALL LETTER A WITH RING ABOVE' (U+00E5)
48 $char_A_ring = "\xC3\x85"; // 'LATIN CAPITAL LETTER A WITH RING ABOVE' (U+00C5)
53 $char_combining_ring_above = "\xCC\x8A"; // 'COMBINING RING ABOVE' (U+030A)
62 $char_angstrom_sign . '||' . $char_A_ring . '||' . 'A' . $char_combining_ring_above,
104 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_C' is '%C3%85%7C%7C%C3%85%7C%7C…
114 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_D' is 'a%CC%88%7C%7Ca%CC%8A%7C%7Co%…
116 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_D' is 'A%CC%8A%7C%7CA%CC%8A%7C%…
138 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_KD' is 'a%CC%88%7C%7Ca%CC%8A%7C%7Co…
140 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_KD' is 'A%CC%8A%7C%7CA%CC%8A%7C…
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation39.phpt25 "%30x", "%[0-9A-Fa-f]", "%*x"
55 string(10) "0-9A-Fa-f]"
70 string(10) "0-9A-Fa-f]"
85 string(10) "0-9A-Fa-f]"
100 string(10) "0-9A-Fa-f]"
/PHP-7.2/tests/classes/
H A Dconstants_basic_003.inc2 class A {
3 const MY_CONST = "hello from A";
H A Dclone_001.phpt12 $obj->p2 = 'A';
28 string(1) "A"
37 string(1) "A"
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug65481.phpt7 class A {
14 $c = new A;
18 $e = new A;

Completed in 33 milliseconds

1...<<11121314151617181920>>...63