Home
last modified time | relevance | path

Searched refs:y (Results 301 – 325 of 634) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-8.1/ext/opcache/tests/jit/
H A Dgh12512_2.phpt25 $y = $a[$k];
26 $n += $x > $y;
H A Dassign_040.phpt18 +($r = $y);
26 Warning: Undefined variable $y in %s on line %d
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c103 uint32_t x, y; in PRIV() local
122 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
128 y = *data++; in PRIV()
130 if (c >= x && c <= y) return !negated; in PRIV()
/PHP-8.1/sapi/phpdbg/
H A Dcreate-test.php107 $y = trim(fgets(STDIN)); variable
108 if ($y !== "y" && $y !== "yes") {
/PHP-8.1/Zend/tests/
H A Dtemporary_cleaning_013.phpt36 function __set($x, $y) {}
56 function offsetSet($x, $y): void {}
69 function offsetSet($x, $y): void {}
88 function __set($x, $y) {}
111 function __set($x, $y) {}
127 function offsetSet($x, $y): void {}
137 function offsetSet($x, $y): void {}
154 function __set($x, $y) {}
162 function offsetSet($x, $y): void {}
179 function __set($x, $y) {}
[all …]
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
/PHP-8.1/sapi/phpdbg/tests/
H A Dbreakpoints_003.phpt10 y
23 prompt> Do you really want to restart execution? (type y or n): 1234
/PHP-8.1/Zend/tests/type_declarations/intersection_types/
H A Dtyped_reference.phpt14 public X&Y $y;
19 $test->y =& $r;
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_082.phpt11 public static $y = 1;
20 Test::$x =& Test2::$y; // remove the typed ref from $x
H A Dtyped_properties_074.phpt24 $test->prop = "y";
42 string(1) "y"
/PHP-8.1/ext/date/tests/
H A Dbug28088.phpt8 echo gmdate("m/d/y Hi", strtotime("04/04/04 2345")), "\n";
11 echo gmdate("m/d/y Hi", strtotime("04/04/04 0045"))."\r\n";
H A Dbug66721.phpt7 $y = 'O:8:"DateTime":3:{s:4:"date";s:19:"2014-02-15 02:00:51";s:13:"timezone_type";i:3;s:8:"timezon…
8 var_dump(unserialize($y));
H A Dbug52808.phpt29 ["y"]=>
63 ["y"]=>
97 ["y"]=>
/PHP-8.1/Zend/
H A Dbench.php52 $x=0; $y=0; $w2=0; $h2=0; $color=0;
56 for ($y=0 ; $y<=$w1; $y=$y+1) {
57 $imc=$s*($y-$h2)+$imcen;
88 for ($y=30; printf("\n"), $C = $y*0.1 - 1.5, $y--;){
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug47859.phpt12 var_dump(parse_ini_string('k*e*y = "v*a*lue"'));
40 ["k*e*y"]=>
/PHP-8.1/ext/soap/tests/
H A Dtransport001.phpt7 function Add($x,$y) {
8 return $x+$y;
H A Dserver012.phpt9 function Add($x,$y) {
10 return $x+$y;
/PHP-8.1/ext/gd/tests/
H A Dbug67447.phpt11 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
21 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
H A Dbug73155.phpt23 printf("y chunk count: %d\n", $header['y_count']);
29 y chunk count: 1
/PHP-8.1/Zend/tests/fibers/
H A Dfailing-nested-fiber.phpt7 $fiber = new Fiber(function (int $x, int $y): void {
8 Fiber::suspend($x + $y);
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug69425.phpt21 $data = unserialize('a:2:{i:0;O:12:"DateInterval":1:{s:1:"y";R:1;}i:1;i:2;}');
30 ["y"]=>
/PHP-8.1/ext/opcache/
H A Dshared_alloc_shm.c42 # define MIN(x, y) ((x) > (y)? (y) : (x)) argument
/PHP-8.1/ext/standard/tests/array/
H A D001.phpt23 for ($y = 1; $y < $depth; ++$y) {
/PHP-8.1/Zend/tests/constexpr/
H A Dnew_self_parent.phpt11 public static function method($x = new self, $y = new parent) {
12 var_dump($x, $y);
/PHP-8.1/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt68 array( 'y' , 'i' , 'k' )
83 array( 'y' , 'i' , 'k' )
164 2 => 'y',
188 1 => 'y',

Completed in 98 milliseconds

1...<<11121314151617181920>>...26