Home
last modified time | relevance | path

Searched refs:F (Results 126 – 150 of 195) sorted by relevance

12345678

/PHP-8.0/scripts/dev/
H A Dbless_tests.php117 $F = $hasWildcard ? 'F' : '';
118 return "--EXPECT$F--\n" . $out . "\n" . $matches[1];
/PHP-8.0/ext/standard/tests/array/
H A Darray_push.phpt20 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
168 [F] => FFF
H A D005.phpt21 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
175 [F] => FFF
H A Darray_pop_variation.phpt15 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF",
/PHP-8.0/ext/opcache/tests/
H A Dpreload_variance.inc33 class F extends E {
/PHP-8.0/ext/date/tests/
H A Dmktime-3-64bit.phpt21 echo date("F ".DATE_ISO8601, $ret), "\n";
/PHP-8.0/win32/build/
H A Dphpize.js.in40 var F = FSO.OpenTextFile(filename, 1);
42 if (!F.AtEndOfStream) {
43 t = F.ReadAll();
44 F.Close();
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt7 var_dump(sprintf("%.3F", 100.426));
8 var_dump(sprintf("%.2F", 100.426));
H A Dsscanf_basic8.phpt8 $str = "129 12F 123B -123B 01ABC 1G";
/PHP-8.0/ext/openssl/tests/
H A Dbug28382.phpt34 string(59) "B0:A7:FF:F9:41:15:DE:23:39:BD:DD:31:0F:97:A0:B2:A2:74:E0:FC"
H A Dbug74720_1.phpt45 +F/2HMjQfTITQgkAiEn45s4agQKBgQDGCAZkIUcdyXQTplLE0Zx1/uiTBrQGyzsb
H A Dbug74903.phpt47 +F/2HMjQfTITQgkAiEn45s4agQKBgQDGCAZkIUcdyXQTplLE0Zx1/uiTBrQGyzsb
H A Dbug74720_0.phpt47 +F/2HMjQfTITQgkAiEn45s4agQKBgQDGCAZkIUcdyXQTplLE0Zx1/uiTBrQGyzsb
/PHP-8.0/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt22 "=?ISO-2022-JP?Q?=1B=24BF=7CK=5C=38l=25F=25-=25=39=25H=24G=24=39=1B=28B?=
/PHP-8.0/ext/ctype/tests/
H A Dctype_alnum_variation3.phpt27 "03F", // hexadecimal 'digits'
H A Dctype_print_variation3.phpt28 "03F", // hexadecimal 'digits'
H A Dctype_alpha_variation3.phpt28 "03F", // hexadecimal 'digits'
H A Dctype_lower_variation3.phpt28 "03F", // hexadecimal 'digits'
H A Dctype_punct_variation3.phpt28 "03F", // hexadecimal 'digits'
H A Dctype_space_variation3.phpt28 "03F", // hexadecimal 'digits'
H A Dctype_upper_variation3.phpt27 "03F", // hexadecimal 'digits'
H A Dctype_xdigit_variation3.phpt28 "03F", // hexadecimal 'digits'
/PHP-8.0/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt46 echo "Sample range of codepoints: U+2600-U+260F\n";
139 Sample range of codepoints: U+2600-U+260F
/PHP-8.0/sapi/phpdbg/tests/
H A Dinfo_001.phpt14 i F
/PHP-8.0/ext/json/
H A Djson_scanner.re69 } else if (code >= 'A' && code <= 'F') {
117 HEX = DIGIT | [a-fA-F] ;
118 HEXNZ = DIGITNZ | [a-fA-F] ;
150 UTF16_4 = UTFPREF [dD] [89abAB] HEX{2} UTFPREF [dD] [c-fC-F] HEX{2} ;

Completed in 32 milliseconds

12345678