Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...73

/php-src/ext/opcache/tests/jit/
H A Dinc_005.phpt14 $x = 1;
15 $x += 0;
16 var_dump(++$x); // mem -> mem, mem
17 var_dump($x);
H A Dassign_dim_007.phpt10 $GLOBALS['x'] = $GLOBALS['y'];
13 function x(&$s) {
17 x($y);
18 var_dump($x,$y);
H A Dinc_013.phpt14 $x = 1.0;
15 $x += 0;
16 var_dump(++$x); // mem -> mem, mem
17 var_dump($x);
H A Dreg_alloc_019.phpt11 $x != $y;
12 $x =- +$y;
13 $x != $y;
14 $x = $y;
H A Dfetch_dim_r_003.phpt27 $x = "a";
30 var_dump($a[$x . $y]);
34 var_dump($a["2x"]);
35 $x = "2";
36 $y = "x";
37 var_dump($a[$x . $y]);
61 Warning: Illegal string offset "2x" in %sfetch_dim_r_003.php on line 24
64 Warning: Illegal string offset "2x" in %sfetch_dim_r_003.php on line 27
/php-src/Zend/tests/
H A Dgh13446_2.phpt5 $x = new \stdClass();
6 $handler = function ($ex) use (&$handler, $x) {
8 var_dump($x);
10 unset($x);
H A Dunset_cv04.phpt6 $x = "ok\n";
7 echo $x;
9 echo $x;
16 Warning: Undefined variable $x in %s on line %d
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);
/php-src/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-src/ext/reflection/tests/
H A Dbug80564.phpt7 public static $x = 'default';
10 A::$x = new stdClass;
12 $rp = new ReflectionProperty('A', 'x');
17 Property [ public static $x = 'default' ]
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-src/Zend/tests/constexpr/
H A Dnew_static.phpt8 static $x = new static;
9 return $x;
13 $x = Foo::singleton();
15 var_dump($x, $y);
/php-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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());
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt48 42, 42.0, INF, "42", "42.0", "42x", "x", "",
101 "42x" => true
102 "x" => true
117 "42x" => true
118 "x" => true
133 "42x" => "42x"
134 "x" => "x"
149 "42x" => "42x"
150 "x" => "x"
181 "42x" => "42x"
[all …]

Completed in 55 milliseconds

1...<<11121314151617181920>>...73