Home
last modified time | relevance | path

Searched refs:x (Results 151 – 175 of 1783) sorted by relevance

12345678910>>...72

/PHP-8.3/ext/dba/libcdb/
H A Dcdb_make.c145 struct cdb_hplist *x; in cdb_make_finish() local
151 for (x = c->head; x; x = x->next) { in cdb_make_finish()
152 i = x->num; in cdb_make_finish()
154 ++c->count[255 & x->hp[i].h]; in cdb_make_finish()
184 for (x = c->head; x; x = x->next) { in cdb_make_finish()
185 i = x->num; in cdb_make_finish()
187 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
222 for (x = c->head; x; c->head = x) { in cdb_make_finish()
223 x = x->next; in cdb_make_finish()
/PHP-8.3/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
17 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
21 $file_modes = array("x","xb","xt","x+","x+b","x+t");
68 -- Opening file in x --
92 -- Opening file in x+ --
100 -- Opening file in x+b --
118 -- Opening file in x --
142 -- Opening file in x+ --
168 -- Opening file in x --
192 -- Opening file in x+ --
[all …]
H A Dfwrite_variation4.phpt2 Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes
17 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
21 $file_modes = array("x","xb","xt","x+","x+b","x+t");
68 -- Opening file in x --
92 -- Opening file in x+ --
100 -- Opening file in x+b --
118 -- Opening file in x --
142 -- Opening file in x+ --
168 -- Opening file in x --
192 -- Opening file in x+ --
[all …]
/PHP-8.3/Zend/tests/
H A Dns_073.phpt8 $x = function (\stdclass $x = NULL) {
9 var_dump($x);
12 $x(NULL);
13 $x(new \stdclass);
H A Dclosure_018.phpt7 public function test(&$x) {
9 $lambda = function &() use (&$x) {
10 return $x = $x * $x;
20 var_dump($x = $test->test($y));
21 var_dump($y, $x);
H A Dassign_obj_to_ref_inference.phpt7 public int $x = 42;
14 $r->x = 3.141;
15 var_dump(is_float($o->x));
22 $r->x = 3.141;
23 var_dump(is_float($o->x));
29 $GLOBALS['r']->x = 3.141;
30 var_dump(is_float($o->x));
H A Ddereference_003.phpt9 public $x = 2;
11 $x = array();
12 $x[] = new foo;
13 return $x;
31 var_dump($foo->a()[0]->x);
33 var_dump($foo->b()[1][0]->a()[0]->x);
41 ["x"]=>
H A Dunset_cv02.phpt5 $x = "ok\n";
6 echo $x;
7 unset($GLOBALS["x"]);
8 echo $x;
13 Warning: Undefined variable $x in %s on line %d
H A Dtemporary_cleaning_013.phpt35 function __get($x) { return [0]; }
36 function __set($x, $y) {}
56 function offsetSet($x, $y): void {}
58 function offsetUnset($x): void {}
71 function offsetUnset($x): void {}
89 function __set($x, $y) {}
113 function __set($x, $y) {}
158 function __set($x, $y) {}
184 function __set($x, $y) {}
222 function __get($x) {}
[all …]
H A Dbug79836_1.phpt7 $x = 'non-empty';
12 $x = $c . $x;
13 $x = $c . $x;
H A Dobjects_031.phpt6 $x[] = clone new stdclass;
7 $x[] = clone new stdclass;
8 $x[] = clone new stdclass;
10 $x[0]->a = 1;
12 var_dump($x);
H A Dlist_mixed_nested_keyed_unkeyed.phpt7 ["x" => 1, "y" => 2],
8 ["x" => 2, "y" => 1]
11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points;
17 "x" => [1, 2],
21 list("x" => list($x1, $x2), "y" => list($y1, $y2)) = $invertedPoints;
H A Dbug55156.phpt12 $x = new \ReflectionFunction('foo\test');
13 var_dump($x->getDocComment());
21 $x = new \ReflectionClass('foo\bar');
22 var_dump($x->getDocComment());
24 $x = new \ReflectionClass('foo\foo');
25 var_dump($x->getDocComment());
H A Dclosure_005.phpt7 private $x;
9 function __construct($x) {
10 $this->x = $x;
19 $this->x += $val;
25 echo $this->x."\n";
31 echo $this->x."\n";
36 echo $this->x."\n";
/PHP-8.3/ext/gd/tests/
H A Dbug73281.phpt19 list($x, $y) = $coordinate;
20 printf("%3d, %3d: %x\n", $x, $y, imagecolorat($dst, $x, $y));
29 list($x, $y) = $coordinate;
30 printf("%3d, %3d: %x\n", $x, $y, imagecolorat($dst, $x, $y));
/PHP-8.3/ext/simplexml/tests/
H A Dbug66084_0.phpt7 echo var_dump(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n";
8 echo var_dump(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n";
9 echo var_dump(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n";
10 echo var_dump(simplexml_load_string('<a><b/><c><d><x/></d></c></a>')), "\n";
19 ["x"]=>
34 ["x"]=>
49 ["x"]=>
63 ["x"]=>
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_004.phpt46 string(%d) "0x%x"
48 string(%d) "0x%x"
50 string(%d) "0x%x"
52 string(%d) "0x%x"
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_arg_eval.phpt7 public function __construct(public $x) {}
12 $c = new C(x: __FILE__),
27 ["x"]=>
31 ["x"]=>
35 ["x"]=>
39 ["x"]=>
41 ["x"]=>
/PHP-8.3/Zend/tests/type_declarations/
H A Dconfusable_type_warning.phpt7 function test1(integer $x) {}
8 function test2(double $x) {}
9 function test3(boolean $x) {}
10 function test4(resource $x) {}
16 function test5(\integer $x) {}
18 function test7(foo $x) {}
19 function test8(boolean $x) {}
24 function test9(integer $x) {}
30 function test10(\integer $x) {}
32 function test12(foo $x) {}
[all …]
/PHP-8.3/ext/random/tests/01_functions/
H A Dmt_rand_basic.phpt37 for ($x = 0; $x < count($min); $x++) {
39 $res = mt_rand($min[$x], $max[$x]);
41 if (!is_int($res) || $res < intval($min[$x]) || $res > intval($max[$x])) {
42 … echo "FAILED: res = ", $res, " min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
48 echo "PASSED: range min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
H A Drand_basic.phpt37 for ($x = 0; $x < count($min); $x++) {
39 $res = rand($min[$x], $max[$x]);
41 if (!is_int($res) || $res < intval($min[$x]) || $res > intval($max[$x])) {
42 … echo "FAILED: res = ", $res, " min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
48 echo "PASSED: range min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
/PHP-8.3/ext/opcache/tests/opt/
H A Dinference_012.phpt11 unset($x['b'][$closure()]['d']);
12 $x = $arr;
14 $x = $arr;
15 unset($x['b'][$closure()]['d']);
16 $x = $arr;
23 Warning: Undefined variable $x in %sinference_012.php on line 4
/PHP-8.3/Zend/
H A Dzend_strtod_int.h110 #define ACQUIRE_DTOA_LOCK(x) \ argument
111 if (0 == x) { \
113 } else if (1 == x) { \
117 #define FREE_DTOA_LOCK(x) \ argument
118 if (0 == x) { \
120 } else if (1 == x) { \
H A Dzend_strtod.c668 x = b->x;
745 (x) ULong x; in hi0bits() argument
873 for(x = c->x, xa = x + wc; x < xa; x++)
1034 x = b->x;
1200 (x) U *x; in ulp() argument
1337 x = b->x;
1698 x = b->x;
1766 x = b->x;
1975 x = b->x;
2004 x = b->x;
[all …]
/PHP-8.3/ext/spl/tests/
H A Dobserver_009.phpt13 echo ' x ';
21 echo ' x ';
26 Count storage A: 2 x x
27 Count storage B: 2 x x

Completed in 81 milliseconds

12345678910>>...72