Home
last modified time | relevance | path

Searched refs:a (Results 226 – 250 of 6311) sorted by path

12345678910>>...253

/PHP-5.5/Zend/tests/
H A Dbug52237.phpt2 Bug #52237 (Crash when passing the reference of the property of a non-object)
H A Dbug52361.phpt2 Bug #52361 (Throwing an exception in a destructor causes invalid catching)
15 $a = new aaa();
H A Dbug52484.phpt12 $a = new A();
15 unset($a->$prop);
H A Dbug52484_2.phpt12 $a = new A();
15 $a->$prop = 2;
H A Dbug52484_3.phpt12 $a = new A();
15 var_dump($a->$prop);
H A Dbug52508.phpt8 file_put_contents($file, "a = 1");
18 ["a"]=>
H A Dbug52614.phpt55 $foo->f4()->a = 1;
58 $foo->f5()->a = 1;
78 ["a"]=>
H A Dbug52940.phpt5 function foo($a) {
6 $a++;
7 var_dump($a);
9 function bar(&$a) {
10 $a++;
11 var_dump($a);
13 $a = 1;
14 call_user_func_array("foo", array(&$a));
15 var_dump($a);
16 call_user_func_array("bar", array(&$a));
[all …]
H A Dbug53305.phpt2 Bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__)
H A Dbug53748.phpt2 Bug #53748 (Using traits lead to a segmentation fault)
H A Dbug53958.phpt6 $a = 1;
7 $fn1 = function() use ($a) {echo "$a\n"; $a++;};
8 $fn2 = function() use ($a) {echo "$a\n"; $a++;};
9 $a = 5;
H A Dbug54013.phpt6 class a
14 $c = new a;
H A Dbug54039.phpt38 $v .= 'a';
39 echo "Outer function catenates 'a' onto \$v to give $v\n";
54 Outer function catenates 'a' onto $v to give ba
57 Outer function catenates 'a' onto $v to give baba
H A Dbug54262.phpt2 Bug #54262 (Crash when assigning value to a dimension in a non-array)
5 $a = '0';
6 var_dump(isset($a['b']));
7 $simpleString = preg_match('//', '', $a->a);
16 Warning: Cannot use a scalar value as an array in %sbug54262.php on line 5
H A Dbug54305.phpt6 public function methodWithArgs($a, $b) {
19 Parameter #0 [ <required> $a ]
H A Dbug54367.phpt19 $a = new MyObjet();
20 echo $a['p']('foo');
H A Dbug54372.phpt20 $test3->a->b();
H A Dbug54804.phpt5 namespace a;
H A Dbug55007.phpt7 if ('CompileErrorClass'==$classname) eval('class CompileErrorClass { function foo() { $a[] } }');
H A Dbug55086.phpt25 $a = new A;
26 echo $a->hello(), PHP_EOL;
27 echo $a->foo(), PHP_EOL;
H A Dbug55135.phpt7 $a = "1";
8 unset($array[$a]);
13 $a = 1;
14 unset($array[$a]);
22 $a = 1;
H A Dbug55509.phpt31 $lines = explode("\n",`sysctl -a`);
H A Dbug55705.phpt2 Bug #55705 (Omitting a callable typehinted argument causes a segfault)
H A Dbug60169.phpt7 list($a,$b) = is_array($arr)? $arr : $arr;
H A Dbug60536_001.phpt20 $a = new Z();
21 $a->x();

Completed in 24 milliseconds

12345678910>>...253