Home
last modified time | relevance | path

Searched refs:W (Results 1 – 25 of 139) sorted by path

123456

/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt10 �p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
/php-src/Zend/tests/type_declarations/dnf_types/
H A Ddnf_2_intersection.phpt6 interface W {}
12 class B implements W, Z {}
15 function foo1((X&Y)|(W&Z) $v): (X&Y)|(W&Z) {
18 function foo2((W&Z)|(X&Y) $v): (W&Z)|(X&Y) {
22 function bar1(): (X&Y)|(W&Z) {
25 function bar2(): (W&Z)|(X&Y) {
62 bar1(): Return value must be of type (X&Y)|(W&Z), C returned
63 bar2(): Return value must be of type (W&Z)|(X&Y), C returned
/php-src/build/
H A Dlibtool.m4928 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
4946 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl_clientkey.pem29 W+x5mGeObcpKCVMCggEBAN+vXiW1U76yKvQiLL2PUFE3bDn6oYgxtFwnrnkb/8Ru
H A Dcurl_setopt_ssl_serverkey.pem31 W+iDfHNbw5Jn97M4HtS78x9Kwlaxf365TDtCVVcgiIPy0Ai8ACGFESd6SXCD9yqv
/php-src/ext/date/lib/
H A Dparse_date.re1111 isoweekday = year4 "-"? "W" weekofyear "-"? [0-7];
1112 isoweek = year4 "-"? "W" weekofyear;
H A Dparse_iso_intervals.re196 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "…
201 isoweekday = year4 "-"? "W" weekofyear "-"? [0-7];
202 isoweek = year4 "-"? "W" weekofyear;
263 case 'W': s->period->d += nr * 7; break;
/php-src/ext/date/tests/
H A D009.phpt14 …%b %B %c %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…
19 …%b %B %c %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…
H A D009_win32.phpt19 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));
27 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 Dbug33452.phpt6 echo date('Y-W', strtotime('2005-1-1')), "\n";
7 echo date('o-W', strtotime('2005-1-1')), "\n";
H A Dbug33957.phpt2 Bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number)
8 echo "1992-12-$i ", date("W", strtotime("1992-12-$i")), "\n";
11 echo "1993-01-$i ", date("W", strtotime("1993-01-$i")), "\n";
23 echo sprintf(" %02d-", date("W", strtotime("$year-12-$i")));
31 echo sprintf(" %02d-", date("W", strtotime("$year-1-$i")));
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 Dbug66985.phpt9 "Portugal", "PST8PDT", "Singapore", "Turkey", "Universal", "W-SU",
154 [timezone] => W-SU
H A Dbug77243-001.phpt13 echo date('Y-m-d o-W-N', $time + ($i * 86400)), "\n";
H A Dbug77243-002.phpt19 echo date('Y-m-d o-W-N', $startingPoint + ($i * 86400)), "\n";
H A Dgmdate_variation5.phpt12 var_dump( gmdate('W') );
13 var_dump( gmdate('W', $timestamp) );
H A Dgmstrftime_variation3.phpt15 'Week number of the year in decimal number' => "%W",
H A Didate_variation4.phpt18 'ISO-8601 week number' => 'W',
H A Dstrftime_variation3.phpt16 'Week number of the year in decimal number' => "%W",
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddtoa.c77 lexbor_grisu2_gen(lexbor_diyfp_t W, lexbor_diyfp_t Mp, uint64_t delta, in lexbor_grisu2_gen() argument
99 wp_w = lexbor_diyfp_sub(Mp, W); in lexbor_grisu2_gen()
218 lexbor_diyfp_t v, w_m, w_p, c_mk, W, Wp, Wm; in lexbor_grisu2() local
225 W = lexbor_diyfp_mul(lexbor_diyfp_normalize(v), c_mk); in lexbor_grisu2()
233 return lexbor_grisu2_gen(W, Wp, Wp.significand - Wm.significand, begin, end, in lexbor_grisu2()
/php-src/ext/exif/tests/
H A Dexif012.phpt79 string(1) "W"
H A Dexif013.phpt79 string(1) "W"
H A Dexif014.phpt105 string(1) "W"
H A Dexif015.phpt105 string(1) "W"
H A Dexif020.phpt1634 string(1) "W"

Completed in 39 milliseconds

123456