Home
last modified time | relevance | path

Searched refs:A (Results 276 – 300 of 1571) sorted by relevance

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

/PHP-7.2/Zend/tests/
H A Dbug70215.phpt6 class A {
12 class B extends A { }
21 A
H A Dbug70997.phpt5 class A {
14 class B extends A {
19 A::test();
H A Dclosure_060.phpt6 class A {
11 var_dump(isset(A::$priv));
16 $closure = A::get();
H A Dbug70967.phpt5 class A {
11 echo (new A);
14 Fatal error: Method A::__toString() must not throw an exception, caught Error: Call to undefined fu…
H A Dbug38047.phpt9 class A {
39 $page["name"] = A::A_ftk();
42 Non-static method A::A_ftk() should not be called statically
47 Fatal error: Uncaught ArgumentCountError: Too few arguments to function A::A_ftk(), 0 passed in %sb…
49 #0 %sbug38047.php(36): A::A_ftk()
H A Dbug42937.phpt5 class A {
17 class B extends A {
22 A::test4();
28 $a = new A();
H A Dbug71428.1.phpt5 class A {
8 class B extends A {
12 Warning: Declaration of B::m(array $a = Array) should be compatible with A::m(?array $a = NULL) in …
H A Dno_class_const_propagation_in_closures.phpt6 class A {
7 const C = 'A::C';
20 $f = (new A)->f();
H A Dbug33171.phpt5 class A
7 private $c = "A's c";
10 class B extends A
H A Dbug41633_3.phpt6 const A = Foo::B;
7 const B = Foo::A;
9 echo Foo::A;
H A Dbug72944.phpt5 "a"== e & $A = $A? 0 : 0 ?:0;
11 Notice: Undefined variable: A in %sbug72944.php on line 2
H A Dconstant_expressions_classes.phpt14 'A'=> 'class A { const HW = "this is A"; }',
15 'B'=> 'class B extends A { const HW = parent::HW." extended by B"; }',
40 B::HW = this is A extended by B
42 E::getHW() = this is A extended by B
/PHP-7.2/Zend/tests/closures/
H A Dclosure_from_callable_rebinding.phpt6 class A {
15 $fn = Closure::fromCallable([new A, 'method']);
20 Warning: Cannot bind method A::method() to object of class B in %s on line %d
H A Dclosure_from_callable_non_static_statically.phpt6 class A {
12 $fn = Closure::fromCallable(['A', 'method']);
20 Failed to create closure from callable: non-static method A::method() should not be called statical…
/PHP-7.2/Zend/tests/nullable_types/
H A Dcovariant_nullable_param_fails.phpt6 interface A {
10 class B implements A {
14 Fatal error: Declaration of B::method(int $p) must be compatible with A::method(?int $p) in %s on l…
/PHP-7.2/Zend/tests/return_types/
H A D031.phpt5 class A {
8 class B extends A {
14 Fatal error: Declaration of B::foo(): ?int must be compatible with A::foo(): int in %s031.php on li…
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error.phpt5 class A {}
6 $rc = new ReflectionClass('A');
9 var_dump($rc->isSubclassOf('A',5));
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug72785.phpt7 class A {}
9 $p = 'x:i:0;a:1:{i:0;O:1:"A":0:{}};m:a:0:{}';
21 string(1) "A"
/PHP-7.2/Zend/tests/traits/
H A Dstatic_003.phpt14 class A {
16 protected static $test = "Test A";
19 class B extends A {
/PHP-7.2/ext/standard/tests/strings/
H A Dbug55871.phpt26 $my_var = str_repeat('A', 40);
29 $my_var = str_repeat('A', 40);
32 $my_var = str_repeat('A', 40);
45 Warning: A non-numeric value encountered in %s on line %d
H A Dhtmlentities19.phpt19 string(9) "A�&gt;B"
21 string(9) "A�&gt;B"
27 string(18) "A��B�C☺�"
29 string(18) "A��B�C☺�"
/PHP-7.2/ext/standard/tests/file/
H A Dbasename_variation1-win32.phpt15 "A:/",
17 "A:\\",
57 basename for path A:/foo is:
59 basename for path A:/foo/ is:
61 basename for path A:/foo\ is:
63 basename for path A:/foo.bar is:
65 basename for path A:/foo.bar/ is:
67 basename for path A:/foo.bar\ is:
97 basename for path A:\foo is:
99 basename for path A:\foo/ is:
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput17901 /A(*MARK:A)A+(*SKIP:A)(B|Z) | AC/xK
7907 /A(*MARK:A)A+(*MARK:B)(*SKIP:A)(B|Z) | AC/xK
7913 /A(*:A)A+(*SKIP:A)(B|Z) | AC/xK
7919 /(*:A)A+(*SKIP:A)(B|Z)/KSS
7925 /A(*MARK:A)A+(*SKIP:B)(B|Z) | AC/xK
8488 /A(*MARK:A)A+(*SKIP)(B|Z) | AC/xK
8498 /A(*:A)A+(*SKIP)(B|Z) | AC/xK
8504 /A(*MARK:A)A+(*SKIP:)(B|Z) | AC/xK
8584 /A(*:A)B|X(*:A)Y/K
9019 /A(*PRUNE:A)A+(*SKIP:A)(B|Z) | AC/xK
[all …]
/PHP-7.2/tests/classes/
H A Dmethod_override_optional_arg_002.phpt6 abstract class A {
10 class B extends A {
21 Warning: Declaration of B::foo() should be compatible with A::foo($arg = 1) in %s on line %d
/PHP-7.2/tests/lang/
H A D032.phpt5 class A {
9 class B extends A {
17 class D extends A {

Completed in 42 milliseconds

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