Home
last modified time | relevance | path

Searched refs:x (Results 51 – 75 of 1216) sorted by path

12345678910>>...49

/PHP-5.6/Zend/tests/
H A Dbug44141.phpt7 public $x;
8 private function __construct($x)
10 $this->x = $x;
16 static public function cheat($x)
18 return new Y($x);
23 echo $y->x, PHP_EOL;
H A Dbug44184.phpt6 $x = array(1,2,3);
7 foreach ($x as $a) {
H A Dbug45180.phpt24 $x = new foo;
26 $x->test();
28 $x::A();
H A Dbug45186.phpt23 static function x() {
28 $x = new bar;
30 $x->test();
32 call_user_func(array('BAR','x'));
H A Dbug45186_2.phpt19 static function x() {
24 $x = new bar;
26 $x->test();
28 call_user_func(array('BAR','x'));
H A Dbug45910.phpt7 const AAA = 'x';
H A Dbug45910_2.phpt7 const AAA = 'x';
H A Dbug46106.phpt11 function test($x) {
14 $x->invokeArgs(array(0));
17 $x = new ReflectionFunction('str_pad');
18 test($x);
H A Dbug46701.phpt18 public $x;
21 $this->x[0xce359000] = 3;
22 var_dump($this->x);
H A Dbug48408.phpt6 public function process($x){
7 return $x;
11 public function generate($x){
H A Dbug48409.phpt10 public function xyz($d, $x)
12 if ($x == 34) {
46 public function run($x)
49 $x->func();
H A Dbug48428.phpt6 function x() { throw new Exception("ERROR"); }
7 x(x());
H A Dbug48533.phpt24 $x = new foo;
25 $x->a();
26 $x->b();
27 $x->c();
28 $x::a();
29 $x::b();
30 $x::c();
H A Dbug48693.phpt6 $x = create_function('', 'return 1; }');
12 $x,
H A Dbug48912.phpt12 test(array('x' => 1));
H A Dbug49472.phpt15 const x = 1;
H A Dbug50174.phpt13 function x() {}
16 $rm = new ReflectionMethod('TestClass', 'x');
24 public $x;
27 $rp = new ReflectionProperty('TestClass2', 'x');
H A Dbug50261.phpt7 function testClass($x) {
8 echo __METHOD__, " (". $x . ")\n";
14 static $x = 0;
16 if ($x) {
19 $x++;
H A Dbug50383.phpt19 $x = new myClass;
20 $x->foo();
H A Dbug50394.phpt5 function inc( &$x ) { $x++; }
H A Dbug51822.phpt30 $x = new Test();
H A Dbug52041.phpt6 return $x;
26 Notice: Undefined variable: x in %sbug52041.php on line 3
30 Notice: Undefined variable: x in %sbug52041.php on line 3
34 Notice: Undefined variable: x in %sbug52041.php on line 3
40 Notice: Undefined variable: x in %sbug52041.php on line 3
48 Notice: Undefined variable: x in %sbug52041.php on line 3
54 Notice: Undefined variable: x in %sbug52041.php on line 3
62 Notice: Undefined variable: x in %sbug52041.php on line 3
64 Notice: Undefined variable: x in %sbug52041.php on line 3
66 Notice: Undefined variable: x in %sbug52041.php on line 3
[all …]
H A Dbug52193.phpt16 var_dump($x = (array)$i);
17 var_dump($y = $x[0]);
H A Dbug52614.phpt38 public function f7(&$x) {
39 $x = 2;
H A Dbug54268.phpt32 $x = new Test();

Completed in 23 milliseconds

12345678910>>...49