Home
last modified time | relevance | path

Searched refs:x (Results 151 – 175 of 1169) sorted by relevance

12345678910>>...47

/PHP-5.5/Zend/tests/
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 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 Dbug55156.phpt13 $x = new \ReflectionFunction('foo\test');
14 var_dump($x->getDocComment());
22 $x = new \ReflectionClass('foo\bar');
23 var_dump($x->getDocComment());
25 $x = new \ReflectionClass('foo\foo');
26 var_dump($x->getDocComment());
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 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 Dunset_cv10.phpt8 $x = "ok\n";
9 echo $x;
10 $a->offsetUnset('x');
11 echo $x;
17 Notice: Undefined variable: x in %sunset_cv10.php on line %d
H A Dbug34310.phpt2 Bug #34310 (foreach($arr as $c->d => $x) crashes)
16 foreach($arr as $x => $c->d)
18 echo "{$x} => {$c->d}\n";
22 foreach($arr as $c->d => $x)
24 echo "{$c->d} => {$x}\n";
/PHP-5.5/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-5.5/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: Cannot access private property C::$x in %s on line 19
/PHP-5.5/ext/standard/
H A Dexec.c290 register int x, y; in php_escape_shell_cmd() local
306 for (x = 0, y = 0; x < l; x++) { in php_escape_shell_cmd()
307 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_cmd()
315 x += mb_len - 1; in php_escape_shell_cmd()
319 switch (str[x]) { in php_escape_shell_cmd()
323 if (!p && (p = memchr(str + x + 1, str[x], l - x - 1))) { in php_escape_shell_cmd()
395 int x, y = 0; in php_escape_shell_arg() local
416 for (x = 0; x < l; x++) { in php_escape_shell_arg()
417 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_arg()
425 x += mb_len - 1; in php_escape_shell_arg()
[all …]
H A Dsha1.c124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
125 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
127 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
131 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
135 #define W(i) ( tmp=x[(i-3)&15]^x[(i-8)&15]^x[(i-14)&15]^x[i&15], \
136 (x[i&15]=ROTATE_LEFT(tmp, 1)) )
267 SHA1Decode(x, block, 64);
270 FF(a, b, c, d, e, x[0]); /* 1 */
271 FF(e, a, b, c, d, x[1]); /* 2 */
[all …]
/PHP-5.5/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-5.5/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-5.5/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-5.5/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-5.5/ext/gd/libgd/
H A Dwebpimg.c189 for (x = 0; x < y_width; ++x) { in GetPSNRYuv()
197 for (x = 0; x < uv_width; ++x) { in GetPSNRYuv()
297 int x; in YUV420toRGBLine() local
298 for (x = 0; x < (y_width >> 1); ++x) { in YUV420toRGBLine()
487 int x; in RGBALinepairToYUV420() local
488 for (x = (width >> 1); x > 0; --x) { in RGBALinepairToYUV420()
801 for (x = 0; x < y_width; ++x) { in AdjustColorspace()
803 Yrow[x] = ((Yrow[x] * 55 + 32) >> 6) + 16; in AdjustColorspace()
810 for (x = 0; x < uv_width; ++x) { in AdjustColorspace()
829 for (x = 0; x < y_width; ++x) { in AdjustColorspaceBack()
[all …]
/PHP-5.5/win32/
H A Dparam.h15 #define howmany(x,y) (((x)+((y)-1))/(y)) argument
16 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) argument
/PHP-5.5/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-5.5/ext/oci8/tests/
H A Dbug44206.phpt15 for ($x = 0; $x < 400; $x++)
17 $stmt = "select cursor (select $x from dual) a,
18 cursor (select $x from dual) b
23 echo "Exiting $x\n";
37 echo "Completed $x\n";
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_maketables.c137 int x = 0; in pcre_maketables() local
138 if (isspace(i)) x += ctype_space; in pcre_maketables()
139 if (isalpha(i)) x += ctype_letter; in pcre_maketables()
140 if (isdigit(i)) x += ctype_digit; in pcre_maketables()
141 if (isxdigit(i)) x += ctype_xdigit; in pcre_maketables()
142 if (isalnum(i) || i == '_') x += ctype_word; in pcre_maketables()
149 if (strchr("\\*+?{^.$|()[", i) != 0) x += ctype_meta; in pcre_maketables()
150 *p++ = x; in pcre_maketables()
/PHP-5.5/ext/xmlwriter/tests/
H A Dbug41287.phpt13 xmlwriter_start_element_ns($xw, 'test', 'test', 'urn:x-test:');
15 xmlwriter_write_element_ns($xw, null, 'bar', 'urn:x-test:', '');
26 $xw->startElementNS('test', 'test', 'urn:x-test:');
28 $xw->writeElementNS(null, 'bar', 'urn:x-test:', '');
36 <test:test xmlns:test="urn:x-test:">
38 <bar xmlns="urn:x-test:"></bar>
43 <test:test xmlns:test="urn:x-test:">
45 <bar xmlns="urn:x-test:"></bar>
/PHP-5.5/Zend/
H A Dzend_build.h22 #define ZEND_TOSTR_(x) #x argument
23 #define ZEND_TOSTR(x) ZEND_TOSTR_(x) argument

Completed in 45 milliseconds

12345678910>>...47