Home
last modified time | relevance | path

Searched refs:x (Results 326 – 350 of 1790) sorted by relevance

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

/PHP-8.3/Zend/tests/
H A Dbug46106.phpt11 function test($x) {
14 $x->invokeArgs(array(0));
17 $x = new ReflectionFunction('str_pad');
19 test($x);
H A Dclosure_019.phpt6 $lambda = function &(&$x) {
7 return $x = $x * $x;
29 Fatal error: Uncaught Error: {closure}(): Argument #1 ($x) could not be passed by reference in %s:%d
H A Dbug75420.16.phpt6 public function offsetExists($x): bool { }
7 public function offsetGet($x): mixed { }
8 public function offsetSet($x, $y): void { $GLOBALS["obj"] = 24; var_dump($this); }
9 public function offsetUnset($x): void { }
H A Dbug60139.phpt8 public $x;
11 $this->x = function() {};
16 public $x;
20 $this->x = function() use ($self) {};
H A Dbug80391.phpt9 public function method3(iterable $x) {}
10 public function method4(iterable $x) {}
16 public function method3(mixed $x) {}
17 public function method4(array|object $x) {}
H A Dstatic_variable_in_private_trait_method.phpt8 static $x;
9 if ($x === null) $x = new stdClass;
10 return $x;
H A Dbug60536_001.phpt5 trait T { private $x = 0; }
12 return ++$this->x;
18 return ++$this->x;
26 Warning: Undefined property: Z::$x in %s on line %d
H A Ddereference_007.phpt9 public $x = array();
12 return $this->x;
16 return $x;
36 Warning: Undefined variable $x in %s on line %d
/PHP-8.3/ext/intl/tests/
H A Dlocale_lookup.phpt32 'sl_IT_nedis-a-kirti-x-xyz',
42 'zh-Hant-CN-x-prv1-prv2'
74 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
80 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
86 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
92 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
98 …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.phpt32 'sl_IT_nedis-a-kirti-x-xyz',
42 'zh-Hant-CN-x-prv1-prv2'
74 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
80 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
86 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
92 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
98 …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_variant3.phpt32 'sl_IT_nedis-a-kirti-x-xyz',
42 'zh-Hant-CN-x-prv1-prv2'
74 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
80 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
86 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
92 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
98 …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_get_keywords2.phpt53 'de-CH-x-phonebk',
54 'az-Arab-x-AZE-derbend',
59 'x-whatever',
60 'qaa-Qaaa-QM-x-southern',
66 'zh-CN-a-myExt-x-private',
111 i-enochian: Key is x and Value is i-enochian
127 de-CH-x-phonebk: Key is x and Value is phonebk
129 az-Arab-x-AZE-derbend: Key is x and Value is aze-derbend
133 x-whatever: Key is x and Value is whatever
135 qaa-Qaaa-QM-x-southern: Key is x and Value is southern
[all …]
/PHP-8.3/ext/spl/tests/
H A Dbug79987.phpt9 $x = new BadSplFileInfo();
14 var_dump($x->getLinkTarget());
19 var_dump($x->getFilename());
24 var_dump($x->getExtension());
29 var_dump($x->getBasename());
/PHP-8.3/Zend/tests/named_params/
H A Dbacktrace.phpt13 test(1, 2, x: 3, y: 4);
36 ["x"]=>
43 #0 %s(10): test(1, 2, x: 3, y: 4)
59 ["x"]=>
68 #0 %s(%d): test(1, 2, x: 3, y: 4)
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh8461-001.inc3 $x = 0;
11 global $x;
12 $x += self::A;
H A Dgh8461-002.inc3 $x = 0;
11 global $x;
12 $x += self::A;
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.3/ext/gd/libgd/
H A Dgd_intern.h11 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
/PHP-8.3/ext/phar/tests/
H A Drename_dir_and_mount.phpt17 $files['a/x'] = 'a';
18 $files['a/b/x'] = 'a';
25 var_dump(file_exists($pname . '/a/x'));
27 var_dump(file_exists($pname . '/a/b/x'));
33 var_dump(file_exists($pname . '/a/x'));
35 var_dump(file_exists($pname . '/a/b/x'));
39 var_dump(file_exists($pname . '/b/x'));
41 var_dump(file_exists($pname . '/b/b/x'));
/PHP-8.3/ext/standard/tests/strings/
H A Dsprintf_variation54.phpt6 $formats = ['s', 'd', 'u', 'f', 'c', 'x'];
185 x with null:
188 x with false:
191 x with true:
194 x with 2:
197 x with 3.5:
200 x with "foo":
203 x with []:
206 x with [1]:
209 x with resource:
[all …]
H A Dsprintf_basic9.phpt11 $format1 = "%x";
12 $format2 = "%x %x";
13 $format3 = "%x %x %x";
/PHP-8.3/tests/classes/
H A D__set__get_001.phpt7 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
12 if (isset($this->x[$nm])) {
13 $r = $this->x[$nm];
25 if (isset($this->x[$nm])) {
26 $this->x[$nm] = $val;
61 ["x"]=>
/PHP-8.3/ext/phar/tests/tar/
H A Drename_dir.phpt21 $files['a/x'] = 'a';
31 echo file_get_contents($alias . '/a/x') . "\n";
33 echo file_get_contents($alias . '/b/x') . "\n";
34 echo file_get_contents($alias . '/a/x') . "\n";
42 …ning: file_get_contents(phar://%srename_dir.phar.tar/a/x): Failed to open stream: phar error: "a/x
/PHP-8.3/ext/pcre/tests/
H A Dbug76909.phpt13 $reg0 = "/^[\x{0100}-\x{017f}]{1,63}$/iu";
14 $reg1 = "/(*NO_JIT)^[\x{0100}-\x{017f}]{1,63}$/iu";
/PHP-8.3/Zend/tests/traits/
H A Dabstract_method_10.phpt7 abstract private function method(self $x): self;
13 private function method(int $x): int { }
19 Fatal error: Declaration of C::method(int $x): int must be compatible with T::method(C $x): C in %s…

Completed in 20 milliseconds

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