Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/intl/tests/
H A Dspoofchecker_006.phpt14 var_dump($x->isSuspicious("\u{041F}aypal.com"));
H A Dbug58756_MessageFormatter.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
H A Dbug58756_MessageFormatter_variant2.phpt26 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
/php-src/ext/opcache/tests/
H A Dpreload_011.phpt23 $f = new F;
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid5.phpt38 interface F extends B
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_setauthorizer_no_leak.phpt2 SQLite3::setAuthorizer use F ZPP for trampoline callback and does not leak
/php-src/ext/standard/tests/array/
H A Darray_slice.phpt14 … array("f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
914 ["F"]=>
936 ["F"]=>
974 ["F"]=>
1000 ["F"]=>
1036 ["F"]=>
1062 ["F"]=>
H A Dextract_variation4.phpt8 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
H A Darray_key_first.phpt17 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
180 ["F"]=>
H A Darray_key_last.phpt17 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
180 ["F"]=>
H A Darray_pop.phpt20 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
181 ["F"]=>
/php-src/ext/standard/tests/strings/
H A Duuencode.phpt27 string(36) "6;F]T('9E<GD@<V]P:&ES=&EC871E9```
H A Dstr_word_count.phpt140 string(1) "F"
194 string(1) "F"
/php-src/ext/date/tests/
H A DDateTime_extends_basic1.phpt14 public static $format = "F j, Y, g:i:s a";
H A DDateTime_setISODate_basic1.phpt15 echo "Week 40 of 2009 is in \"" . $datetime->format("F") . "\"\n";
H A Ddate_isodate_set_basic1.phpt15 echo "Week 40 of 2009 is in \"" . date_format($datetime, "F") . "\"\n";
H A Ddate_basic1.phpt12 var_dump( date("F j, Y, g:i a", $timestamp) );
H A Ddate_format_basic1.phpt11 var_dump( date_format($date, "F j, Y, g:i a") );
H A DDateTime_format_basic1.phpt11 var_dump( $date->format( "F j, Y, g:i a") );
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc86 '%x' => '[0-9a-fA-F]+',
88 '%F' => '([+-]?(?:\d+|(?=\.\d))(?:\.\d+)?(?:[Ee][+-]?\d+)?)|(NAN)|(INF)',
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt25 array( 'Y+F;', '12d960fe' ),
40 array( 'G@F^60g', 'a0044fc5' ),
74 array( 'w.=)F]t\\|i% n^', '10a0ae81' ),
163 array( 'JjRaGPA7,LrFU?EcEg).!?t{7X<;F[mp', '908106a1' ),
181 array( '@W\'Kp08oT[3F$Y}N\'6uu ~U8fm9-Q;0qs8>', 'bbc8b16a' ),
220 array( '}cb~>Xb)FmR,laznl:H^V?FKLC4z|9}{|`z<:^F`Lxm', 'c04f1349' ),
232 array( 'J^[@tB@!A{K~5oVqNLW@V*xGlY3@F[@q;|21?S3aO_`eP8', '104537ea' ),
240 array( 'n</g_!GS[[>=own-#B.lVM_n`5p!F];5zJ}ZLF.("MFrE6!', '8f9e0173' ),
249 array( 'Bo2cql2d+& #RW/@B6qH#@%\\<^ ht]&8N9{@\'/%36%6h\\F* \\', '4b1d0513' ),
285 array( 'xh5@~qM}XzRODrq4\\? ^F>6a<u3|uO{n9209%]8^Yk.}_ 3=@3{gR2In', '4da520dc' ),
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt21 "Ф"=>"F","Ы"=>"I","В"=>"V","А"=>"A","П"=>"P","Р"=>"R",
H A Dmb_send_mail02.phpt47 $B%F%9%H(B
/php-src/ext/standard/tests/streams/
H A Dbug78883.phpt25 shell_exec("taskkill /T /F /PID {$pid} 2>nul");
/php-src/scripts/dev/
H A Dbless_tests.php121 $F = $hasWildcard ? 'F' : '';
122 return "--EXPECT$F--\n" . $out . "\n" . $matches[1];

Completed in 25 milliseconds

1234567891011