Home
last modified time | relevance | path

Searched refs:f (Results 776 – 800 of 1081) sorted by relevance

1...<<31323334353637383940>>...44

/php-src/ext/intl/tests/
H A Dformatter_format4.phpt104 …ion zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwe…
H A Dformatter_format5.phpt104 …ion zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwe…
H A Dformatter_format6.phpt104 …ion zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwe…
H A Dcollator_sort_with_sort_keys.phpt66 array( 'd ' , 'f ' , ' a' ),
148 2 => 'f ',
H A Dformatter_format8.phpt103 …ion zwei­hundert­vier­und­dreißig­tausend­fünf­hundert­sieben­und­sechzig Komma acht neun eins zwe…
/php-src/ext/mbstring/tests/
H A Dhtmlent_encoding.phpt49 convertFromEntities("&f;", "&f;");
H A Dbug48645.phpt101 string(2) "0f"
107 string(2) "0f"
130 string(2) "0f"
136 string(2) "0f"
/php-src/ext/json/tests/
H A Dpass001.1.phpt35 \"controls\": \"\\b\\f\\n\\r\\t\",
63 …\"\\/\\\\\\\"\\uCAFE\\uBABE\\uAB98\\uFCDE\\ubcda\\uef4A\\b\\f\\n\\r\\t`1~!@#$%^&*()_+-=[]{}|;:',./…
123 "controls": "\b\f\n\r\t",
151 "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
527f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ"…
529f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ"…
H A Dpass001.1_64bit.phpt39 \"controls\": \"\\b\\f\\n\\r\\t\",
67 …\"\\/\\\\\\\"\\uCAFE\\uBABE\\uAB98\\uFCDE\\ubcda\\uef4A\\b\\f\\n\\r\\t`1~!@#$%^&*()_+-=[]{}|;:',./…
127 "controls": "\b\f\n\r\t",
155 "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
531f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ"…
533f\n\r\t","slash":"\/ & \/","alpha":"abcdefghijklmnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ"…
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c187 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core() argument
199 (void)file_vprintf(ms, f, va); in file_error_core()
208 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() argument
211 va_start(va, f); in file_error()
212 file_error_core(ms, error, f, va, 0); in file_error()
221 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror() argument
224 va_start(va, f); in file_magerror()
225 file_error_core(ms, 0, f, va, ms->line); in file_magerror()
/php-src/ext/standard/tests/array/
H A Dextract_variation7.phpt11 $b = array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
H A Darray_unique_variation2.phpt49 …array("a\v\f", "aaaa\r", "b", "aaaa\r", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted st…
50 …array('a\v\f', 'aaaa\r', 'b', 'aaaa\r', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted st…
124 string(5) "a\v\f"
H A Dasort_object1.phpt51 "e" => new for_string_asort("apple"), "f" => new for_string_asort("Orange"),
125 ["f"]=>
203 ["f"]=>
H A Dend_64bit.phpt41 $test_array = array(1, array(1 => "one", "two" => 2, "" => "f") );
165 string(1) "f"
167 string(1) "f"
/php-src/ext/openssl/tests/
H A Dsni_server_uk_key.pem9 f/Z/pNnoEj4liiDWz350X/gdIztgDRVv6rCNFj7QMps/eEuPDo8PZySs5bxCGJ2a
/php-src/ext/spl/tests/
H A DregexIterator_flags_basic.phpt10 $regexIterator = new RegexIterator($iterator, "/f/", RegexIterator::MATCH, RegexIterator::USE_KEY);
H A DregexIterator_mode_basic.phpt10 $regexIterator = new RegexIterator($iterator, "/f/");
/php-src/ext/date/tests/
H A Dgettimeofday_basic.phpt27 float(%f)
/php-src/ext/standard/tests/assert/
H A Dassert_closures_multiple.phpt10 assert_options(ASSERT_CALLBACK, function ($f) {});
/php-src/ext/standard/
H A Dmail.c497 zend_string *f; in php_mail() local
499 f = php_basename(tmp, strlen(tmp), NULL, 0); in php_mail()
502 …X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s%s%s", php_getuid(), ZSTR_VAL(f), line_sep, headers); in php_mail()
504 spprintf(&ahdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s", php_getuid(), ZSTR_VAL(f)); in php_mail()
507 zend_string_release_ex(f, 0); in php_mail()
/php-src/ext/opcache/tests/
H A Dbug78189.phpt23 if (!preg_match('~/[0-9a-f]{32}/~', $part)) {
/php-src/ext/standard/tests/filters/
H A Dfilter_errors.inc24 $f = stream_filter_append($stream, $filter);
/php-src/ext/standard/tests/general_functions/
H A Dusleep_basic.phpt35 TEST PASSED: Thread slept for %f micro-seconds
/php-src/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt30 printf("Failed, time=%.2f\n", $t);
/php-src/ext/standard/tests/array/range/
H A Dbug24220.phpt28 string(1) "f"

Completed in 27 milliseconds

1...<<31323334353637383940>>...44