Home
last modified time | relevance | path

Searched refs:b (Results 76 – 100 of 2383) sorted by path

12345678910>>...96

/PHP-5.5/Zend/tests/
H A Dbug42211.phpt21 $b = new B();
22 $b->foo();
H A Dbug42817.phpt6 array_push($a->b, $c);
H A Dbug42937.phpt31 $b = new B();
32 $b->test();
H A Dbug43200.phpt10 interface b {
18 class x extends c implements a, b {
26 Class [ <user> class x extends c implements a, b ] {
42 Method [ <user, prototype b> public method foo ] {
H A Dbug45178.phpt18 $b =& new Bar();
19 $b->_rme2 = 0;
20 var_dump($b);
H A Dbug45180.phpt14 function __call($a, $b) {
18 static public function __callStatic($a, $b) {
H A Dbug45186.phpt7 public function __call($a, $b) {
11 static public function __callstatic($a, $b) {
H A Dbug45186_2.phpt7 public function __call($a, $b) {
H A Dbug45910.phpt14 self::CCC => 'b',
H A Dbug45910_2.phpt14 self::CCC => 'b',
H A Dbug46238.phpt14 $b = '';
16 $a::$b($a);
17 $a::$b(array());
18 $a::$b(NULL);
19 $a::$b(1);
20 $a::$b();
23 $b = "\0";
25 $a::$b($a);
27 $a::$b(NULL);
28 $a::$b(1);
[all …]
H A Dbug46246.phpt29 $b = new B;
32 $b->call('Test');
H A Dbug46409.phpt16 $b = array_map($cb, $a);
17 print_r($b);
H A Dbug47109.phpt2 Bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)
5 $a->{"a"."b"};
H A Dbug47801.phpt25 $b = new B();
26 $b->getFoo();
H A Dbug47981.phpt13 class b implements a { function f($a=1) {}}
14 class c extends b {function f() {}}
17 string(60) "Declaration of c::f() should be compatible with b::f($a = 1)"
H A Dbug48215.phpt27 $b = new B();
28 $b->A();
H A Dbug48215_2.phpt9 class b extends a {}
10 class c extends b {
12 b::b();
19 Fatal error: Call to undefined method b::b() in %s on line %d
H A Dbug48248.phpt19 $b = new B;
20 var_dump($b->test);
H A Dbug48408.phpt15 $b = new B;
18 $b->process($c->generate(0));
H A Dbug48409.phpt31 $b = new BBB;
36 $c->process($b->xyz($item['foo'], $i));
39 $b->xyz($item['foo'], $i);
H A Dbug48533.phpt10 public function b() {
16 static function __callstatic($a, $b) {
19 public function __call($a, $b) {
26 $x->b();
29 $x::b();
39 Strict Standards: Non-static method foo::b() should not be called statically in %s on line %d
H A Dbug49866.phpt6 $b = &$a[1];
7 $b = "f";
H A Dbug49893.phpt21 $b = new B();
H A Dbug50146.phpt11 var_dump($ref->hasProperty('b'));

Completed in 34 milliseconds

12345678910>>...96