Home
last modified time | relevance | path

Searched refs:y (Results 126 – 150 of 337) sorted by relevance

12345678910>>...14

/PHP-5.4/ext/date/tests/
H A Ddate_format_basic1.phpt18 var_dump( date_format($date, "m.d.y") );
21 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
22 var_dump( date_format($date, '\i\t \i\s \t\h\e jS \d\a\y.') );
H A DDateTime_format_basic1.phpt18 var_dump( $date->format( "m.d.y") );
21 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
22 var_dump( $date->format( '\i\t \i\s \t\h\e jS \d\a\y.') );
H A Ddate_basic1.phpt18 var_dump( date("m.d.y", $timestamp) );
21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
22 var_dump( date('\i\t \i\s \t\h\e jS \d\a\y.', $timestamp) );
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 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.4/ext/xmlreader/tests/
H A Dbug42139.phpt14 <!ENTITY x "y">
30 3, #text, y
/PHP-5.4/main/
H A Dwin95nt.h36 #define lstat(x, y) php_sys_lstat(x, y) argument
/PHP-5.4/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.4/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.4/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 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 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
/PHP-5.4/ext/standard/tests/array/
H A D001.phpt23 for ($y = 1; $y < $depth; ++$y) {
/PHP-5.4/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.4/ext/reflection/tests/
H A Dparameters_001.phpt7 function func($x, $y = NULL){
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
/PHP-5.4/ext/gd/
H A Dgd.c2049 int x,y; in PHP_FUNCTION() local
2050 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2109 int x,y; in PHP_FUNCTION() local
2110 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
3186 for (y = 0; y < gdImageSY(im); y++) { in PHP_FUNCTION()
3621 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3666 y = Y; in php_imagechar()
4535 int x, y; in _php_image_bw_convert() local
4560 for (y = 0; y < dest_height; y++) { in _php_image_bw_convert()
4598 int x, y; in _php_image_convert() local
[all …]
/PHP-5.4/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.4/tests/lang/
H A Dexecution_order.phpt99 $y = 3;
100 $z = $x - ($x=$y);
106 $y = 3;
107 $z = ($x=$y) - $x;

Completed in 158 milliseconds

12345678910>>...14