Home
last modified time | relevance | path

Searched refs:x (Results 251 – 275 of 1557) sorted by relevance

1...<<11121314151617181920>>...63

/PHP-8.0/ext/phar/tests/
H A Drename_dir.phpt18 $files['a/x'] = 'a';
22 echo file_get_contents($pname . '/a/x') . "\n";
24 echo file_get_contents($pname . '/b/x') . "\n";
25 echo file_get_contents($pname . '/a/x') . "\n";
33 …ning: file_get_contents(phar://%srename_dir.phar.php/a/x): Failed to open stream: phar error: "a/x
/PHP-8.0/ext/phar/tests/zip/
H A Drename_dir.phpt18 $phar['a/x'] = 'a';
23 echo file_get_contents($alias . '/a/x') . "\n";
25 echo file_get_contents($alias . '/b/x') . "\n";
26 echo file_get_contents($alias . '/a/x') . "\n";
34 …ning: file_get_contents(phar://%srename_dir.phar.zip/a/x): Failed to open stream: phar error: "a/x
/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_basic9.phpt9 $format1 = "%x";
10 $format2 = "%x %x";
11 $format3 = "%x %x %x";
H A Dsprintf_variation34.phpt37 "%x", "%xx", "%lx", " %x", "%x ",
38 "\t%x", "\n%x", "%4x", "%30x",
58 string(2) "0x"
70 string(2) "1x"
94 string(9) "80000000x"
106 string(9) "80000001x"
190 string(9) "80000000x"
226 string(3) "53x"
238 string(2) "1x"
250 string(9) "80000000x"
H A Dvfprintf_basic9.phpt9 $format1 = "%x";
10 $format2 = "%x %x";
11 $format3 = "%x %x %x";
/PHP-8.0/ext/opcache/tests/
H A Dssa_bug_003.phpt8 function test1($x) : callable {
9 if ($x == 1) {
11 } elseif ($x == 2) {
14 $c = [$x => &$x];
H A Dbug77434.phpt12 function test(int $x) {
13 $a = ['a' => 0, 'b' => $x];
19 function test2(int $x) {
20 $a = ['a' => 0, 'b' => $x];
/PHP-8.0/tests/lang/
H A Dbug7515.phpt14 $x=ob_get_contents();
23 if ($x == $y) {
27 x=$x
/PHP-8.0/Zend/tests/
H A Dbug75420.16.phpt6 public function offsetExists($x) { }
7 public function offsetGet($x) { }
8 public function offsetSet($x, $y) { $GLOBALS["obj"] = 24; var_dump($this); }
9 public function offsetUnset($x) { }
H A Dbug46106.phpt11 function test($x) {
14 $x->invokeArgs(array(0));
17 $x = new ReflectionFunction('str_pad');
19 test($x);
H A Dbug60139.phpt8 public $x;
11 $this->x = function() {};
16 public $x;
20 $this->x = function() use ($self) {};
H A Dbug60536_001.phpt5 trait T { private $x = 0; }
12 return ++$this->x;
17 return ++$this->x;
25 Warning: Undefined property: Z::$x in %s on line %d
H A Dunset_cv06.phpt11 $_SESSION['x'] = "1\n";
12 echo $_SESSION['x'];
15 echo $_SESSION['x'];
21 Warning: Undefined array key "x" in %s on line %d
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_047.phpt12 $x = (object)['x'=>0];
15 $a=$x->x;
H A Dbw_not_001.phpt11 $x[~"$x"]*=1;
15 Warning: Undefined variable $x in %sbw_not_001.php on line 2
17 Warning: Undefined variable $x in %sbw_not_001.php on line 2
/PHP-8.0/ext/odbc/
H A Dphp_odbc_includes.h254 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR || x == SQL_WLONGVARCHAR) argument
261 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR) argument
268 #define IS_SQL_BINARY(x) (x == SQL_BINARY || x == SQL_VARBINARY || x == SQL_LONGVARBINARY) argument
/PHP-8.0/ext/dom/tests/
H A Ddom007.phpt53 for($x=0; $x < $length; $x++) {
54 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…
78 for($x=0; $x < $length; $x++) {
79 $xkeys[] = "Index: ".$ents->item($x)->nodeName."\n";
/PHP-8.0/ext/gd/libgd/
H A Dgd_gd2.c272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
345 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
359 im->pixels[y][x] = ch; in gdImageCreateFromGd2Ctx()
363 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
580 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2PartCtx()
604 …if ((x >= srcx) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) &&… in gdImageCreateFromGd2PartCtx()
761 for (x = xlo; x < xhi; x++) { in _gdImageGd2()
774 for (x = xlo; x < xhi; x++) { in _gdImageGd2()
811 for (x = 0; x < chunkNum; x++) { in _gdImageGd2()
[all …]
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_spki_verify_basic.phpt44 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
/PHP-8.0/ext/reflection/tests/
H A Dbug38465.phpt11 public function x($a = self::X, $b = Baz::B, $c = 99) {}
54 Foo::x($a = 1)
55 Foo::x($b = 3)
56 Foo::x($c = 99)
62 Foo::x($a = 1)
63 Foo::x($b = 3)
64 Foo::x($c = 99)
/PHP-8.0/ext/sodium/tests/
H A Dexception_trace_without_args.phpt8 function do_memzero($x) {
9 sodium_memzero($x);
12 $x = 42;
13 do_memzero($x);
/PHP-8.0/ext/standard/tests/array/
H A Dbug72116.phpt6 $x = array_fill(0, 1, '..');
7 $x[] = 'a';
8 var_dump($x);
/PHP-8.0/ext/xmlreader/tests/
H A Dbug64230.phpt21 $x = new XMLReader;
22 $x->xml("<root att/>");
23 $x->read();
30 $x = new XMLReader;
31 $x->xml("<root att/>");
32 $x->read();
/PHP-8.0/ext/gd/tests/
H A Dbug53156.phpt12 function draw_and_check_pixel($x, $y)
16 echo (imagecolorat($img, $x, $y) === $black) ? '+' : '-';
17 imagesetpixel($img, $x, $y, $red);
26 $x = ($x1 + $x2) / 2;
28 draw_and_check_pixel($x, $y1);
30 draw_and_check_pixel($x, $y2);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt5 $x = new stdClass();
6 $x->{'\'\\'} = 7;
7 echo var_export($x);

Completed in 35 milliseconds

1...<<11121314151617181920>>...63