Home
last modified time | relevance | path

Searched refs:x (Results 76 – 100 of 1557) sorted by relevance

12345678910>>...63

/PHP-8.0/ext/opcache/tests/jit/
H A Dcmp_006.phpt13 $x = 1;
15 var_dump($x == 1);
19 $x = 1.0;
21 var_dump($x == 1.0);
25 $x = 1;
30 var_dump($x == $y);
34 $x = 1.0;
39 var_dump($x == $y);
47 Warning: Undefined variable $x in %s on line %d
50 Warning: Undefined variable $x in %s on line %d
/PHP-8.0/ext/gd/libgd/
H A Dgd_filter.c71 for (x = 0; x < im->sx; x++) { in gdImageScatterEx()
93 for (x = 0; x < im->sx; x++) { in gdImageScatterEx()
116 int x, y; in gdImageNegate() local
129 for (x=0; x<src->sx; ++x) { in gdImageNegate()
149 int x, y; in gdImageGrayScale() local
166 for (x=0; x<src->sx; ++x) { in gdImageGrayScale()
205 for (x=0; x<src->sx; ++x) { in gdImageBrightness()
251 for (x=0; x<src->sx; ++x) { in gdImageContrast()
306 for (x=0; x<src->sx; ++x) { in gdImageColor()
363 for(x=0; x<src->sx; x++) { in gdImageConvolution()
[all …]
/PHP-8.0/Zend/tests/
H A Dclosure_002.phpt6 $x = 4;
8 $lambda1 = function () use ($x) {
9 echo "$x\n";
12 $lambda2 = function () use (&$x) {
13 echo "$x\n";
18 $x++;
H A Doffset_assign.phpt2 Crash on $x['2x']['y'] += 1 when $x is string
5 $x = "a";
6 $x['2x']['y'] += 1;
11 Warning: Illegal string offset "2x" in %s on line %d
H A Dns_036.phpt10 function f1($x = ArrayObject::STD_PROP_LIST) {
11 var_dump($x);
13 function f2($x = \ArrayObject::STD_PROP_LIST) {
14 var_dump($x);
16 function f3($x = \A\ArrayObject::STD_PROP_LIST) {
17 var_dump($x);
19 function f4($x = B\ArrayObject::STD_PROP_LIST) {
20 var_dump($x);
H A Dclosure_003.phpt7 $x = 4;
9 $lambda1 = function () use ($x) {
10 echo "$x\n";
13 $lambda2 = function () use (&$x) {
14 echo "$x\n";
19 $x++;
H A Dns_074.phpt8 $x = function (\stdclass $x = NULL) {
9 var_dump($x);
14 $x(NULL);
15 $x(new stdclass);
16 $x(new \stdclass);
H A Dtemporary_cleaning_005.phpt17 $x = 2;
19 while ($x-- && new stdClass) {
20 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
34 $x = 2;
36 while ($x-- && new stdClass) {
37 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
H A Ddereference_013.phpt9 public $x = array(2);
11 public function __call($x, $y) {
12 if (count($this->x) == 1) {
13 $this->x[] = $y[0];
15 return $this->x;
21 $x = array(1);
23 $foo->b($x)[1] = 3;
H A Dclosure_004.phpt7 $x = 4;
9 $lambda1 = function () use ($x) {
10 echo "$x\n";
13 $lambda2 = function () use (&$x) {
14 echo "$x\n";
15 $x++;
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_071.phpt7 public string $x = "x";
13 $test->x = &$y;
23 ["x"]=>
24 string(1) "x"
28 ["x"]=>
34 ["x"]=>
H A Dtyped_properties_066.phpt7 public float $x = 0.0;
10 $x = new Foo;
11 $y =& $x->x;
13 var_dump($x, 4); /* Optimizer will merge both "4" constants, making it immediately visible */
18 ["x"]=>
/PHP-8.0/tests/lang/
H A Dfunc_num_args.004.phpt5 function valRef($x, &$y) {
6 var_dump($x, $y);
8 $x = 'changed.x';
13 function refVal(&$x, $y) {
14 var_dump($x, $y);
16 $x = 'changed.x';
46 string(9) "changed.x"
H A Dexecution_order.phpt73 $x = 1;
74 $z = $x - ($x++);
79 $x = 1;
80 $z = ($x++) - $x;
85 $x = 1;
86 $z = $x - (++$x);
91 $x = 1;
92 $z = (++$x) - $x;
98 $x = 1;
100 $z = $x - ($x=$y);
[all …]
/PHP-8.0/ext/hash/
H A Dhash_gost.c88 x[0] = x[2]; \
89 x[1] = x[3]; \
90 x[2] = x[4]; \
91 x[3] = x[5]; \
92 x[4] = x[6]; \
93 x[5] = x[7]; \
100 x[0] = x[4]; \
101 x[2] = x[6]; \
106 x[1] = x[5]; \
107 x[3] = x[7]; \
[all …]
/PHP-8.0/ext/ffi/tests/
H A D040.phpt14 $x = FFI::new("int");
15 $x->cdata = 5;
16 var_dump($x);
17 var_dump(FFI::typeof($x));
19 $p = FFI::addr($x);
22 var_dump($x);
23 var_dump(FFI::sizeof($x));
24 var_dump(FFI::alignof($x));
25 FFI::memset($x, ord("a"), 4);
26 var_dump(FFI::string($x, 4));
[all …]
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator.c36 …#define TRANSLITERATOR_EXPOSE_CONST( x ) REGISTER_LONG_CONSTANT( #x, x, CONST_PERSISTENT | CONST_C… in transliterator_register_constants() argument
37 …RATOR_EXPOSE_CLASS_CONST( x ) zend_declare_class_constant_long( Transliterator_ce_ptr, ZEND_STRS( … in transliterator_register_constants() argument
/PHP-8.0/ext/standard/tests/strings/
H A Dunpack_offset.phpt8 printf("0x%08x 0x%08x\n", $a[1], $a[2]);
10 printf("0x%08x 0x%08x\n",
/PHP-8.0/ext/simplexml/tests/
H A Dbug42369.phpt8 $x = simplexml_load_string($xml . "<q><x>foo</x></q>");
12 md5(strval($x->x));
17 md5($x->x);
/PHP-8.0/ext/reflection/tests/
H A Dtraits003.phpt17 $x = new ReflectionClass('foo');
18 var_dump($x->isTrait());
20 $x = new ReflectionClass('bar');
21 var_dump($x->isTrait());
23 $x = new ReflectionClass('baz');
24 var_dump($x->isTrait());
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat.c35 #define DATEFORMATTER_EXPOSE_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_PERSISTENT | CONST_CS) in dateformat_register_constants() argument
36 …EFORMATTER_EXPOSE_CLASS_CONST(x) zend_declare_class_constant_long( IntlDateFormatter_ce_ptr, ZEND_… in dateformat_register_constants() argument
39 …ATTER_EXPOSE_UCAL_CLASS_CONST(x) zend_declare_class_constant_long( IntlDateFormatter_ce_ptr, ZEND_… in dateformat_register_constants() argument
/PHP-8.0/ext/fileinfo/
H A Dmagicdata.patch54 +!:mime image/x-ms-bmp
57 >>4 lelong x \b, %d x
59 >>18 leshort x \b, %d x
60 >>20 leshort x %d
75 >>18 lelong x \b, %d x
77 >>28 leshort x %d
84 >>18 lelong x \b, %d x
88 >>(2.l-4) ulong x PC bitmap, Windows 3.x format
92 >>>18 lelong x \b, %d x
93 >>>22 lelong x %d
[all …]
/PHP-8.0/Zend/
H A Dmicro_bench.php135 $x = Foo::$a;
173 $x = TEST;
179 $x = $_GET;
201 $x = $str[1];
315 $x = new Foo(); variable
316 $x->read_prop(N);
318 $x->write_prop(N);
330 $x->isset_prop(N);
332 $x->empty_prop(N);
334 $x->call(N);
[all …]
/PHP-8.0/ext/opcache/tests/
H A Dleak_001.phpt17 $x = 2;
19 if ($x + $y);
21 if ($x);
23 $a = [[$x]];
28 $x = 2;
29 $a = [1,$x];
/PHP-8.0/ext/standard/tests/array/
H A Darray_merge_replace_recursive_refs.phpt6 $x = 24;
8 $arr2 = [[&$x]];
9 unset($x);
16 $x = 24;
18 $arr2 = [&$x];
19 unset($x);

Completed in 48 milliseconds

12345678910>>...63