Home
last modified time | relevance | path

Searched refs:B (Results 201 – 225 of 623) sorted by relevance

12345678910>>...25

/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dtrait_error.phpt12 function method($r): B {}
20 …or: Could not check compatibility between T::method($r): B and X::method($a): A, because class B i…
/PHP-7.4/ext/spl/tests/
H A Diterator_013.phpt17 $it->append(new ArrayIterator(array(0 => 'A', 1 => 'B')));
54 1=>B
57 1=>B
63 1=>B
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug66112.phpt16 return array("A"=>"ABC","B"=>"sss");
26 <uri:Request><uri:A>XXX</uri:A><uri:B>yyy</uri:B></uri:Request>
35 …envelope/" xmlns:ns1="uri:mist"><SOAP-ENV:Body><ns1:Response><A>ABC</A><B>sss</B></ns1:Response></…
/PHP-7.4/Zend/tests/
H A Dclosure_038.phpt17 class B extends A {
26 $b = new B(10);
40 $cb = $ca->bindTo($b, 'B');
41 $cb2 = Closure::bind($ca, $b, 'B');
58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
H A Dbug48248.phpt14 class B extends A
19 $b = new B;
24 Fatal error: Uncaught Error: Cannot access private property B::$test in %s:%d
H A Dbug65911.phpt7 class B
16 $obj = new B();
22 #0 %s(%d): B->go()
H A Dgrandparent_prototype.phpt9 class B extends A {
11 $x->test(); // Uncaught Error: Call to protected method D::test() from context 'B'
22 (new B)->test2(new D);
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 Dget_mangled_object_vars.phpt11 class B extends A {
15 $obj = new B;
36 '' . "\0" . 'B' . "\0" . 'priv' => 4,
H A Dbug66811.phpt14 class B extends A {}
16 $f = B::f();
33 string(1) "B"
H A Dns_061.phpt6 use \A as B;
7 echo get_class(new B)."\n";
/PHP-7.4/ext/opcache/tests/
H A Dpreload_class_alias_2.inc3 class B implements I {}
4 class_alias('B', 'C');
H A Dbug78014.inc5 class B extends A {
8 class C extends B {
/PHP-7.4/Zend/tests/traits/
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.4/ext/standard/tests/serialize/
H A Dbug31402.phpt18 var $B;
25 $this->B = $this->A[1];
57 ["B"]=>
82 ["B"]=>
/PHP-7.4/tests/classes/
H A Dconstants_visibility_004.phpt10 class B extends A {
18 B::checkConstants();
26 #0 %s(15): B::checkConstants()
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt173 Gt 0226B
182 Hscr 0210B
235 Lcy 0041B
452 Rscr 0211B
584 Ycy 0042B
961 eng 0014B
1053 gg 0226B
1144 int 0222B
1225 lcy 0043B
1431 ni 0220B
[all …]
/PHP-7.4/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.4/Zend/tests/type_declarations/
H A Dtyped_properties_089.phpt10 class B {
21 $a->prop = new B;
26 $a->prop = new B;
H A Dtyped_properties_076.phpt7 class B extends A {}
19 public B $B;
57 valid($test, 'A', 'B', new B);
58 invalid($test, 'A', 'B', new A);
/PHP-7.4/Zend/tests/array_unpack/
H A Dclasses.phpt13 public const A = [...self::B];
14 public const B = [...self::A];
46 Exception: Cannot declare self-referencing constant 'self::B'
/PHP-7.4/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 …]
/PHP-7.4/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 30 milliseconds

12345678910>>...25