Home
last modified time | relevance | path

Searched refs:b (Results 226 – 250 of 2383) sorted by path

12345678910>>...96

/PHP-5.5/Zend/tests/
H A Dlsb_016.phpt33 $o->a = "b";
H A Dmagic_methods_001.phpt12 public function __call($a, $b) {
19 static public function __callstatic($a, $b) {
H A Dmagic_methods_005.phpt7 static function __call($a, $b);
H A Dmagic_methods_006.phpt7 function __callstatic($a, $b);
H A Dmagic_methods_007.phpt6 abstract class b {
14 Fatal error: Method b::__set() must take exactly 2 arguments in %s on line %d
H A Dmagic_methods_008.phpt6 abstract class b {
7 abstract function __set($a, $b);
10 class a extends b {
11 private function __set($a, $b) {
19 Fatal error: Access level to a::__set() must be public (as in class b) in %s on line %d
H A Dmagic_methods_009.phpt7 static protected function __callstatic($a, $b) {
H A Dmagic_methods_010.phpt7 static protected function __toString($a, $b) {
H A Dmod_001.phpt7 $b = array();
9 $c = $a % $b;
H A Dmul_001.phpt7 $b = array(1);
9 $c = $a * $b;
H A Dnot_002.phpt7 $b = array(1,2);
9 $a = ~$b;
H A Dnowdoc.inc5 $b = 2;
H A Dnowdoc_002.phpt8 print b<<<'ENDOFNOWDOC'
13 $x = b<<<'ENDOFNOWDOC'
H A Dnowdoc_003.phpt14 This is nowdoc test #$b.
23 This is nowdoc test #$b.
H A Dnowdoc_004.phpt14 This is nowdoc test #{$b}.
23 This is nowdoc test #{$b}.
H A Dnowdoc_005.phpt9 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
14 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
22 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
23 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
H A Dnowdoc_006.phpt9 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
H A Dnowdoc_007.phpt9 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
H A Dns_022.phpt5 namespace a\b\c;
7 use a\b\c as test;
18 a\b\c\foo
H A Dns_060.phpt9 $b = new A;
11 echo get_class($b)."\n";
15 $b = new A;
17 echo get_class($b)."\n";
H A Dns_064.phpt15 public function __set($a, $b) {
16 var_dump($a, $b);
28 $x->b->c = 1;
35 string(1) "b"
H A Dobject-null.phpt10 $b = new Bla;
12 var_dump($b != null);
13 var_dump($b == null);
14 var_dump($b !== null);
15 var_dump($b === null);
H A Dobjects_001.phpt9 $b = new Bar;
11 var_dump($b == NULL);
12 var_dump($b != NULL);
13 var_dump($b == true);
17 var_dump($b == "");
18 var_dump($b != "");
19 var_dump($b == 0);
20 var_dump($b != 0);
21 var_dump($b == 1);
22 var_dump($b != 1);
[all …]
H A Dobjects_020.phpt11 $$test->a->b[] = 2;
20 ["b"]=>
H A Dobjects_021.phpt13 public function __set($a, $b) {
21 public function __call($a, $b) {
32 ->b()

Completed in 37 milliseconds

12345678910>>...96