Home
last modified time | relevance | path

Searched refs:B (Results 126 – 150 of 504) sorted by relevance

12345678910>>...21

/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DFAQ.ja11 ����åɥ����դˤ���ˤϡ��ʲ���(A)��(B)�Τɤ��餫��Ԥʤ���
28 (B) Application Layer
62 ��������ˡ�ˤĤ��ơ��ʲ�(A)��(B)���������ޤ���
115 (B) ���ץꥱ������������б�������
/PHP-5.5/Zend/tests/
H A Dbug47343.phpt14 $this->data['foo'] = new B($this);
15 $this->data['bar'] = new B($this);
21 class B
23 public function B($A)
H A Dbug64239_2.phpt10 class B {
19 $b = new B();
42 [class] => B
54 [class] => B
H A Dclosure_051.phpt16 class B extends A {}
18 var_dump(B::foo());
21 string(1) "B"
H A Dclosure_052.phpt16 class B extends A {}
18 var_dump(B::foo());
21 string(1) "B"
H A Dclosure_049.phpt16 class B extends A {}
18 $b = new B;
22 string(1) "B"
H A Dclosure_050.phpt16 class B extends A {}
18 $b = new B;
22 string(1) "B"
H A Dbug41633_3.phpt6 const A = Foo::B;
7 const B = Foo::A;
12 Fatal error: Cannot declare self-referencing constant 'Foo::B' in %sbug41633_3.php on line %d
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: Cannot access private property B::$x in %s on line %d
H A Dbug47699.phpt10 class B extends A {
12 B::test();
13 spl_autoload_register('B::test');
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…
/PHP-5.5/ext/reflection/tests/
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');
74 Constructor of B: B
H A Dbug48336.phpt8 class B extends A {
12 class C extends B {
40 B => B
H A Dbug39067.phpt10 class B extends A {
14 class C extends B {
21 $rc = new ReflectionClass('B');
42 string(1) "B"
H A DReflectionClass_getDocComment_001.phpt22 /** My DocComment for B */
23 class B extends A { }
25 class C extends B {}
50 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
74 ---> Doc comment for class B:
75 string(26) "/** My DocComment for B */"
/PHP-5.5/Zend/tests/traits/
H A Dstatic_get_called_class.phpt1 --TEST--
2 Traits and get_called_class().
3 --CREDITS--
4 Simas Toleikis simast@gmail.com
5 --FILE--
6 <?php
7
8 trait TestTrait {
9 public static function test() {
10 return get_called_class();
[all …]
H A Dbug55137.phpt12 class B {
19 B::foo();
20 B::baz();
/PHP-5.5/ext/soap/tests/
H A Dclassmap004.phpt25 class B extends A {
33 return new B(5);
54 array('classmap'=>array('A'=>'A','B'=>'B')));
58 B Object
/PHP-5.5/tests/func/
H A D006.phpt15 echo 'B';
21 var_dump( $b ); // 2B
25 string(2) "2B"
/PHP-5.5/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-5.5/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-5.5/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-5.5/tests/classes/
H A Dinheritance_006.phpt9 Class B extends A {
13 Class C extends B {
20 [%u|b%"c":%u|b%"B":private]=>

Completed in 71 milliseconds

12345678910>>...21