Home
last modified time | relevance | path

Searched refs:f (Results 851 – 875 of 903) sorted by relevance

1...<<31323334353637

/PHP-5.5/ext/exif/tests/
H A Dexif018.phpt39 string(5) "f/8.0"
H A Dexif022.phpt39 string(5) "f/8.0"
H A Dexif023.phpt39 string(5) "f/8.0"
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1251.phpt201 CYRILLIC CAPITAL LETTER DZHE: &#x40F; => 8f
246 CYRILLIC SMALL LETTER DZHE: &#x45F; => 9f
H A Dhtml_entity_decode_cp866.phpt194 CYRILLIC CAPITAL LETTER PE: &#x41F; => 8f
242 CYRILLIC CAPITAL LETTER YA: &#x42F; => 9f
H A Dstrspn_variation8.phpt68 "f\n\\0htersti \l",
72 "f\t\hiel\100\xaa"
H A Dhtml_entity_decode_html5.phpt2667 &UnderBar; => _ 5f
3438 &lowbar; => _ 5f
3804 &quest; => ? 3f
3970 &sol; => / 2f
/PHP-5.5/ext/soap/
H A Dsoap.c1375 zend_function *f; in PHP_METHOD() local
1378 while (zend_hash_get_current_data_ex(ft, (void **)&f, &pos) != FAILURE) { in PHP_METHOD()
1379 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD()
1380 add_next_index_string(return_value, f->common.function_name, 1); in PHP_METHOD()
1423 zend_function *f; in PHP_METHOD() local
1434 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { in PHP_METHOD()
1440 ZVAL_STRING(function_copy, f->common.function_name, 1); in PHP_METHOD()
1450 zend_function *f; in PHP_METHOD() local
1456 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { in PHP_METHOD()
1467 ZVAL_STRING(function_copy, f->common.function_name, 1); in PHP_METHOD()
/PHP-5.5/ext/date/lib/
H A Dparse_date.c40 # define strtoll(s, f, b) _atoi64(s) argument
43 # define strtoll(s, f, b) atoll(s) argument
45 # define strtoll(s, f, b) strtol(s, f, b) argument
21321 s->time->f = 0.0; in scan()
24809 time->f = 0.0; in timelib_time_reset_fields()
24823 if (time->f == TIMELIB_UNSET ) time->f = 0.0; in timelib_time_reset_unset_fields()
24988 double f; in timelib_parse_from_format() local
24996 s->time->f = (f / pow(10, (ptr - tptr))); in timelib_parse_from_format()
25011 s->time->f = 0.0; in timelib_parse_from_format()
25167 parsed->f = 0; in timelib_fill_holes()
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in398 ; %f: script filename
431 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
528 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
H A Dconfig.m4644 if test "$fpm_trace_type" && test -f "$abs_srcdir/sapi/fpm/fpm/fpm_trace_$fpm_trace_type.c"; then
/PHP-5.5/Zend/
H A DZendTS.dsp11 !MESSAGE NMAKE /f "ZendTS.mak".
16 !MESSAGE NMAKE /f "ZendTS.mak" CFG="ZendTS - Win32 Release_TSDbg"
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt234 string(1) "f"
H A Dgettype_settype_variation8.phpt217 string(1) "f"
H A Dgettype_settype_variation7.phpt232 string(1) "f"
H A Dgettype_settype_variation5.phpt223 string(1) "f"
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API57 f - function or array containing php method call info (returned as
/PHP-5.5/ext/phar/
H A Dphar.c3356 zend_file_handle f = *file_handle; local
3363 file_handle->filename = f.filename;
3367 file_handle->opened_path = f.opened_path;
3368 file_handle->free_filename = f.free_filename;
3370 *file_handle = f;
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c90 extern void onig_set_warn_func(OnigWarnFunc f) in onig_set_warn_func() argument
92 onig_warn = f; in onig_set_warn_func()
95 extern void onig_set_verb_warn_func(OnigWarnFunc f) in onig_set_verb_warn_func() argument
97 onig_verb_warn = f; in onig_set_verb_warn_func()
127 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) argument
H A Dregexec.c1202 onig_print_statistics(FILE* f) in onig_print_statistics() argument
1205 fprintf(f, " count prev time\n"); in onig_print_statistics()
1207 fprintf(f, "%8d: %8d: %10ld: %s\n", in onig_print_statistics()
1210 fprintf(f, "\nmax stack depth: %d\n", MaxStackDepth); in onig_print_statistics()
/PHP-5.5/ext/ldap/
H A Dldap.dsp11 !MESSAGE NMAKE /f "ldap.mak".
16 !MESSAGE NMAKE /f "ldap.mak" CFG="ldap - Win32 Debug_TS_SSL"
/PHP-5.5/main/
H A Dmain.c157 #define SAFE_FILENAME(f) ((f)?(f):"-") argument
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation55.phpt48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput4526 /[\x{41f}\S]/8g
/PHP-5.5/ext/date/
H A Dphp_date.c1146 case 'u': length = slprintf(buffer, 32, "%06d", (int) floor(t->f * 1000000 + 0.5)); break; in date_format()
2420 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
2422 ZVAL_LONG(zv, (long)intervalobj->diff->f); \ in date_object_get_properties_interval()
2946 if (parsed_time->f == -99999) { in php_date_do_return_parsed_time()
2949 add_assoc_double(return_value, "fraction", parsed_time->f); in php_date_do_return_parsed_time()

Completed in 136 milliseconds

1...<<31323334353637