Home
last modified time | relevance | path

Searched refs:g (Results 176 – 200 of 332) sorted by relevance

12345678910>>...14

/php-src/ext/date/tests/
H A DDateTime_extends_basic3.phpt12 public function format($format = "F j, Y, g:i:s a"): string
H A D009.phpt14 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…
19 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_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-src/.github/actions/test-libmysqlclient/
H A Daction.yml18 -g FAIL,BORK,LEAK,XLEAK \
/php-src/ext/standard/
H A Dcrypt_sha256.c102 uint32_t g = ctx->H[6]; in sha256_process_block() local
123 uint32_t g_save = g; in sha256_process_block()
148 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
150 h = g; in sha256_process_block()
151 g = f; in sha256_process_block()
168 g += g_save; in sha256_process_block()
182 ctx->H[6] = g; in sha256_process_block()
H A Dcrypt_sha512.c130 uint64_t g = ctx->H[6]; in sha512_process_block() local
151 uint64_t g_save = g; in sha512_process_block()
179 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
181 h = g; in sha512_process_block()
182 g = f; in sha512_process_block()
199 g += g_save; in sha512_process_block()
213 ctx->H[6] = g; in sha512_process_block()
/php-src/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt45 $g = array($obj, 'foo' => 'baz');
46 var_dump(key_exists(0, $g));
H A Darsort_object1.phpt52 "g" => new for_string_arsort("Lemon"), "h" => new for_string_arsort("aPPle")
155 ["g"]=>
233 ["g"]=>
H A Dasort_object1.phpt52 "g" => new for_string_asort("Lemon"), "h" => new for_string_asort("aPPle")
120 ["g"]=>
198 ["g"]=>
/php-src/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt53 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
54 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 Dstristr.phpt9 var_dump(stristr("tEsT sTrInG", "g"));
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
H A Dstr_contains.phpt9 var_dump(str_contains("test string", "g"));
H A Dstristr_basic.phpt12 var_dump( stristr("test strinG", "g") );
H A Dstrripos.phpt9 var_dump(strripos("test string", "g"));
H A Dstrrpos.phpt9 var_dump(strrpos("test string", "g"));
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl_clientcert.pem12 g/yTrm74tG4sqyHtzpiNUwwP4sE3yfV6sENF+Sth8grfsTBShXmq1eQ+PWYBHT13
/php-src/ext/mbstring/
H A Dphp_unicode.c104 short g = g_table[mph_hash(0, code) % g_table_size]; in mph_lookup() local
107 if (g <= 0) { in mph_lookup()
108 idx = -g; in mph_lookup()
110 idx = mph_hash(g, code) % table_size; in mph_lookup()
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_equal_steps.phpt14 printf("[%.17g, %.17g]\n", $min, $max);
21 printf(" (%+.17g)", ($float - $prev));
/php-src/ext/openssl/tests/
H A Dbug73478.phpt9 'g' => base64_decode('Ag=='),
/php-src/ext/gd/tests/
H A Dbug49600.phpt16 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/php-src/Zend/tests/
H A Dfunction_exists_basic.phpt22 var_dump(function_exists('g'));
/php-src/ext/standard/tests/array/range/
H A Dbug24220.phpt30 string(1) "g"
/php-src/ext/dom/tests/
H A Dbug44648.phpt33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');

Completed in 51 milliseconds

12345678910>>...14