Home
last modified time | relevance | path

Searched refs:B (Results 101 – 125 of 623) sorted by relevance

12345678910>>...25

/PHP-7.4/Zend/tests/
H A Dbug76869.phpt10 class B extends A {
12 return "B";
15 $b = new B();
23 Exception: Call to protected method B::f() from context ''
H A Dns_091.phpt9 class B { function __construct() {echo __METHOD__,"\n";} }
13 use Foo\Bar\{ A, Baz\B };
15 new B;
19 Foo\Bar\Baz\B::__construct
H A Dbug48215.phpt15 class B extends A
27 $b = new B();
32 B::__construct
34 B::A
H A Dbug71428.3.phpt6 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 Dns_060.phpt6 use Bar\A as B;
8 $a = new B;
13 use Foo\A as B;
14 $a = new B;
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_toString_003.phpt11 Class B extends A {
14 Class C extends B {
20 foreach (array('A', 'B', 'C', 'D') as $class) {
52 ----( Reflection class B: )----
53 Class [ <user> class B extends A ] {
77 Class [ <user> class C extends B ] {
114 Method [ <user, overwrites B> private method f ] {
H A Dbug79683.phpt16 class B
21 $b = new B();
32 object(B)#1 (1) {
33 ["prop2":"B":private]=>
H A DReflectionProperty_getDocComment_basic.phpt26 class B extends A {
34 foreach(array('A', 'B') as $class) {
76 ---> Doc comment for B::$a:
80 ---> Doc comment for B::$b:
84 ---> Doc comment for B::$c:
88 ---> Doc comment for B::$e:
92 ---> Doc comment for B::$d:
98 ---> Doc comment for B::$f:
H A DReflectionClass_isInstance_basic.phpt6 class B extends A {}
13 $classes = array("A", "B", "C", "I", "X");
16 "myB" => new B,
36 is myA a B? bool(false)
37 is myB a B? bool(true)
38 is myC a B? bool(false)
39 is myX a B? bool(false)
H A DReflectionClass_getNamespaceName.phpt5 namespace A\B;
15 $function = new \ReflectionClass('A\\B\\Foo');
27 string(7) "A\B\Foo"
28 string(3) "A\B"
H A DReflectionFunction_getNamespaceName.phpt5 namespace A\B;
14 $function = new \ReflectionFunction('A\\B\\foo');
26 string(7) "A\B\foo"
27 string(3) "A\B"
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error5.phpt12 } else if ($class == 'B') {
13 class B extends A {
16 var_dump(new B);
35 var_dump(new B);
49 object(B)#2 (0) {
51 object(B)#2 (0) {
H A Dclass_order_autoload_error3.phpt11 } else if ($class == 'B') {
12 class B extends A {
25 public function method(): B {}
34 $b = new B;
38 Fatal error: Declaration of R::method(): A must be compatible with Q::method(): B in %s on line %d
H A Dloading_exception1.phpt13 class B extends A {
23 // Tie up B in a variance obligation.
28 public function test(): B {}
32 // Fallback to fatal error, as we can't unlink class B anymore.
34 class B extends A implements I {
45 Fatal error: During inheritance of B with variance dependencies: Uncaught Exception: Class A does n…
/PHP-7.4/tests/classes/
H A Dproperty_override_private_private.phpt14 class B extends A
16 private $p = "B::p";
27 $b = new B;
34 B::p
H A Dproperty_override_private_public.phpt14 class B extends A
16 public $p = "B::p";
27 $b = new B;
34 B::p
H A Dproperty_override_private_protected.phpt14 class B extends A
16 protected $p = "B::p";
27 $b = new B;
34 B::p
H A Dproperty_override_privateStatic_private.phpt14 class B extends A
16 private $p = "B::p";
26 $b = new B;
33 B::p
H A Dproperty_override_privateStatic_protected.phpt14 class B extends A
16 protected $p = "B::p";
26 $b = new B;
33 B::p
H A Dproperty_override_privateStatic_public.phpt14 class B extends A
16 public $p = "B::p";
26 $b = new B;
33 B::p
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_002.phpt12 >00010: print B;
18 %s 1 int B
25 const B = C::D * A;
31 print B;
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode.phpt44 From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
45 =?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
46 =?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
47 =?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
48 =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
49 =?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
50 =?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
51 =?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
52 =?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
53 =?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split.phpt10 $a=str_repeat("B", 65535);
12 $c=str_repeat("B", 65535);
15 $a=str_repeat("B", 65537);
17 $c=str_repeat("B", 65537);
H A Dsprintf_variation27.phpt21 "%30c", "%[a-bA-B@#$&]", "%*c"
51 string(11) "a-bA-B@#$&]"
66 string(11) "a-bA-B@#$&]"
81 string(11) "a-bA-B@#$&]"
96 string(11) "a-bA-B@#$&]"
111 string(11) "a-bA-B@#$&]"
126 string(11) "a-bA-B@#$&]"
141 string(11) "a-bA-B@#$&]"
156 string(11) "a-bA-B@#$&]"
171 string(11) "a-bA-B@#$&]"
H A Dsprintf_variation22.phpt29 "%30c", "%[a-bA-B@#$&]", "%*c"
59 string(11) "a-bA-B@#$&]"
74 string(11) "a-bA-B@#$&]"
89 string(11) "a-bA-B@#$&]"
104 string(11) "a-bA-B@#$&]"
119 string(11) "a-bA-B@#$&]"
134 string(11) "a-bA-B@#$&]"
149 string(11) "a-bA-B@#$&]"
164 string(11) "a-bA-B@#$&]"

Completed in 31 milliseconds

12345678910>>...25