Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.5/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☺�"
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.5/Zend/tests/
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 Dbug65108.phpt10 class B {
11 public function B() {
17 new B();
H A Dbug65322.phpt8 class B {}
13 new B;
22 string(1) "B"
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 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 Dns_034.phpt6 use A as B;
13 function f2($x=B\Foo::C) {
20 echo B\Foo::C;
/PHP-5.5/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-5.5/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-5.5/tests/classes/
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 A::foo($arg = 1) 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.5/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.5/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-5.5/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.5/ext/standard/tests/serialize/
H A Dbug31402.phpt18 var $B;
24 $this->B = $this->A[1];
56 ["B"]=>
81 ["B"]=>

Completed in 62 milliseconds

12345678910>>...21