Home
last modified time | relevance | path

Searched refs:b (Results 76 – 100 of 2383) sorted by last modified time

12345678910>>...96

/PHP-5.5/tests/classes/
H A Dproperty_override_protected_public.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_protected_publicStatic.phpt27 $b = new B;
28 $b->showA();
H A Dproperty_override_publicStatic_private.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_publicStatic_protected.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_publicStatic_public.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_public_private.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_public_privateStatic.phpt27 $b = new B;
28 $b->showA();
H A Dproperty_override_public_protected.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_public_protectedStatic.phpt27 $b = new B;
28 $b->showA();
H A Dproperty_override_public_public.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_public_publicStatic.phpt27 $b = new B;
28 $b->showA();
H A Dproperty_recreate_private.phpt56 [%u|b%"p":%u|b%"C":private]=>
62 [%u|b%"p"]=>
68 [%u|b%"p"]=>
75 [%u|b%"p":%u|b%"C":private]=>
H A Dproperty_recreate_protected.phpt41 [%u|b%"p":protected]=>
47 [%u|b%"p":protected]=>
H A Dserialize_001.phpt57 [%u|b%"data"]=>
61 [%u|b%"data"]=>
H A Dtype_hinting_001.phpt13 function b(Bar $bar);
21 function b(Bar $bar) {
30 $b = new Blort;
32 $a->a($b);
33 $a->b($b);
H A Dimplicit_instantiation_001.phpt137 [%u|b%"boolFalse"]=>
139 [%u|b%"prop"]=>
142 [%u|b%"emptyString"]=>
144 [%u|b%"prop"]=>
147 [%u|b%"null"]=>
149 [%u|b%"prop"]=>
152 [%u|b%"boolTrue"]=>
154 [%u|b%"nonEmptyString"]=>
156 [%u|b%"intZero"]=>
H A Dinheritance.phpt10 public $b;
14 echo "b = ".$this->b."\n";
17 return $this->a*$this->b;
26 echo "b = ".$this->b."\n";
34 $foo1->b = 5;
42 $bar1->b = 3;
49 b = 5
54 b = 3
H A Dinheritance_005.phpt23 $b = new B;
26 var_dump(is_callable(array($b, "B")));
29 var_dump(is_callable(array($b, "A")));
H A Dinheritance_006.phpt20 [%u|b%"c":%u|b%"B":private]=>
22 [%u|b%"c":%u|b%"A":private]=>
H A Dinheritance_007.phpt15 $b = new B();
16 $b->a();
17 $b->b();
H A Dmethod_call_variation_001.phpt2 In $a->$b[Y](), $b[Y] represents a method name on $a. But in $a->X[Y](), $a->X[Y] represents a glob…
7 function foo($a, $b)
9 echo "Called C::foo($a, $b)\n";
22 function foo($a, $b)
24 echo "Called global foo($a, $b)\n";
H A Dmethod_override_optional_arg_001.phpt25 $b = new B();
27 $b->foo(1);
H A Dmethod_override_optional_arg_002.phpt16 $b = new B();
17 $b->foo();
H A Dbug23951.phpt22 $b = new B;
25 print_r($b->a_var);
26 print_r($b->b_var);
H A Dclone_004.phpt13 public $b = 'test';
26 $o1->b = array(3,4);
35 $o2->b = 6;
43 ["b"]=>
60 ["b"]=>
77 ["b"]=>

Completed in 91 milliseconds

12345678910>>...96