Home
last modified time | relevance | path

Searched refs:a (Results 551 – 575 of 6311) sorted by path

1...<<21222324252627282930>>...253

/PHP-5.5/Zend/tests/
H A Dns_077_4.phpt7 function foo($a = array(0 => namespace\unknown))
H A Dns_077_5.phpt6 function foo($a = array(0 => \unknown))
H A Dns_077_6.phpt6 function foo($a = array(0 => \unknown))
H A Dns_077_7.phpt6 function foo($a = array(0 => namespace\unknown))
H A Dns_077_8.phpt6 function foo($a = array(namespace\unknown => unknown))
H A Dns_083.phpt5 $a = 'oops';
6 echo $a;
H A Dns_087.phpt13 $a = 'oops';
H A Dobjects_012.phpt2 implementing a class
H A Dobjects_018.phpt7 function a();
11 function a();
H A Dobjects_019.phpt10 $foo[1]->a = &$foo[0]->a;
11 $foo[0]->a = 2;
13 $x = $foo[1]->a;
23 ["a"]=>
28 ["a"]=>
H A Dobjects_020.phpt10 $$test->a =& $$test;
11 $$test->a->b[] = 2;
18 ["a"]=>
H A Dobjects_021.phpt13 public function __set($a, $b) {
17 public function __get($a) {
21 public function __call($a, $b) {
31 ->a
H A Dobjects_024.phpt9 public function __set($a, $b) {
13 public function __get($a) {
23 $a = test()->bar = 1;
24 var_dump($a, count(foo::$bar), test()->whatever);
28 $a = test()->bar = NULL;
29 var_dump($a, count(foo::$bar), test()->whatever);
33 $a = test()->bar = test();
34 var_dump($a, count(foo::$bar), test()->whatever);
H A Dobjects_025.phpt16 $a = new foo;
17 $a->foooo();
18 $a::foooo();
21 $a->$b();
22 $a::$b();
25 $a->$b();
26 $a::$b();
28 $b = str_repeat('a', 10000);
29 $a->$b();
30 $a::$b();
[all …]
H A Dobjects_026.phpt7 $this->a = 1;
H A Dobjects_027.phpt38 Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method fo…
H A Dobjects_028.phpt7 public function __call($a, $b) {
H A Dobjects_029.phpt7 public function __set($a, $b) {
16 public function __set($a, $b) {
H A Dobjects_030.phpt7 public function __set($a, $b) {
16 public function __set($a, $b) {
H A Dobjects_031.phpt10 $x[0]->a = 1;
19 ["a"]=>
H A Dobjects_032.phpt21 $a = new A;
23 $a['foo']['bar'] = 2;
25 var_dump($a);
H A Doffset_assign.phpt5 $x = "a";
H A Doffset_string.phpt6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
H A Dproperty_exists.phpt8 $a = new A;
9 var_dump(property_exists($a, "prot"));
10 var_dump(property_exists($a, "prot2"));
11 var_dump(property_exists($a, "prot3"));
19 $a = new A;
20 var_dump(property_exists($a, "prot"));
21 var_dump(property_exists($a, "prot2"));
22 var_dump(property_exists($a, "prot3"));
38 $a = new a;
39 $a->nonstaticTest();
H A Dresult_unused.phpt6 $a = "x";
7 $$a;

Completed in 80 milliseconds

1...<<21222324252627282930>>...253