Home
last modified time | relevance | path

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

1...<<919293949596

/PHP-5.5/Zend/tests/
H A Dbug32296.phpt20 $b = get_class_methods($this);
23 print('b:');
24 print_r($b);
44 b:Array
H A D021.phpt11 $b = 0;
15 var_dump($a ?: $b);
H A D023.phpt7 $b = 'a';
8 print $$b('test');
30 $b = 'a';
31 var_dump($$b()->$$b()->$b());
35 $b = 'a';
36 $c = 'b';
H A D025.phpt13 $b = 'a';
19 foo::$$b();
23 $class::$$b();
H A D027.phpt6 $a = 'b';
7 $b = 'c';
12 $a = 'b';
13 $b = 'c';
H A D029.phpt11 $arr[0]->b = new $arr[0];
33 ["b"]=>
44 ["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;

Completed in 27 milliseconds

1...<<919293949596