Home
last modified time | relevance | path

Searched refs:b (Results 26 – 50 of 2383) sorted by path

12345678910>>...96

/PHP-5.5/Zend/tests/
H A Daccess_modifiers_010.phpt18 abstract class b extends a {
21 class c extends b {
H A Dadd_001.phpt7 $b = array("str", "here");
9 $c = $a + $b;
13 $b = array(1,2,4);
15 $c = $a + $b;
19 $b = array(1,2,"a"=>"bbbbbb");
21 $c = $a + $b;
24 $a += $b;
H A Danonymous_func_001.phpt10 $b = "\0lambda_". ($i + 1);
11 var_dump($b());
H A Darray_append_COW.phpt6 $b=1;
7 $c=&$b;
8 $a[]=$b;
9 $b=2;
H A Darray_unshift_COW.phpt6 $b=1;
7 $c=&$b;
8 array_unshift ($a,$b);
9 $b=2;
H A Dbug23104.phpt5 function foo($bar = array("a", "b", "c"))
H A Dbug24773.phpt6 unset($array["lvl1"]["lvl2"]["b"]);
H A Dbug26698.phpt18 function three($a, $b, $c)
H A Dbug26801.phpt7 $b = $a[0];
8 switch ($b) {
H A Dbug27304.phpt14 $b = new Staticexample();
16 $b->test();
H A Dbug28072.phpt13 "b" => "222",
38 [b] => 222
H A Dbug28377.phpt5 function doit($a, $b)
19 doit('a','b');
H A Dbug29505.phpt8 public $three = array(1, "b"=>"c", 3=>array());
24 ["b"]=>
H A Dbug29896.phpt14 $a = $b;
25 #0 userErrorHandler(8, Undefined variable: b, %sbug29896.php, 11, Array ([A1] => Test1)) called at…
H A Dbug30791.phpt15 function __call($a,$b) {
20 $b = new a;
21 echo $b,"\n";
22 $c = unserialize(serialize($b));
H A Dbug30820.phpt19 $b = new Blah();
20 $b->show();
H A Dbug30828.phpt45 $b = new B();
46 $b->foo();
H A Dbug31098.phpt6 var_dump(isset($a->b));
8 var_dump(isset($a->b));
10 var_dump(isset($a->b));
12 var_dump(isset($a['b']));
14 var_dump(isset($a['b']));
16 var_dump(isset($a['b']));
H A Dbug32296.phpt20 $b = get_class_methods($this);
23 print('b:');
24 print_r($b);
44 b:Array
H A Dbug32660.phpt22 $b = "short";
26 $a->whatever =& $b;
27 $b = "much longer";
H A Dbug33257.phpt8 protected static $arr = array("a", "b", "c");
23 [1] => b
H A Dbug33277.phpt24 $b = new foo2son();
25 $b->barson();
H A Dbug34310.phpt13 $arr = array (1 => 'a', 2 => 'b', 3 => 'c');
30 2 => b
33 2 => b
H A Dbug34786.phpt5 function foo($a,$b,$c) {
H A Dbug34879.phpt5 print_r(str_replace('a', 'b', array(-1 =>-1)));

Completed in 62 milliseconds

12345678910>>...96