Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.0/ext/standard/tests/array/
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 Dasort_object1.phpt58 "g" => new for_string_asort("Lemon"), "h" => new for_string_asort("aPPle")
126 ["g"]=>
204 ["g"]=>
H A Drange.phpt168 string(1) "g"
250 string(1) "g"
440 string(1) "g"
/PHP-7.0/ext/spl/tests/
H A DSplFixedArray_offsetUnset_string.phpt4 PHPNW Testfest 2009 - Paul Court ( g@rgoyle.com )
/PHP-7.0/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
H A Dstrrpos.phpt9 var_dump(strrpos("test string", "g"));
H A Dstrripos.phpt9 var_dump(strripos("test string", "g"));
H A Dstristr_basic.phpt15 var_dump( stristr("test strinG", "g") );
H A Dstr_split_variation4.phpt79 string(5) "g wit"
90 string(5) "g\tco"
/PHP-7.0/ext/openssl/tests/
H A Dbug69215-client.pem6 9IAPwHJ5yRewPpFvb+xRqtMtnm8S7HIfVtZqW4FkG+g/paEg6rwqVpW78Jco/gww
/PHP-7.0/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") );
H A DDateTime_extends_basic1.phpt14 public static $format = "F j, Y, g:i:s a";
/PHP-7.0/ext/standard/
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.0/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.0/ext/dom/tests/
H A Dbug44648.phpt33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
/PHP-7.0/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-7.0/Zend/tests/
H A Dfunction_exists_basic.phpt23 var_dump(function_exists('g'));
/PHP-7.0/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data98 g=g
/PHP-7.0/sapi/cli/
H A Dconfig.m439 …HP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (…
41 …S) \$(PHP_BINARY_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dwintestoutput388 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
97 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-7.0/ext/gd/libgd/
H A Dgd_webp.c90 register uint8_t g = *(p++); in gdImageCreateFromWebpCtx() local
92 im->tpixels[y][x] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromWebpCtx()

Completed in 28 milliseconds

12345678910>>...13