Searched refs:y (Results 201 – 225 of 468) sorted by relevance
12345678910>>...19
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | bug47859.phpt | 12 var_dump(parse_ini_string('k*e*y = "v*a*lue"')); 40 ["k*e*y"]=>
|
/PHP-7.3/ext/intl/tests/ |
H A D | bug69374.phpt | 10 $pattern1 = '\'tháng\' MM, y'; // yMM format for Vietnamese 11 $pattern2 = 'y년 MMM'; // yMM format for Korean
|
H A D | collator_sort_with_sort_keys.phpt | 67 array( 'y' , 'i' , 'k' ) 82 array( 'y' , 'i' , 'k' ) 163 2 => 'y', 187 1 => 'y',
|
H A D | collator_sort_with_sort_keys_variant2.phpt | 67 array( 'y' , 'i' , 'k' ) 82 array( 'y' , 'i' , 'k' ) 163 2 => 'y', 187 1 => 'y',
|
/PHP-7.3/ext/gd/tests/ |
H A D | bug73155.phpt | 19 printf("y chunk count: %d\n", $header['y_count']); 26 y chunk count: 1
|
H A D | func.inc | 98 for ($y = 0; $y < $exp_y; $y++) { 100 $exp_c = imagecolorat($expected, $x, $y); 101 $act_c = imagecolorat($actual, $x, $y);
|
H A D | bug67447.phpt | 15 $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 D | server012.phpt | 9 function Add($x,$y) { 10 return $x+$y;
|
H A D | transport001.phpt | 7 function Add($x,$y) { 8 return $x+$y;
|
/PHP-7.3/Zend/tests/ |
H A D | dereference_014.phpt | 10 static public $y; 17 return self::$y;
|
H A D | bug52193.phpt | 17 var_dump($y = $x[0]); 18 var_dump($y());
|
H A D | nowdoc_014.phpt | 15 $y = 2; 22 …lt;<'EOT'<br />EOT<br /> </span><span style="color: #0000BB">$y </span><span st…
|
H A D | closure_020.phpt | 21 $y = $foo->x(); 22 var_dump($y()->test);
|
/PHP-7.3/ext/standard/tests/serialize/ |
H A D | bug69425.phpt | 21 $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 D | shared_alloc_shm.c | 43 # define MIN(x, y) ((x) > (y)? (y) : (x)) argument
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | 001.phpt | 23 for ($y = 1; $y < $depth; ++$y) {
|
/PHP-7.3/ext/reflection/tests/ |
H A D | parameters_001.phpt | 7 function func($x, $y = NULL){ 19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
|
/PHP-7.3/sapi/phpdbg/tests/ |
H A D | breakpoints_002.phpt | 8 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 D | bug53437_var2.phpt | 17 ["y"]=> 51 ["y"]=>
|
H A D | bug52808.phpt | 29 ["y"]=> 63 ["y"]=> 97 ["y"]=>
|
H A D | bug53437_var4.phpt | 12 $df->y, 26 ["y"]=>
|
H A D | bug79015.phpt | 5 $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 D | execution_order.phpt | 99 $y = 3; 100 $z = $x - ($x=$y); 106 $y = 3; 107 $z = ($x=$y) - $x;
|
/PHP-7.3/ext/pcre/tests/ |
H A D | preg_replace2.phpt | 19 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 D | bug51615.phpt | 11 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>'); 30 ["y"]=>
|
Completed in 38 milliseconds
12345678910>>...19