Home
last modified time | relevance | path

Searched refs:y (Results 151 – 175 of 396) sorted by relevance

12345678910>>...16

/PHP-5.6/main/
H A Dwin95nt.h36 #define lstat(x, y) php_sys_lstat(x, y) argument
/PHP-5.6/ext/spl/tests/
H A Dbug70155.phpt5 $inner = 'x:i:0;O:12:"DateInterval":1:{s:1:"y";i:3;};m:a:1:{i:0;R:2;}';
18 ["y"]=>
/PHP-5.6/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-5.6/Zend/tests/
H A Ddereference_014.phpt10 static public $y;
17 return self::$y;
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
H A Dclosure_020.phpt21 $y = $foo->x();
22 var_dump($y()->test);
H A Dbug52193.phpt17 var_dump($y = $x[0]);
18 var_dump($y());
H A Dclosure_027.phpt15 $a = function($x) use ($y) {};
26 Notice: Undefined variable: y in %s on line %d
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…
/PHP-5.6/ext/gd/tests/
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 Dbug73155.phpt19 printf("y chunk count: %d\n", $header['y_count']);
26 y chunk count: 1
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-5.6/ext/date/tests/
H A Dbug52808.phpt29 ["y"]=>
61 ["y"]=>
93 ["y"]=>
H A Dbug53437_var2.phpt17 ["y"]=>
49 ["y"]=>
H A Dbug53437_var4.phpt12 $df->y,
25 ["y"]=>
/PHP-5.6/ext/standard/tests/array/
H A D001.phpt23 for ($y = 1; $y < $depth; ++$y) {
/PHP-5.6/ext/opcache/
H A Dshared_alloc_shm.c43 # define MIN(x, y) ((x) > (y)? (y) : (x)) argument
/PHP-5.6/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-5.6/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-5.6/ext/reflection/tests/
H A Dparameters_001.phpt7 function func($x, $y = NULL){
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
/PHP-5.6/ext/intl/tests/
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-5.6/tests/lang/
H A Dexecution_order.phpt99 $y = 3;
100 $z = $x - ($x=$y);
106 $y = 3;
107 $z = ($x=$y) - $x;
/PHP-5.6/ext/gd/
H A Dgd.c2035 int x,y; in PHP_FUNCTION() local
2036 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2095 int x,y; in PHP_FUNCTION() local
2096 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
3095 for (y = 0; y < gdImageSY(im); y++) { in PHP_FUNCTION()
3543 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3588 y = Y; in php_imagechar()
4437 int x, y; in _php_image_bw_convert() local
4462 for (y = 0; y < dest_height; y++) { in _php_image_bw_convert()
4496 int x, y; in _php_image_convert() local
[all …]

Completed in 53 milliseconds

12345678910>>...16