Home
last modified time | relevance | path

Searched refs:B (Results 151 – 175 of 566) sorted by relevance

12345678910>>...23

/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt36 class B {
37 function B() {}
40 class C extends B {
52 'OldAndNewCtor', 'NewAndOldCtor', 'B', 'C', 'D1', 'D2', 'X', 'Y');
69 …me name as their class will not be constructors in a future version of PHP; B has a deprecated con…
78 Constructor of B: B
H A DReflectionObject_getConstructor_basic.phpt36 class B {
37 function B() {}
40 class C extends B {
52 'OldAndNewCtor', 'NewAndOldCtor', 'B', 'C', 'D1', 'D2', 'X', 'Y');
69 …me name as their class will not be constructors in a future version of PHP; B has a deprecated con…
78 Constructor of B: B
/PHP-7.0/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic2.phpt13 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
37 var_dump(mb_encode_mimeheader($input, $outEncoding, 'B'));
49 string(99) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJc=?=
50 =?UTF-8?B?77yY77yZ44CC?="
58 string(99) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJc=?=
59 =?UTF-8?B?77yY77yZ44CC?="
67 string(99) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJc=?=
68 =?UTF-8?B?77yY77yZ44CC?="
/PHP-7.0/tests/classes/
H A Dinheritance_006.phpt9 Class B extends A {
13 Class C extends B {
20 [%u|b%"c":%u|b%"B":private]=>
H A Dmethod_override_optional_arg_002.phpt10 class B extends A {
16 $b = new B();
21 Warning: Declaration of B::foo() should be compatible with A::foo($arg = 1) in %s on line %d
/PHP-7.0/Zend/tests/traits/
H A Dbug55137.phpt12 class B {
19 B::foo();
20 B::baz();
/PHP-7.0/Zend/tests/
H A Dbug55137.phpt12 class B {
19 B::foo();
20 B::baz();
H A Dbug48770_3.phpt23 class B extends A {
37 class C extends B {
48 %unicode|string%(27) "B::func2: This should work!"
49 %unicode|string%(27) "B::func3: This should work!"
51 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'B' does not have…
H A Dbug42937.phpt17 class B extends A {
23 B::test5();
31 $b = new B();
44 #0 %s(%d): B->test()
H A Dbug69676.phpt10 class B extends A {
11 const myConst = "const in B";
14 var_dump(B::myDynConst);
H A Dns_039.phpt8 function bar($a = array(A => B)) {
15 const B = A;
17 echo B . "\n";
H A Dbug41633_3.phpt6 const A = Foo::B;
7 const B = Foo::A;
12 Fatal error: Uncaught Error: Cannot declare self-referencing constant 'Foo::B' in %sbug41633_3.php:…
H A Dbug34678.phpt11 class B extends A {
17 if (is_callable(array('B', 'foo'))) {
18 call_user_func(array('B', 'foo'));
H A Dbug44414.phpt8 interface B {
11 class C extends A implements B {
15 … therefore be declared abstract or implement the remaining methods (A::foo, B::bar) in %sbug44414.…
H A Dget_class_methods_002.phpt11 class B implements A {
17 var_dump(get_class_methods('B'));
23 new B;
H A Dbug47699.phpt10 class B extends A {
12 B::test();
13 spl_autoload_register('B::test');
H A Dlsb_017.phpt14 class B extends A {
21 echo A::test(B::test(C::test(D::test())))."\n";
27 B
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC42 A B
56 A B
76 A B
94 A B
100 A B
121 A B
131 A B
149 A B
167 A B
173 A B
/PHP-7.0/ext/standard/tests/array/
H A Darray_splice_variation3.phpt106 string(1) "B"
151 string(1) "B"
196 string(1) "B"
237 string(1) "B"
278 string(1) "B"
313 string(1) "B"
352 string(1) "B"
397 string(1) "B"
430 string(1) "B"
475 string(1) "B"
[all …]
H A Dbug26458.phpt12 ["A�B"]=>
16 'A' . "\0" . 'B' => 'Hello world',
18 ["A�B"]=>
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities19.phpt19 string(9) "A�>B"
21 string(9) "A�>B"
27 string(18) "A��B�C☺�"
29 string(18) "A��B�C☺�"
/PHP-7.0/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.0/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
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.0/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 …]

Completed in 103 milliseconds

12345678910>>...23