Home
last modified time | relevance | path

Searched refs:f (Results 726 – 750 of 928) sorted by relevance

1...<<21222324252627282930>>...38

/PHP-7.4/ext/standard/tests/array/
H A Dend.phpt45 $test_array = array(1, array(1 => "one", "two" => 2, "" => "f") );
189 string(1) "f"
191 string(1) "f"
H A Dend_64bit.phpt45 $test_array = array(1, array(1 => "one", "two" => 2, "" => "f") );
188 string(1) "f"
190 string(1) "f"
H A Darray_column_basic.phpt132 $f = new Foo();
134 var_dump(array_column($records, $f));
135 var_dump(array_column($records, $f, $b));
H A Darray_combine.phpt14 $f = array_combine($array2, $array2);
H A D007.phpt18 'f'=>5,
38 'f'=>5,
186 'f' => 5,
207 'f' => 5,
H A Dextract_variation4.phpt8 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
H A Dnatcasesort_variation4.phpt18 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
/PHP-7.4/ext/standard/tests/strings/
H A Dpack_float.phpt95 unpack('g', hex2bin('0000803f')),
155 string(8) "0000803f"
156 string(8) "0000803f"
H A Dstrspn_variation7.phpt68 "f\nh\trstie \l",
69 'f\n\thrstei \l',
73 "f\te\h ",
75 "f\t\ih\100e\xa"
H A Dstrspn_variation10.phpt44 "f\n\trelshti \l",
45 'f\n\trelsthi \l',
/PHP-7.4/ext/mysqli/tests/
H A Dtable.inc25 …"INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e'), (6, 'f')")) {
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt11 function __construct($s, $i, $f) {
14 $this->varFloat = $f;
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30045.phpt45 printf(" %0.0f\n ", $num);
47 printf(" %0.0f\n", $ret);
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt10 function __construct($s, $i, $f) {
13 $this->varFloat = $f;
/PHP-7.4/ext/pdo_pgsql/
H A Dconfig.m448 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
/PHP-7.4/win32/build/
H A Dbuildconf.js53 var f = FSO.GetFolder(dirname);
54 var fc = new Enumerator(f.SubFolders);
H A Dconfutils.js1300 var f, c;
1302 f = FSO.OpenTextFile(filename, 1);
1303 c = f.ReadAll();
1304 f.Close();
2592 if (FSO.FolderExists(f)) {
2593 extra_path = extra_path + ";" + f;
2733 f.Write(content);
2734 f.Close();
3550 var path, i, f;
3556 if (FSO.FolderExists(f)) {
[all …]
/PHP-7.4/ext/hash/
H A Dhash_sha.c481 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
496 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
498 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
507 state[5] += f; in SHA256Transform()
791 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
806 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
808 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
817 state[5] += f; in SHA512Transform()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c486 FILE *f; in php_xsl_apply_stylesheet() local
508 f = NULL; in php_xsl_apply_stylesheet()
510 f = VCWD_FOPEN(intern->profiling, "w"); in php_xsl_apply_stylesheet()
513 f = NULL; in php_xsl_apply_stylesheet()
582 newdocp = xsltApplyStylesheetUser(style, doc, (const char**) params, NULL, f, ctxt); in php_xsl_apply_stylesheet()
584 if (f) { in php_xsl_apply_stylesheet()
585 fclose(f); in php_xsl_apply_stylesheet()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c374 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
393 n / f, -var->sqlscale, n % f); in firebird_stmt_get_col()
394 } else if (n <= -f) { in firebird_stmt_get_col()
396 n / f, -var->sqlscale, -n % f); in firebird_stmt_get_col()
398 *len = slprintf(*ptr, CHAR_BUF_LEN, "-0.%0*" LL_MASK "d", -var->sqlscale, -n % f); in firebird_stmt_get_col()
/PHP-7.4/ext/openssl/tests/
H A Dsni_server_uk.pem9 f/Z/pNnoEj4liiDWz350X/gdIztgDRVv6rCNFj7QMps/eEuPDo8PZySs5bxCGJ2a
/PHP-7.4/ext/exif/tests/
H A Dexif010.phpt39 string(5) "f/8.0"
H A Dexif011.phpt39 string(5) "f/8.0"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dintval_binary_prefix.phpt6 $isspaceChars = " \t\n\r\f\v";
H A Dparse_ini_basic.phpt213 ["f"]=>
214 string(1) "f"

Completed in 138 milliseconds

1...<<21222324252627282930>>...38