Home
last modified time | relevance | path

Searched refs:b (Results 51 – 75 of 2383) sorted by last modified time

12345678910>>...96

/PHP-5.5/tests/func/
H A D003.phpt11 function b($i)
28 b("blah");
30 b("blah","blah");
H A D010.phpt15 function test($a,$b)
17 var_dump($a === $b);
18 test2($a,$b);
21 function test2($a, $b)
23 if ($a !== $b) {
24 var_dump("something went wrong: $a !== $b");
/PHP-5.5/tests/lang/
H A D006.phpt6 $b=2;
13 if($b==1) {
15 } elseif($b==2) {
H A D007.phpt11 global $b;
13 $b = 5;
14 echo "$a $b ";
21 echo "$a $b $c ";
23 echo "$a $b $c ";
H A D009.phpt5 function test ($a,$b) {
6 echo $a+$b;
H A D024.phpt16 $a = "b";
293 $a = "b";
301 $a = "b";
H A D025.phpt21 b 10
23 b 10
25 b 10
27 b 10
29 b 10
31 b 10
33 b 10
35 b 10
37 b 10
39 b 10
[all …]
H A D040.phpt6 $b[0]=2;
7 foreach($a as $b[0]) {
8 echo $b[0]."\n";
H A D041.phpt6 public static $b = 'foo';
12 echo $classname::$b."\n";
13 echo $wrongClassname::$b."\n";
/PHP-5.5/tests/classes/
H A Dproperty_override_privateStatic_private.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_privateStatic_protected.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_privateStatic_public.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_private_private.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_private_privateStatic.phpt27 $b = new B;
28 $b->showA();
H A Dproperty_override_private_protected.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_private_protectedStatic.phpt27 $b = new B;
28 $b->showA();
H A Dproperty_override_private_public.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_private_publicStatic.phpt27 $b = new B;
28 $b->showA();
H A Dproperty_override_protectedStatic_private.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_protectedStatic_protected.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_protectedStatic_public.phpt26 $b = new B;
27 $b->showA();
28 $b->showB();
H A Dproperty_override_protected_private.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_protected_privateStatic.phpt27 $b = new B;
28 $b->showA();
H A Dproperty_override_protected_protected.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
H A Dproperty_override_protected_protectedStatic.phpt27 $b = new B;
28 $b->showA();

Completed in 55 milliseconds

12345678910>>...96