Home
last modified time | relevance | path

Searched refs:y (Results 201 – 225 of 468) sorted by relevance

12345678910>>...19

/PHP-7.3/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-7.3/ext/intl/tests/
H A Dbug69374.phpt10 $pattern1 = '\'tháng\' MM, y'; // yMM format for Vietnamese
11 $pattern2 = 'y년 MMM'; // yMM format for Korean
H A Dcollator_sort_with_sort_keys.phpt67 array( 'y' , 'i' , 'k' )
82 array( 'y' , 'i' , 'k' )
163 2 => 'y',
187 1 => 'y',
H A Dcollator_sort_with_sort_keys_variant2.phpt67 array( 'y' , 'i' , 'k' )
82 array( 'y' , 'i' , 'k' )
163 2 => 'y',
187 1 => 'y',
/PHP-7.3/ext/gd/tests/
H A Dbug73155.phpt19 printf("y chunk count: %d\n", $header['y_count']);
26 y chunk count: 1
H A Dfunc.inc98 for ($y = 0; $y < $exp_y; $y++) {
100 $exp_c = imagecolorat($expected, $x, $y);
101 $act_c = imagecolorat($actual, $x, $y);
H A Dbug67447.phpt15 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
25 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
/PHP-7.3/ext/soap/tests/
H A Dserver012.phpt9 function Add($x,$y) {
10 return $x+$y;
H A Dtransport001.phpt7 function Add($x,$y) {
8 return $x+$y;
/PHP-7.3/Zend/tests/
H A Ddereference_014.phpt10 static public $y;
17 return self::$y;
H A Dbug52193.phpt17 var_dump($y = $x[0]);
18 var_dump($y());
H A Dnowdoc_014.phpt15 $y = 2;
22 …lt;&lt;'EOT'<br />EOT<br />&nbsp;&nbsp;</span><span style="color: #0000BB">$y&nbsp;</span><span st…
H A Dclosure_020.phpt21 $y = $foo->x();
22 var_dump($y()->test);
/PHP-7.3/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-7.3/ext/opcache/
H A Dshared_alloc_shm.c43 # define MIN(x, y) ((x) > (y)? (y) : (x)) argument
/PHP-7.3/ext/standard/tests/array/
H A D001.phpt23 for ($y = 1; $y < $depth; ++$y) {
/PHP-7.3/ext/reflection/tests/
H A Dparameters_001.phpt7 function func($x, $y = NULL){
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
/PHP-7.3/sapi/phpdbg/tests/
H A Dbreakpoints_002.phpt8 y
21 prompt> Do you really want to restart execution? (type y or n): [Breakpoint #1 at %s:3, hits: 1]
/PHP-7.3/ext/date/tests/
H A Dbug53437_var2.phpt17 ["y"]=>
51 ["y"]=>
H A Dbug52808.phpt29 ["y"]=>
63 ["y"]=>
97 ["y"]=>
H A Dbug53437_var4.phpt12 $df->y,
26 ["y"]=>
H A Dbug79015.phpt5 $payload = 'O:12:"DateInterval":16:{s:1:"y";i:1;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:0;s:1:"i";i:0;s:1…
10 ["y"]=>
/PHP-7.3/tests/lang/
H A Dexecution_order.phpt99 $y = 3;
100 $z = $x - ($x=$y);
106 $y = 3;
107 $z = ($x=$y) - $x;
/PHP-7.3/ext/pcre/tests/
H A Dpreg_replace2.phpt19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
44 string(3) "x$y"
/PHP-7.3/ext/simplexml/tests/
H A Dbug51615.phpt11 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>');
30 ["y"]=>

Completed in 32 milliseconds

12345678910>>...19