Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/standard/tests/array/
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 Dksort_variation9.phpt26 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
230 ["g"]=>
250 ["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 Dkey_exists_variation2.phpt45 $g = array($obj, 'foo' => 'baz');
46 var_dump(key_exists(0, $g));
H A Dbug24220.phpt30 string(1) "g"
H A Darsort_object1.phpt58 "g" => new for_string_arsort("Lemon"), "h" => new for_string_arsort("aPPle")
161 ["g"]=>
239 ["g"]=>
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c129 short g = g_table[mph_hash(0, code) % g_table_size]; in mph_lookup() local
132 if (g <= 0) { in mph_lookup()
133 idx = -g; in mph_lookup()
135 idx = mph_hash(g, code) % table_size; in mph_lookup()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c323 gd = im->green[i] - g; in gdImageColorClosestAlpha()
343 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;} argument
345 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;} argument
480 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
545 im->green[ct] = g; in gdImageColorAllocateAlpha()
595 gd = (long) (im->green[c] - g); in gdImageColorResolveAlpha()
620 im->green[op] = g; in gdImageColorResolveAlpha()
1217 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1224 g = gdTrueColorGetGreen(p); in gdImageSetAAPixelColor()
1228 BLEND_COLOR(t, dg, g, dg); in gdImageSetAAPixelColor()
[all …]
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c108 uint32_t g = ctx->H[6]; in sha256_process_block() local
129 uint32_t g_save = g; in sha256_process_block()
154 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
156 h = g; in sha256_process_block()
157 g = f; in sha256_process_block()
174 g += g_save; in sha256_process_block()
188 ctx->H[6] = g; in sha256_process_block()
H A Dcrypt_sha512.c132 uint64_t g = ctx->H[6]; in sha512_process_block() local
153 uint64_t g_save = g; in sha512_process_block()
181 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
183 h = g; in sha512_process_block()
184 g = f; in sha512_process_block()
201 g += g_save; in sha512_process_block()
215 ctx->H[6] = g; in sha512_process_block()
/PHP-7.4/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
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 Dstrrpos.phpt9 var_dump(strrpos("test string", "g"));
H A Dstrripos.phpt9 var_dump(strripos("test string", "g"));
/PHP-7.4/ext/date/tests/
H A DDateTime_extends_basic2.phpt24 echo $d->format("F j, Y, g:i:s a") . "\n";
H A DDateTime_serialize.phpt16 var_dump( $date2->format( "F j, Y, g:i a") );
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m417 dnl Oracle 10g, 11g, 12c etc
20 dnl Oracle 10g, 11g 12c etc. The x.2 version libraries are named x.1 for
/PHP-7.4/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-7.4/ext/dom/tests/
H A Dbug44648.phpt33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
/PHP-7.4/ext/oci8/tests/
H A Dbind_unsupported_2.phpt2 Bind with various unsupported 10g+ bind types
H A Ddrcp_connection_class.phpt8 die("skip works only with Oracle 11g or greater version of Oracle client libraries");
/PHP-7.4/ext/openssl/tests/
H A Dbug73478.phpt9 'g' => base64_decode('Ag=='),
/PHP-7.4/Zend/tests/
H A Dfunction_exists_basic.phpt23 var_dump(function_exists('g'));
/PHP-7.4/azure/macos/
H A Dtest.yml14 -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_3.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars

Completed in 51 milliseconds

12345678910>>...12