Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...56

/PHP-7.2/Zend/tests/
H A Dbug73181.phpt6 function x() {
7 parse_str("1&x");
11 x();
19 ["x"]=>
H A Dindirect_property_access.phpt7 public $x = 1;
14 $x = 'bar';
19 var_dump((new $x)->y); // foo
20 var_dump((new $bar->y)->x); // 1
H A Dabstract_inheritance_003.phpt6 abstract class A { abstract function bar($x, $y = 0); }
7 abstract class B extends A { abstract function bar($x); }
12 Fatal error: Declaration of B::bar($x) must be compatible with A::bar($x, $y = 0) in %s
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) { }
/PHP-7.2/ext/tidy/tests/
H A D028.phpt7 $x = tidy_parse_string("<body><div>Content</div></body>");
8 var_dump($x->body()->child[0]->name);
9 var_dump($x->body()->child[0]->getParent()->name);
10 var_dump($x->root()->getParent());
/PHP-7.2/ext/session/tests/
H A Dsessionhandler_open_001.phpt9 $x = new SessionHandler;
10 $x->open('','');
11 $x->open('','');
12 $x->open('','');
13 $x->open('','');
/PHP-7.2/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-7.2/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-7.2/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt14 $format1 = "%x";
15 $format2 = "%x %x";
16 $format3 = "%x %x %x";
/PHP-7.2/ext/spl/tests/
H A DarrayObject_asort_basic2.phpt14 public $prop1 = 'x';
17 public $prop4 = 'x';
35 string(1) "x"
37 string(1) "x"
46 string(1) "x"
48 string(1) "x"
H A Dfixedarray_008.phpt15 foreach ($a as $x) {
16 if (is_object($x)) {
17 var_dump($x[0]);
19 var_dump($x);
/PHP-7.2/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-7.2/ext/mbstring/oniguruma/src/
H A Dconfig.h.win3220 #define TOKEN_PASTE(x,y) x##y
24 #define NORETURN(x) __declspec(noreturn) x
26 #define NORETURN(x) x
80 #define RSHIFT(x,y) ((x)>>(int)y)
H A Dconfig.h.win6420 #define TOKEN_PASTE(x,y) x##y
24 #define NORETURN(x) __declspec(noreturn) x
26 #define NORETURN(x) x
80 #define RSHIFT(x,y) ((x)>>(int)y)
/PHP-7.2/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)
H A Dbug51911.phpt8 public function x($x = array(1)) {}
12 $method = $clazz->getMethod('x');
20 $x : array (
/PHP-7.2/ext/gd/tests/
H A Dbug66356.phpt12 var_dump(imagecrop($img, array("x" => "a", "y" => 0, "width" => 10, "height" => 10)));
14 $arr = array("x" => "a", "y" => "12b", "width" => 10, "height" => 10);
19 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => -1, "height" => 10)));
22 var_dump(imagecrop($img, array("x" => -20, "y" => -20, "width" => 10, "height" => 10)));
25 var_dump(imagecrop($img, array("x" => 0x7fffff00, "y" => 0, "width" => 10, "height" => 10)));
28 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => 65535, "height" => 65535)));
35 [x] => a
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-7.2/scripts/dev/
H A Dcheck_parameters.php112 foreach ($m as $x) {
114 if (!in_array($x[1], array('else', 'endif', 'return'))) // hack to skip reserved words
115 $ret[$x[4]] = array($x[1] . $x[2] . $x[3], $x[5]);
118 if ($x[6]) {
119 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
121 $ret[$z[2]] = array($x[1] . $z[1], $z[3]);
164 foreach ($m as $x) {
165 $name = $x[2];
177 $ret[] = array($name, $vars[$name][0] . ($x[1] ? '*' : ''), $vars[$name][1]);
181 if ($x[3]) {
/PHP-7.2/ext/date/tests/
H A Ddate_time_immutable-inherited.phpt12 $x = $v->getTimezone();
13 var_dump($x->getName());
17 $x = $v->getTimestamp();
18 var_dump($x);
/PHP-7.2/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-7.2/ext/intl/tests/
H A Dlocale_lookup.phpt31 'sl_IT_nedis-a-kirti-x-xyz',
41 'zh-Hant-CN-x-prv1-prv2'
73 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
79 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
85 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
91 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
97 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
H A Dlocale_lookup_variant2.phpt31 'sl_IT_nedis-a-kirti-x-xyz',
41 'zh-Hant-CN-x-prv1-prv2'
73 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
79 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
85 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
91 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
97 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput267 /\x{110000}/8
8 Failed: character value in \x{} or \o{} is too large at offset 9
11 Failed: character value in \x{} or \o{} is too large at offset 10
14 \x{110000}
/PHP-7.2/ext/odbc/
H A Dphp_odbc_includes.h291 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR || x == SQL_WLONGVARCHAR) argument
298 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR) argument
305 #define IS_SQL_BINARY(x) (x == SQL_BINARY || x == SQL_VARBINARY || x == SQL_LONGVARBINARY) argument

Completed in 50 milliseconds

1...<<11121314151617181920>>...56