Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-5.3/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.3/Zend/tests/
H A Dbug47699.phpt10 class B extends A {
12 B::test();
13 spl_autoload_register('B::test');
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 Dns_039.phpt8 function bar($a = array(A => B)) {
15 const B = A;
17 echo B . "\n";
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 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 Dbug52051.phpt18 class B extends A {}
19 class C extends B {
20 function C() { parent::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 Dns_034.phpt6 use A as B;
13 function f2($x=B\Foo::C) {
20 echo B\Foo::C;
H A Dget_class_vars_004.phpt11 static private $B = 4;
48 ["B"]=>
62 ["B"]=>
H A Dbug42937.phpt17 class B extends A {
23 B::test5();
31 $b = new B();
/PHP-5.3/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 Strict Standards: Declaration of B::foo() should be compatible with that of A::foo() in %s on line …
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-5.3/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-5.3/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-5.3/ext/standard/tests/serialize/
H A Dbug31402.phpt18 var $B;
24 $this->B = $this->A[1];
56 ["B"]=>
81 ["B"]=>
/PHP-5.3/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-5.3/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?=
H A Dbug51250.phpt9 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= .", $m));
11 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?B?".chr(0xA1)."?= .", $m));
14 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= ."));
16 var_dump(iconv_mime_decode("Illegal encoded-word: =?utf-8?B?".chr(0xA1)."?= ."));

Completed in 28 milliseconds

12345678910>>...17