Home
last modified time | relevance | path

Searched refs:x (Results 176 – 200 of 1389) sorted by relevance

12345678910>>...56

/PHP-7.2/Zend/tests/
H A Dobjects_031.phpt6 $x[] = clone new stdclass;
7 $x[] = clone new stdclass;
8 $x[] = clone new stdclass;
10 $x[0]->a = 1;
12 var_dump($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 Dns_034.phpt10 function f1($x=Foo::C) {
11 echo $x;
13 function f2($x=B\Foo::C) {
14 echo $x;
16 function f3($x=\A\Foo::C) {
17 echo $x;
H A Dclosure_call.phpt7 public $x = 0;
10 return $this->x;
19 $foobar->x = 3;
30 return $this->x;
34 $elePHPant->x = 7;
41 return $this->x * $z;
49 private $x = 3;
53 var_dump($this->x);
H A Dgc_042.phpt8 $GLOBALS['x'] = $this;
13 $t->x = new stdClass;
14 $t->x->t = $t;
15 $a = (array) $t->x;
18 var_dump($x);
25 Notice: Undefined variable: x in %s on line %d
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 Dbug75420.15.phpt6 public function offsetExists($x) { }
7 public function offsetGet($x) { }
8 public function offsetSet($x, $y) { $GLOBALS["name"] = 24; var_dump($x); }
9 public function offsetUnset($x) { }
/PHP-7.2/ext/spl/tests/
H A Dobserver_009.phpt13 echo ' x ';
21 echo ' x ';
28 Count storage A: 2 x x
29 Count storage B: 2 x x
H A DarrayObject_setFlags_basic2.phpt6 private $x = 'secret';
9 var_dump($c->x);
13 $c = new C(array('x'=>'public'));
17 var_dump($c->x);
22 var_dump($c->x);
29 Fatal error: Uncaught Error: Cannot access private property C::$x in %s:19
/PHP-7.2/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
26 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
30 $file_modes = array("x","xb","xt","x+","x+b","x+t");
77 -- Opening file in x --
101 -- Opening file in x+ --
109 -- Opening file in x+b --
127 -- Opening file in x --
151 -- Opening file in x+ --
177 -- Opening file in x --
201 -- Opening file in x+ --
[all …]
H A Dfwrite_variation4.phpt2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
26 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
30 $file_modes = array("x","xb","xt","x+","x+b","x+t");
77 -- Opening file in x --
101 -- Opening file in x+ --
109 -- Opening file in x+b --
127 -- Opening file in x --
151 -- Opening file in x+ --
177 -- Opening file in x --
201 -- Opening file in x+ --
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dbug36802.phpt18 $x[0] = @$mysql->set_charset('utf8');
20 $x[0] = NULL;
22 $x[1] = @$mysql->query("SELECT 'foo' FROM DUAL");
25 $x[2] = ($mysql->client_version > 0);
26 $x[3] = $mysql->errno;
29 var_dump($x);
/PHP-7.2/ext/intl/tests/
H A Dspoofchecker_006.phpt10 $x = new Spoofchecker();
11 var_dump($x->isSuspicious("http://www.payp\u{0430}l.com"));
12 var_dump($x->isSuspicious("\u{041F}aypal.com"));
15 $x = new Spoofchecker();
16 $x->setAllowedLocales("gr_GR");
17 var_dump($x->isSuspicious("NAPKIN PEZ"));
18 var_dump($x->isSuspicious("napkin pez"));
H A Dbug71020.phpt9 for($x=0;$x<0xbb;$x++)
10 …[substr(md5(microtime()),rand(0,26),9) . strval($x)]= substr(md5(microtime()),rand(0,26),9) . strv…
/PHP-7.2/ext/standard/
H A Dexec.c288 register size_t x, y; in php_escape_shell_cmd() local
304 for (x = 0, y = 0; x < l; x++) { in php_escape_shell_cmd()
305 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_cmd()
313 x += mb_len - 1; in php_escape_shell_cmd()
317 switch (str[x]) { in php_escape_shell_cmd()
321 if (!p && (p = memchr(str + x + 1, str[x], l - x - 1))) { in php_escape_shell_cmd()
395 size_t x, y = 0; in php_escape_shell_arg() local
414 for (x = 0; x < l; x++) { in php_escape_shell_arg()
415 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_arg()
423 x += mb_len - 1; in php_escape_shell_arg()
[all …]
H A Dsha1.c123 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
124 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
125 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
126 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
130 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
134 #define W(i) ( tmp=x[(i-3)&15]^x[(i-8)&15]^x[(i-14)&15]^x[i&15], \
135 (x[i&15]=ROTATE_LEFT(tmp, 1)) )
266 SHA1Decode(x, block, 64);
269 FF(a, b, c, d, e, x[0]); /* 1 */
270 FF(e, a, b, c, d, x[1]); /* 2 */
[all …]
/PHP-7.2/tests/classes/
H A Diterators_007.phpt8 public $x = 0;
10 …public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr…
11 …public function current() { if ($this->x == 1) throw new Exception(__METHOD__); return current($…
12 …public function key() { if ($this->x == 2) throw new Exception(__METHOD__); return key($this…
13 …public function next() { if ($this->x == 3) throw new Exception(__METHOD__); next($this->arr)…
14 …public function valid() { if ($this->x == 4) throw new Exception(__METHOD__); return (key($thi…
19 while($t->x < 5)
32 $t->x++;
H A Ddestructor_and_references.phpt6 class test1 {public $x;};
7 class test2 {public $x;};
8 class test3 {public $x;};
9 class test4 {public $x;};
16 $o3->x = &$o4;
/PHP-7.2/ext/reflection/tests/
H A Dbug61388.phpt5 $x = new ArrayObject();
6 $x[0] = 'test string 2';
7 $x['test'] = 'test string 3';
8 $reflObj = new ReflectionObject($x);
11 $x = (object)array("a", "oo" => "b");
12 $reflObj = new ReflectionObject($x);
/PHP-7.2/ext/standard/tests/serialize/
H A Dunserialize_classes.phpt6 public $x = "bar";
21 ["x"]=>
34 ["x"]=>
45 ["x"]=>
58 ["x"]=>
69 ["x"]=>
80 ["x"]=>
/PHP-7.2/ext/simplexml/tests/
H A Dfeature55218.phpt11 $x = new SimpleXMLElement(
27 var_dump ( $x->getDocNamespaces(true) ) ;
28 var_dump( $x->person[0]->getDocNamespaces(true) );
29 var_dump( $x->person[1]->getDocNamespaces(true) );
33 var_dump( $x->getDocNamespaces(false) );
34 var_dump( $x->person[0]->getDocNamespaces(false) );
35 var_dump( $x->person[1]->getDocNamespaces(false) );
40 var_dump ( $x->getDocNamespaces(true, false) ) ;
41 var_dump( $x->person[0]->getDocNamespaces(true, false) );
42 var_dump( $x->person[1]->getDocNamespaces(true, false) );
[all …]
/PHP-7.2/Zend/
H A Dzend_strtod_int.h130 #define ACQUIRE_DTOA_LOCK(x) \ argument
131 if (0 == x) { \
133 } else if (1 == x) { \
137 #define FREE_DTOA_LOCK(x) \ argument
138 if (0 == x) { \
140 } else if (1 == x) { \
/PHP-7.2/ext/dba/
H A Dinstall_cdb.sh37 ar x ../cdb.a
38 ar x ../byte.a
39 ar x ../unix.a
40 ar x ../byte.a
41 ar x ../buffer.a
/PHP-7.2/win32/
H A Dparam.h18 #define howmany(x,y) (((x)+((y)-1))/(y)) argument
19 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_replace_array_refs2.phpt17 $obj->prop = ['x' => 'property'];
18 $obj->prop = $closure($obj->prop, ['x'], 'a');
19 var_dump(str_replace(array_keys($obj->prop), $obj->prop, "x property"));
21 $array = ['x' => 'property'];
22 $array = $closure($array, ['x'], 'a');
23 var_dump(str_replace(array_keys($array), $array, "x property"));

Completed in 91 milliseconds

12345678910>>...56