Home
last modified time | relevance | path

Searched refs:f (Results 401 – 425 of 903) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation19_64bit.phpt19 "% f % f % f",
H A Daddcslashes_003.phpt36 string(11) "\f\o\o\[ \]"
38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt103 $f = new EuropeanMeals;
104 var_dump($f);
107 foreach ($f as $k=>$v) {
111 foreach ($f as $k=>$v) {
119 foreach ($f as $k=>$v) {
123 foreach ($f as $k=>$v) {
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation12.phpt45 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30
/PHP-5.5/ext/enchant/
H A Dconfig.m417 if test -f $i/include/enchant/enchant.h; then
20 elif test -f $i/include/enchant.h; then
/PHP-5.5/ext/standard/tests/array/
H A Dbug34227.phpt64 function f($str)
73 $ret = array_filter(array(0), 'f');
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_7.c188 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
192 flag, f, arg); in apply_all_case_fold()
H A Dkoi8.c217 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_apply_all_case_fold() argument
221 flag, f, arg); in koi8_apply_all_case_fold()
H A Diso8859_13.c195 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
199 flag, f, arg); in apply_all_case_fold()
H A Diso8859_14.c208 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
212 flag, f, arg); in apply_all_case_fold()
H A Diso8859_15.c202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
206 flag, f, arg); in apply_all_case_fold()
H A Diso8859_16.c204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
208 flag, f, arg); in apply_all_case_fold()
H A Diso8859_2.c193 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
197 flag, f, arg); in apply_all_case_fold()
H A Diso8859_3.c202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
206 flag, f, arg); in apply_all_case_fold()
H A Diso8859_4.c204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
208 flag, f, arg); in apply_all_case_fold()
H A Diso8859_10.c206 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
210 flag, f, arg); in apply_all_case_fold()
H A Diso8859_9.c195 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
199 flag, f, arg); in apply_all_case_fold()
/PHP-5.5/ext/zlib/tests/
H A Dgzgetc_basic.phpt19 $f = dirname(__FILE__)."/004.txt.gz";
20 $h = gzopen($f, 'r');
H A Dgzgetc_basic_1.phpt19 $f = dirname(__FILE__)."/004.txt.gz";
20 $h = gzopen($f, 'r');
/PHP-5.5/sapi/milter/
H A Dconfig.m410 if test -f /usr/lib/libmilter.a ; then
13 if test -f /usr/lib/libmilter/libmilter.a ; then
/PHP-5.5/ext/gd/
H A Dconfig.m453 if test -f "$PHP_ZLIB_DIR/include/zlib/zlib.h"; then
56 elif test -f "$PHP_ZLIB_DIR/include/zlib.h"; then
64 if test -f "$i/include/zlib/zlib.h"; then
67 elif test -f "$i/include/zlib.h"; then
79 test -f $i/include/vpx_codec.h || test -f $i/include/vpx/vpx_codec.h && GD_VPX_DIR=$i && break
105 test -f $i/include/jpeglib.h && GD_JPEG_DIR=$i && break
130 test -f $i/include/png.h && GD_PNG_DIR=$i && break
161 test -f $i/include/xpm.h && GD_XPM_DIR=$i && GD_XPM_INC=$i && break
188 if test -f "$i/bin/freetype-config"; then
216 test -f "$i/include/t1lib.h" && GD_T1_DIR=$i && break
[all …]
/PHP-5.5/ext/standard/
H A Dstring.c2271 } else if (f < 0 && -f > str_len) {
2272 f = 0;
2283 f = str_len + f;
2285 f = 0;
2322 int f; local
2389 f = Z_STRLEN_PP(str) + f;
2406 if (f > Z_STRLEN_PP(str) || (f < 0 && -f > Z_STRLEN_PP(str))) {
2431 memcpy((result + f + repl_len), Z_STRVAL_PP(str) + f + l, Z_STRLEN_PP(str) - f - l);
2488 f = Z_STRLEN_P(orig_str) + f;
2502 f = Z_STRLEN_P(orig_str) + f;
[all …]
/PHP-5.5/tests/classes/
H A Dinterface_optional_arg_003.inc3 function f($a = null);
/PHP-5.5/ext/pspell/
H A Dconfig.m417 if test -f $i/include/pspell/pspell.h; then
20 elif test -f $i/include/pspell.h; then
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt12 $f = null,
56 Parameter #5 [ <optional> $f = NULL ]

Completed in 72 milliseconds

1...<<11121314151617181920>>...37