Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/standard/tests/strings/
H A Dbug68710.phpt19 $y = unserialize($z);
20 $z = serialize($y);
H A Ducwords_variation4.phpt33 "P't'y 't it's ",
50 "/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/",
89 string(14) "P't'y 't It's "
122 string(37) "/test/r Est\ucwords \y\y\u \yy\ /uu/"
/PHP-5.5/Zend/tests/
H A Dbug44141.phpt22 $y = Y::cheat(5);
23 echo $y->x, PHP_EOL;
H A Ddereference_013.phpt11 public function __call($x, $y) {
13 $this->x[] = $y[0];
H A Dns_001.phpt25 $y = new \test\ns1\Foo;
26 $y->bar();
H A Ddereference_014.phpt10 static public $y;
17 return self::$y;
/PHP-5.5/ext/gd/libgd/
H A Dgddemo.c71 points[0].y = 0; in main()
73 points[1].y = 128; in main()
75 points[2].y = 128; in main()
/PHP-5.5/ext/gd/tests/
H A Dbug24594.phpt20 for ($y=0;$y<36;$y+=2) {
21 imagesetpixel($tile,$x,$y,$black);
/PHP-5.5/ext/date/lib/
H A Dtimelib.c31 #define TIMELIB_LLABS(y) (y < 0 ? (y * -1) : y) argument
210 d->sse, d->y < 0 ? "-" : "", TIMELIB_LLABS(d->y), d->m, d->d, d->h, d->i, d->s); in timelib_dump_date()
240 d->relative.y, d->relative.m, d->relative.d, d->relative.h, d->relative.i, d->relative.s); in timelib_dump_date()
275 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug45706.phpt13 $y = unserialize($s);
14 var_dump($y);
/PHP-5.5/ext/reflection/tests/
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
25 $y : array (
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_xclass.c102 pcre_uint32 x, y; in PRIV() local
121 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
127 y = *data++; in PRIV()
129 if (c >= x && c <= y) return !negated; in PRIV()
/PHP-5.5/ext/date/tests/
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 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 Ddate_interval_create_from_date_string.phpt21 var_dump($i->y);
25 var_dump($i->y);
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"]=>
/PHP-5.5/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-5.5/ext/xmlreader/tests/
H A Dbug42139.phpt14 <!ENTITY x "y">
30 3, #text, y
/PHP-5.5/main/
H A Dwin95nt.h36 #define lstat(x, y) php_sys_lstat(x, y) argument
/PHP-5.5/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.5/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.5/ext/opcache/
H A Dshared_alloc_shm.c43 # define MIN(x, y) ((x) > (y)? (y) : (x)) argument
/PHP-5.5/ext/standard/tests/array/
H A D001.phpt23 for ($y = 1; $y < $depth; ++$y) {

Completed in 42 milliseconds

12345678910>>...15