Home
last modified time | relevance | path

Searched refs:x (Results 276 – 300 of 1790) sorted by relevance

1...<<11121314151617181920>>...72

/PHP-8.3/ext/reflection/tests/
H A DReflectionMethod_getDocComment_property_list.phpt14 $x = "x",
21 $reflection = new ReflectionProperty('\X', 'x');
22 echo 'X::x', PHP_EOL;
34 X::x
/PHP-8.3/ext/intl/tests/
H A Dspoofchecker_007.phpt16 $x = new Spoofchecker();
17 $x->setRestrictionLevel(Spoofchecker::HIGHLY_RESTRICTIVE);
20 var_dump($x->isSuspicious($mixed));
22 $x->setRestrictionLevel(Spoofchecker::SINGLE_SCRIPT_RESTRICTIVE);
25 var_dump($x->isSuspicious($mixed));
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_dim_007.phpt11 $GLOBALS['x'] = $GLOBALS['y'];
14 function x(&$s) {
18 x($y);
19 var_dump($x,$y);
H A Dinc_005.phpt15 $x = 1;
16 $x += 0;
17 var_dump(++$x); // mem -> mem, mem
18 var_dump($x);
H A Dinc_013.phpt15 $x = 1.0;
16 $x += 0;
17 var_dump(++$x); // mem -> mem, mem
18 var_dump($x);
H A Dfetch_dim_r_003.phpt28 $x = "a";
31 var_dump($a[$x . $y]);
35 var_dump($a["2x"]);
36 $x = "2";
37 $y = "x";
38 var_dump($a[$x . $y]);
62 Warning: Illegal string offset "2x" in %sfetch_dim_r_003.php on line 24
65 Warning: Illegal string offset "2x" in %sfetch_dim_r_003.php on line 27
H A Dgh8461-005.inc3 $x = 0;
6 global $x;
7 $x += 1;
/PHP-8.3/Zend/tests/
H A Dtemporary_cleaning_001.phpt11 $x = 2;
13 while ($x-- && new stdClass) {
14 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
H A Dunset_cv11.phpt5 $x = array("default"=>"ok");
6 var_dump($x);
7 $cf = $x;
9 var_dump($x);
H A Dbug80194.phpt6 function test($x) {
7 switch ($x->y) {
16 $x = (object)['y' => 'foobar'];
17 var_dump(test($x));
H A Dadd_optional_by_ref_arg.phpt8 $this->method2($x);
9 var_dump($x);
14 public function method2(&$x = null) {
15 ++$x;
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_001.phpt40 }, 'x');
71 string(%d) "0x%x"
73 string(%d) "0x%x"
75 string(%d) "0x%x"
77 string(%d) "0x%x"
H A Dstack_limit_002.phpt39 }, 'x');
74 string(%d) "0x%x"
76 string(%d) "0x%x"
78 string(%d) "0x%x"
80 string(%d) "0x%x"
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug32776.phpt12 function test($x) {
14 $d = $x;
36 $x = new LocalSoapClient(__DIR__."/bug32776.wsdl",array("trace"=>true,"exceptions"=>false));
37 var_dump($x->test("Hello"));
39 var_dump($x->__getLastRequest());
40 var_dump($x->__getLastResponse());
47 ….xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:test><x xsi:type="xsd:string">Hello</x></SOA…
/PHP-8.3/ext/random/tests/01_functions/
H A Dmt_rand_value.phpt13 $x = 0;
15 $x ^= mt_rand();
17 echo $x.PHP_EOL;
27 $x = 0;
29 $x ^= mt_rand();
31 echo $x.PHP_EOL;
/PHP-8.3/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.3/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.3/ext/spl/tests/
H A DarrayObject_asort_basic2.phpt12 public $prop1 = 'x';
15 public $prop4 = 'x';
32 string(1) "x"
34 string(1) "x"
43 string(1) "x"
45 string(1) "x"
/PHP-8.3/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.3/ext/opcache/tests/
H A Dgh10914.phpt16 $x = new ReflectionEnum(ExampleEnum::class);
17 var_dump($x->getCases()[0]->getValue());
18 var_dump($x->getCases()[0]->getBackingValue());
19 var_dump($x->getCase('FIRST')->getValue());
20 var_dump($x->getCase('FIRST')->getBackingValue());
H A Dssa_bug_003.phpt8 function test1($x) : callable {
9 if ($x == 1) {
11 } elseif ($x == 2) {
14 $c = [$x => &$x];
/PHP-8.3/ext/standard/tests/strings/
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"
/PHP-8.3/ext/dom/tests/
H A Ddom007.phpt51 for($x=0; $x < $length; $x++) {
52 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…
76 for($x=0; $x < $length; $x++) {
77 $xkeys[] = "Index: ".$ents->item($x)->nodeName."\n";
/PHP-8.3/ext/odbc/
H A Dphp_odbc_includes.h260 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR || x == SQL_WLONGVARCHAR) argument
267 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR) argument
274 #define IS_SQL_BINARY(x) (x == SQL_BINARY || x == SQL_VARBINARY || x == SQL_LONGVARBINARY) argument
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsessionhandler_open_001.phpt9 $x = new SessionHandler;
12 $x->open('','');
18 $x->open('','');
24 $x->open('','');
30 $x->open('','');

Completed in 27 milliseconds

1...<<11121314151617181920>>...72