Home
last modified time | relevance | path

Searched refs:x (Results 451 – 475 of 1783) sorted by relevance

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

/PHP-8.3/ext/opcache/tests/opt/
H A Ddce_008.phpt14 function esc(int $x) {
15 $a[0] = $x;
31 0000 CV0($x) = RECV 1
33 0002 OP_DATA CV0($x)
H A Dsccp_020.phpt14 $a->x = 5;
15 $b->x = 42;
16 echo $a->x;
H A Dsccp_018.phpt15 $a->x = 5;
16 $b->x = 42;
17 echo $a->x;
/PHP-8.3/ext/reflection/tests/
H A Dnew_in_attributes.phpt8 public function __construct(public $x, public $y) {}
28 #[MyAttribute(y: new stdClass, x: null)]
48 ["x"]=>
60 ["x"]=>
64 ["x"]=>
/PHP-8.3/ext/oci8/tests/
H A Dbug44113.phpt29 for ($x = 0; $x < 70000; $x++) {
31 print "Failed new collection creation on $x\n";
36 print "Completed $x\n";
/PHP-8.3/ext/standard/tests/mail/
H A Dmail_null_bytes.phpt7 mail("foo\0bar", "x", "y");
12 mail("x", "foo\0bar", "y");
17 mail("x", "y", "foo\0bar");
22 mail("x", "y", "z", "foo\0bar");
27 mail("x", "y", "z", "q", "foo\0bar");
/PHP-8.3/ext/mbstring/tests/
H A Dmb_send_mail_null_bytes.phpt9 mb_send_mail("foo\0bar", "x", "y");
14 mb_send_mail("x", "foo\0bar", "y");
19 mb_send_mail("x", "y", "foo\0bar");
24 mb_send_mail("x", "y", "z", "foo\0bar");
29 mb_send_mail("x", "y", "z", "q", "foo\0bar");
/PHP-8.3/ext/opcache/tests/jit/
H A Dinc_007.phpt15 $x = 1;
16 $x += 0;
17 return ++$x; // mem -> reg, reg
H A Dinc_015.phpt15 $x = 1.0;
16 $x += 0;
17 return ++$x; // mem -> reg, reg
H A Dinc_006.phpt15 $x = 1;
16 var_dump(++$x); // reg -> mem, mem
17 var_dump($x);
H A Dinc_014.phpt15 $x = 1.0;
16 var_dump(++$x); // reg -> mem, mem
17 var_dump($x);
H A Dfetch_obj_009.phpt13 $obj->x[0] = null;
14 $obj->x > $obj->x[0] = null;
H A Dassign_053.phpt12 public string $x;
15 $test->x = " $y ";
16 $r = &$test->x + ($r = $y);
23 Fatal error: Uncaught TypeError: Cannot assign null to reference held by property Test::$x of type …
/PHP-8.3/Zend/tests/
H A Dbug72215_1.phpt13 $x = 1;
14 $y =& test($x);
16 $x = 3;
H A Dindirect_method_call_003.phpt7 public $x = 1;
10 return $this->x;
13 $this->x = $val;
H A Dbug37144.phpt6 $x = new stdClass();
7 $x->bar = array(1);
8 return $x;
H A Dbug72215_2.phpt14 $x = 1;
15 $y =& test($x);
17 $x = 3;
H A Dbug31177-2.phpt10 $x = new foo();
12 $y=$x->__construct(1);
14 var_dump($x);
/PHP-8.3/ext/gd/libgd/
H A Dgdft.c683 x = pen_x + col;
686 if ((x > im->cx2) || (x < im->cx1)) {
743 x = pen_x + col;
746 if (x >= im->sx || x < 0) {
984 penf.x = 0;
987 pen.x = pen.y = 0;
996 penf.x = 0;
1001 pen.x = pen.y = 0;
1090 pen.x += (int)(delta.x * cos_a);
1092 penf.x += delta.x;
[all …]
/PHP-8.3/ext/opcache/tests/
H A Dbug69159.phpt12 myFunction(${"x$i"});
14 function myFunction($x) {
15 var_dump($x);
/PHP-8.3/ext/soap/tests/
H A Dtransport001.phpt7 function Add($x,$y) {
8 return $x+$y;
30 $x = new LocalSoapClient(NULL,array('location'=>'test://',
32 var_dump($x->Add(3,4));
/PHP-8.3/ext/pcre/tests/
H A Dmatch_flags2.phpt6 var_dump(preg_match('/x(.)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
9 var_dump(preg_match('/(.)x/', 'fjszxax', $match, PREG_OFFSET_CAPTURE, 4));
12 var_dump(preg_match('/(?P<capt1>.)(x)(?P<letsmix>\S+)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
77 string(1) "x"
/PHP-8.3/ext/exif/tests/
H A Dbug60150.phpt16 Warning: exif_read_data(bug60150.jpg): Error reading from file: got=x%x(=%d) != itemlen-%d=x%x(=%d)…
/PHP-8.3/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt9 $format1 = "%x %x %x %x %x %x";
/PHP-8.3/ext/intl/tests/
H A Dlocale_get_region.phpt48 'de-CH-x-phonebk',
49 'az-Arab-x-AZE-derbend',
54 'x-whatever',
55 'qaa-Qaaa-QM-x-southern',
61 'zh-CN-a-myExt-x-private',
110 de-CH-x-phonebk: region='CH'
111 az-Arab-x-AZE-derbend: region='%r(X)?%r'
114 x-whatever: region=''
115 qaa-Qaaa-QM-x-southern: region='QM'
119 zh-CN-a-myExt-x-private: region='CN'

Completed in 33 milliseconds

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