Home
last modified time | relevance | path

Searched refs:B (Results 176 – 200 of 596) sorted by relevance

12345678910>>...24

/PHP-7.2/ext/spl/tests/
H A Diterator_020.phpt17 $it->append(new ArrayIterator(array(0 => 'A', 1 => 'B')));
54 1=>B
57 1=>B
63 1=>B
/PHP-7.2/Zend/tests/
H A Dbug62814.phpt10 class B extends A {
14 class C extends B {
20 Fatal error: Access level to C::test() must be protected (as in class B) or weaker in %s on line %d
H A Dbug73987_3.phpt10 class B extends A {
14 class C extends B {
20 Fatal error: Declaration of C::example(): string must be compatible with B::example(): int in %s
H A Dlsb_017.phpt14 class B extends A {
21 echo A::test(B::test(C::test(D::test())))."\n";
27 B
H A Dbug48248.phpt14 class B extends A
19 $b = new B;
24 Notice: Undefined property: B::$test in %s on line %d
H A Dbug62907.phpt6 if ($name == "B") {
7 eval ("abstract class B extends A { }");
16 class C extends B {
H A DselfParent_001.phpt14 class B extends A {
15 const myConst = "const in B";
23 B::test();
H A DselfParent_002.phpt14 class B extends A {
15 const myConst = "const in B";
22 B::test();
H A Dbug65911.phpt7 class B
16 $obj = new B();
22 #0 %s(%d): B->go()
H A Dns_034.phpt6 use A as B;
13 function f2($x=B\Foo::C) {
20 echo B\Foo::C;
H A Dbug73987_2.phpt10 class B extends A {
14 class C extends B {
20 Fatal error: Declaration of C::example($a, $b, $c = NULL) must be compatible with B::example($a, $b…
H A Dbug66811.phpt14 class B extends A {}
16 $f = B::f();
33 string(1) "B"
H A Dbug47343.phpt14 $this->data['foo'] = new B($this);
15 $this->data['bar'] = new B($this);
21 class B
H A Dget_class_vars_004.phpt11 static private $B = 4;
48 ["B"]=>
62 ["B"]=>
/PHP-7.2/Zend/tests/return_types/
H A Dinheritance006.phpt16 public static function test() : B {
17 return new B;
21 Fatal error: Declaration of Bar::test(): B must be compatible with Foo::test(): A in %sinheritance0…
/PHP-7.2/Zend/tests/traits/
H A Dlanguage009.phpt13 trait B {
26 use C, A, B {
27 B::foo insteadof A, C;
H A Dbug60165d.phpt10 trait B {
15 use A, B {
16 A::bar insteadof B;
H A Dconflict003.phpt16 trait B {
21 echo 'B';
26 use A, B;
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug31402.phpt18 var $B;
25 $this->B = $this->A[1];
57 ["B"]=>
82 ["B"]=>
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt6 class B extends A {}
7 class C extends B {}
12 $classNames = array('A', 'B', 'C', 'I', 'X');
45 Is A a subclass of B?
60 Is B a subclass of A?
64 Is B a subclass of B?
68 Is B a subclass of C?
72 Is B a subclass of I?
75 Is B a subclass of X?
83 Is C a subclass of B?
[all …]
H A DReflectionMethod_defaultArg.phpt15 class B {
21 echo new \ReflectionMethod('B', 'bar');
42 Parameter #0 [ <optional> $a = 'B' ]
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation26.phpt25 "%30c", "%[a-bA-B@#$&]", "%*c"
55 string(11) "a-bA-B@#$&]"
70 string(11) "a-bA-B@#$&]"
85 string(11) "a-bA-B@#$&]"
100 string(11) "a-bA-B@#$&]"
/PHP-7.2/tests/classes/
H A Dconstants_visibility_004.phpt10 class B extends A {
18 B::checkConstants();
26 #0 %s(15): B::checkConstants()
H A D__call_006.phpt16 class B extends A {
18 B::unknownCalledWithSROFromChild(1,2,3);
39 $b = new B();
68 object(B)#%d (0) {
74 object(B)#%d (0) {
/PHP-7.2/ext/iconv/tests/
H A Dbug52941.phpt8 From: =?UTF-8?B?PGZvb0BleGFtcGxlLmNvbT4=?=
9 Subject: =?ks_c_5601-1987?B?UkU6odk=?=
10 X-Foo: =?ks_c_5601-1987?B?UkU6odk=?= Foo
11 X-Bar: =?ks_c_5601-1987?B?UkU6odk=?= =?UTF-8?Q?Foo?=

Completed in 24 milliseconds

12345678910>>...24