Home
last modified time | relevance | path

Searched refs:z (Results 51 – 75 of 336) sorted by path

12345678910>>...14

/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re378 in.begin->z = 0;
391 in.end->z = 0;
H A Dparse_tz.c702 return t->z + (t->dst * 3600); in timelib_get_current_offset()
H A Dtimelib.c294 printf(" GMT %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
308 printf(" %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); in timelib_dump_date()
H A Dtimelib.h210 int z; /* UTC offset in seconds */ member
H A Dtm2unixtime.c433 return -tz->z; in do_adjust_timezone()
440 tmp = -tz->z; in do_adjust_timezone()
470 tmp = -tz->z; in do_adjust_timezone()
479 tz->z = gmt_offset->offset; in do_adjust_timezone()
522 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
H A Dunixtime2tm.c111 tm->z = 0; in timelib_unixtime2gmt()
122 int z = tm->z; in timelib_update_from_sse() local
130 timelib_unixtime2gmt(tm, tm->sse + tm->z + (tm->dst * 3600)); in timelib_update_from_sse()
153 tm->z = z; in timelib_update_from_sse()
165 int z = tm->z; in timelib_unixtime2local() local
168 timelib_unixtime2gmt(tm, ts + tm->z + (tm->dst * 3600)); in timelib_unixtime2local()
171 tm->z = z; in timelib_unixtime2local()
183 tm->z = gmt_offset->offset; in timelib_unixtime2local()
207 t->z = utc_offset; in timelib_set_timezone_from_offset()
221 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c1142 offset->offset = (t->z); in date_format()
2384 new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset; in date_object_clone_timezone()
2385 new_obj->tzi.z.dst = old_obj->tzi.z.dst; in date_object_clone_timezone()
2386 new_obj->tzi.z.abbr = timelib_strdup(old_obj->tzi.z.abbr); in date_object_clone_timezone()
2414 return strcmp(o1->tzi.z.abbr, o2->tzi.z.abbr) ? 1 : 0; in date_object_compare_timezone()
2745 new_dst = tzobj->tzi.z.dst; in php_date_initialize()
2763 now->z = new_offset; in php_date_initialize()
2766 now->z = new_offset; in php_date_initialize()
3475 tzobj->tzi.z.utc_offset = t->z; in set_timezone_from_timelib_time()
3590 RETVAL_LONG(dateobj->time->z); in PHP_FUNCTION()
[all …]
H A Dphp_date.h150 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member
/PHP-7.4/ext/date/tests/
H A D004.phpt14 var_dump(date("z", $t));
H A D009.phpt16 …C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t));
24 …C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t));
H A D009_win32.phpt21 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
31 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A Dbug33532.phpt20 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
29 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
H A Dbug67253.phpt7 $z = '';
8 var_dump(date_parse_from_format("aHa0", "0=G{$z}9UCNnF"));
H A Dbug73426.phpt2 Bug #73426 (createFromFormat with 'z' format char results in incorrect time)
8 $format = 'Y H:i:s z';
12 $format = 'z H:i:s Y';
H A Ddate_interval_prop_dim.phpt6 $z = new Z('P2Y4DT6H8M');
8 $z->prop[1]=10;
10 $z->prop[$i] = $i;
H A Ddate_time_immutable.phpt19 $z = $v;
23 $z = $v;
29 $z = $v;
33 $z = $v;
39 $z = $v;
43 $z = $v;
49 $z = $v;
53 $z = $v;
57 $z = $v;
63 $z = $v;
[all …]
H A Dgmdate_variation3.phpt24 'Day of the year' => 'z'
H A Dgmstrftime_variation5.phpt24 'Time zone offset' => "%z",
H A Didate_variation4.phpt27 'Day of the year' => 'z',
H A Dstrftime_variation5.phpt23 'Time zone offset' => "%z",
/PHP-7.4/ext/dba/
H A Dconfig.m426 if test -z "$THIS_INCLUDE"; then
29 if test -z "$THIS_LIBS"; then
297 if test -z "$THIS_INCLUDE"; then
326 if test -z "$THIS_LIBS"; then
/PHP-7.4/ext/dom/tests/
H A Dbug28817.phpt8 class z extends domDocument{
23 $z=new z();
24 var_dump($z->p_array);
25 var_dump($z->p_variable);
/PHP-7.4/ext/ffi/tests/
H A D002.phpt65 typedef struct {int x, y; int z;} type39;
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1534 z_stream z;
1540 z.next_in = CCAST(Bytef *, old);
1573 uint32_t z = i << 1;
1574 if (z < blen - 2)
1575 snprintf(buf + z, blen - z, "%.2x", d[i]);

Completed in 59 milliseconds

12345678910>>...14