Home
last modified time | relevance | path

Searched refs:G (Results 51 – 75 of 97) sorted by relevance

1234

/PHP-8.0/ext/date/tests/
H A D004.phpt21 var_dump(date("G", $t));
H A Dstrftime_variation13.phpt16 'Year with century' => "%G",
H A Dgmstrftime_variation13.phpt16 'Year with century' => "%G",
H A Ddate_basic1.phpt18 var_dump( date("D M j G:i:s T Y", $timestamp) );
H A Ddate_format_basic1.phpt17 var_dump( date_format($date, "D M j G:i:s T Y") );
H A Dstrftime_variation14.phpt22 'Year with century' => "%G",
H A DDateTime_format_basic1.phpt17 var_dump( $date->format( "D M j G:i:s T Y") );
H A Dgmstrftime_variation14.phpt22 'Year with century' => "%G",
H A Dgmdate_variation9.phpt17 '24-hour format without leading zeros' => 'G',
/PHP-8.0/ext/gmp/tests/
H A Dgmp_setbit_long.phpt9 /* This test requires about 8G RAM which likely not to be present on an arbitrary CI. */
/PHP-8.0/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt8 $str = "129 12F 123B -123B 01ABC 1G";
H A Dconvert_uuencode_basic.phpt78 string(82) "M7'0@5&AI<R!3=')I;F<@8V]N=&%I;G,@7'1<="!S;VUE(&-O;G1R;VP@8VAA
H A Ducwords_variation3.phpt59 string(30) "T E S T I N G U C W O R D S "
H A Ducwords_variation4.phpt66 string(30) "T E S T I N G U C W O R D S "
/PHP-8.0/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt22 "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
H A Dmb_encode_mimeheader_basic3.phpt52 string(209) "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
H A Dmb_strripos_variation5_Bug45923.phpt21 $needle_ascii = 'G';
H A Dmb_stripos_variation5_Bug45923.phpt21 $needle_ascii = 'G';
/PHP-8.0/ext/session/
H A Dmod_files.bat36 IF /I %Bits% GEQ 5 SET HashChars=!HashChars! G H I J K L M N O P Q R S T U V
/PHP-8.0/Zend/tests/
H A Dbug55509.phpt2 Bug #55509 (segfault on x86_64 using more than 2G memory)
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c489 #define G(L)(L->l_G) macro
553 global_State*g=G(L); in luaM_realloc_()
1032 if(G(L)->panic){
1034 G(L)->panic(L);
1266 tb=&G(L)->strt;
1297 tb=&G(L)->strt;
1313 for(o=G(L)->strt.hash[lmod(h,G(L)->strt.size)];
1999 G(L)->strt.nuse--;
2294 G(L)=g;
2316 luaM_freearray(L,G(L)->strt.hash,G(L)->strt.size,TString*);
[all …]
/PHP-8.0/build/
H A Dax_func_which_gethostbyname_r.m431 # Autoconf 2.5x, and updated for 2.68 by Daniel Richard G.
36 # Copyright (c) 2008 Daniel Richard G. <skunk@iskunk.org>
/PHP-8.0/ext/filter/tests/
H A D043.phpt85 string(1) "G"
/PHP-8.0/ext/gd/libgd/
H A Dgd.c343 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
345 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
364 float R, G, B; member
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
383 w = MIN3 (R, G, B); in RGB_to_HWB()
384 v = MAX3 (R, G, B); in RGB_to_HWB()
389 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
390 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
/PHP-8.0/ext/standard/
H A Dsha1.c115 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
136 (e) += G ((b), (c), (d)) + (w) + (uint32_t)(0x6ED9EBA1); \

Completed in 62 milliseconds

1234