Home
last modified time | relevance | path

Searched refs:g (Results 101 – 125 of 315) sorted by relevance

12345678910>>...13

/PHP-5.5/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";
H A DDateTime_serialize.phpt16 var_dump( $date2->format( "F j, Y, g:i a") );
/PHP-5.5/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 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"
/PHP-5.5/ext/gd/libgd/
H A Dgd.c279 return gdTrueColorAlpha(r, g, b, a); in gdImageColorClosestAlpha()
287 gd = im->green[i] - g; in gdImageColorClosestAlpha()
307 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;} argument
309 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;} argument
444 return gdTrueColor(r, g, b); in gdImageColorClosestHWB()
509 im->green[ct] = g; in gdImageColorAllocateAlpha()
584 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-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.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-5.5/ext/standard/
H A Dcrypt_sha256.c123 uint32_t g = ctx->H[6]; in sha256_process_block() local
144 uint32_t g_save = g; in sha256_process_block()
169 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
171 h = g; in sha256_process_block()
172 g = f; in sha256_process_block()
189 g += g_save; in sha256_process_block()
203 ctx->H[6] = g; in sha256_process_block()
H A Dcrypt_sha512.c147 uint64_t g = ctx->H[6]; in sha512_process_block() local
168 uint64_t g_save = g; in sha512_process_block()
196 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
198 h = g; in sha512_process_block()
199 g = f; in sha512_process_block()
216 g += g_save; in sha512_process_block()
230 ctx->H[6] = g; in sha512_process_block()
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite5.phar22 �c&��; ��yA,!g� ����GBMB
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
/PHP-5.5/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.phpt23 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-5.5/ext/oci8/
H A Dconfig.m459 OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | $PHP_OCI8_TAIL1` # Oracle 10g, 11g etc
75 OCI8_LCS=`ls $OCI8_LCS_BASE.*.1 2> /dev/null | $PHP_OCI8_TAIL1` # Oracle 10g, 11g etc
77 …OCI8_ORACLE_VERSION=`grep '"ocommon"' $OCI8_DIR/orainst/unix.rgs | $PHP_OCI8_SED 's/[ ][ ]*/:/g' |…
80 dnl Oracle 10g, 11g etc. The x.2 version libraries are named x.1 for drop in compatibility
/PHP-5.5/ext/openssl/tests/
H A Dbug54992-ca.pem36 g/ZA3qupd1rR67NzN+6x/TJmIq0G3GUxnDNNqNAHvS4YJx8g4Ji0F3Qoz3CgKnc4
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_5.phpt12 die("skip expected output only valid when using Oracle 10g or greater database server");
14 die("skip test expected to work only with Oracle 10g or greater version of client");

Completed in 47 milliseconds

12345678910>>...13