Home
last modified time | relevance | path

Searched refs:g (Results 126 – 150 of 339) sorted by relevance

12345678910>>...14

/PHP-7.1/ext/zlib/
H A Dconfig0.m445 ZLIB_VERSION=`$EGREP "define ZLIB_VERSION" $ZLIB_INCDIR/zlib.h | $SED -e 's/[[^0-9\.]]//g'`
47 …if test `echo $ZLIB_VERSION | $SED -e 's/[[^0-9]]/ /g' | $AWK '{print $1*1000000 + $2*10000 + $3*1…
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_csr_export_to_file_basic.phpt14 $dh_details = array('p' => $phex, 'g' => '2');
16 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
H A Dbug69215-client.pem6 9IAPwHJ5yRewPpFvb+xRqtMtnm8S7HIfVtZqW4FkG+g/paEg6rwqVpW78Jco/gww
/PHP-7.1/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %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…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A DDateTime_extends_basic3.phpt12 public function format($format = "F j, Y, g:i:s a")
H A DDateTime_extends_basic2.phpt24 echo $d->format("F j, Y, g:i:s a") . "\n";
/PHP-7.1/ext/standard/tests/array/
H A Darsort_variation9.phpt27 array('a'=>1,'b'=>array('e'=>2,'f'=>3),'c'=>array('g'=>4),'d'=>5),
230 ["g"]=>
250 ["g"]=>
H A Dasort_variation9.phpt27 array('a'=>1,'b'=>array('e'=>2,'f'=>3),'c'=>array('g'=>4),'d'=>5),
227 ["g"]=>
247 ["g"]=>
H A Dkrsort_variation9.phpt27 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
224 ["g"]=>
244 ["g"]=>
H A Dsort_variation9.phpt30 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
228 ["g"]=>
248 ["g"]=>
H A Dksort_variation9.phpt26 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
230 ["g"]=>
250 ["g"]=>
H A Dkey_exists_variation2.phpt45 $g = array($obj, 'foo' => 'baz');
46 var_dump(key_exists(0, $g));
H A Dbug24220.phpt30 string(1) "g"
/PHP-7.1/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplFixedArray_toArray_with-params.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplFixedArray_offsetUnset_string.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
/PHP-7.1/Zend/tests/
H A Dbug71300.phpt6 for ($n = 'a'; $n < 'g'; $n++) {
/PHP-7.1/ext/gd/libgd/
H A Dgd.c277 return gdTrueColorAlpha(r, g, b, a); in gdImageColorClosestAlpha()
285 gd = im->green[i] - g; in gdImageColorClosestAlpha()
305 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;} argument
307 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;} argument
442 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
507 im->green[ct] = g; in gdImageColorAllocateAlpha()
582 im->green[op] = g; in gdImageColorResolveAlpha()
1277 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1284 g = gdTrueColorGetGreen(p); in gdImageSetAAPixelColor()
1288 BLEND_COLOR(t, dg, g, dg); in gdImageSetAAPixelColor()
[all …]
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_isArray.phpt7 function testReflectionIsArray($a = null, $b = 0, array $c, $d=true, array $e, $f=1.5, $g="", array…
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite5.phar22 �c&��; ��yA,!g� ����GBMB
/PHP-7.1/ext/standard/
H A Dcrypt_sha256.c117 uint32_t g = ctx->H[6]; in sha256_process_block() local
138 uint32_t g_save = g; in sha256_process_block()
163 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
165 h = g; in sha256_process_block()
166 g = f; in sha256_process_block()
183 g += g_save; in sha256_process_block()
197 ctx->H[6] = g; in sha256_process_block()
H A Dcrypt_sha512.c141 uint64_t g = ctx->H[6]; in sha512_process_block() local
162 uint64_t g_save = g; in sha512_process_block()
190 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
192 h = g; in sha512_process_block()
193 g = f; in sha512_process_block()
210 g += g_save; in sha512_process_block()
224 ctx->H[6] = g; in sha512_process_block()
/PHP-7.1/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt58 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z

Completed in 38 milliseconds

12345678910>>...14