/PHP-7.4/ext/standard/tests/strings/ |
H A D | strspn_variation11.phpt | 44 "f\n\trelshti \l", 45 'f\n\trelsthi \l',
|
H A D | html_entity_decode_win1251.phpt | 201 CYRILLIC CAPITAL LETTER DZHE: Џ => 8f 246 CYRILLIC SMALL LETTER DZHE: џ => 9f
|
H A D | html_entity_decode_cp866.phpt | 194 CYRILLIC CAPITAL LETTER PE: П => 8f 242 CYRILLIC CAPITAL LETTER YA: Я => 9f
|
H A D | strspn_variation8.phpt | 68 "f\n\\0htersti \l", 72 "f\t\hiel\100\xaa"
|
/PHP-7.4/ |
H A D | .gdbinit | 109 printf "%f", $zvalue->value.dval 186 printf "double: %f", $zvalue->value.dval
|
H A D | UPGRADING.INTERNALS | 9 f. get_properties_for() handler / Z_OBJDEBUG_P 71 f. A new, optional object handler with the signature
|
/PHP-7.4/ext/fileinfo/ |
H A D | libmagic.patch | 399 - FILE *f = fopen(ms->file = fn, "r"); 400 - if (f == NULL) { 415 - for (ms->line = 1; (len = getline(&line, &llen, f)) != -1; 426 - (void)fclose(f); 2315 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, 2332 - (void)file_vprintf(ms, f, va); 2336 + vspprintf(&buf, 0, f, va); 3095 file_magwarn(struct magic_set *ms, const char *f, ...) 3108 va_start(va, f); 3109 - (void) vfprintf(stderr, f, va); [all …]
|
/PHP-7.4/sapi/cgi/ |
H A D | cgi_main.c | 245 Bucket *f = (Bucket *) a; in module_name_cmp() local 248 return strcasecmp( ((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp() 272 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp() argument 274 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp()
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | serialization_objects_005.phpt | 62 $incomplete->f();
|
/PHP-7.4/ext/standard/ |
H A D | url_scanner_ex.re | 297 char f = 0; 303 f = 1; 309 if (f) {
|
/PHP-7.4/sapi/fpm/ |
H A D | www.conf.in | 282 ; %f: script filename 319 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%" 435 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 746 vf = p->f; in mprint() 1116 DO_CVT2(f, float); in cvt_float() 2016 fl = m->value.f; in magiccheck() 2017 fv = p->f; in magiccheck()
|
/PHP-7.4/ext/soap/ |
H A D | soap.c | 1362 zend_function *f; in PHP_METHOD() local 1364 ZEND_HASH_FOREACH_PTR(ft, f) { in PHP_METHOD() 1365 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD() 1366 add_next_index_str(return_value, zend_string_copy(f->common.function_name)); in PHP_METHOD() 1404 zend_function *f; in PHP_METHOD() local 1413 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD() 1418 ZVAL_STR_COPY(&function_copy, f->common.function_name); in PHP_METHOD() 1426 zend_function *f; in PHP_METHOD() local 1430 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD() 1439 ZVAL_STR_COPY(&function_copy, f->common.function_name); in PHP_METHOD()
|
/PHP-7.4/ext/pcre/tests/ |
H A D | bug76514.phpt | 488 (?<string> " ([^"\\\\]* | \\\\ ["\\\\bfnrt\/] | \\\\ u [0-9a-f]{4} )* " )
|
/PHP-7.4/ext/date/lib/ |
H A D | tm2unixtime.c | 522 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fscanf_variation33.phpt | 55 "%30x", "%[0-9A-Fa-f]", "%*x"
|
/PHP-7.4/ext/exif/tests/ |
H A D | exif018.phpt | 39 string(5) "f/8.0"
|
H A D | exif022.phpt | 39 string(5) "f/8.0"
|
H A D | exif023.phpt | 39 string(5) "f/8.0"
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 212 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames() argument 220 fprintf(f, "FRAMES "); in display_frames() 221 vfprintf(f, s, ap); in display_frames() 224 if (P != NULL) fprintf(f, " P=%lu", in display_frames() 226 fprintf(f, "\n"); in display_frames() 232 fprintf(f, "Frame %d type=%x subj=%lu code=%d back=%lu id=%d", in display_frames() 237 fprintf(f, " lgoffset=unset\n"); in display_frames() 239 fprintf(f, " lgoffset=%lu\n", Q->last_group_offset/frame_size); in display_frames()
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | gettype_settype_variation6.phpt | 234 string(1) "f"
|
H A D | gettype_settype_variation8.phpt | 217 string(1) "f"
|
/PHP-7.4/docs/ |
H A D | parameter-parsing-api.md | 73 f - function or array containing php method call info (returned as
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_result.c | 1257 …const mysqlnd_fetch_row_func f = result->stored_data? result->stored_data->m.fetch_row:(result->un… in MYSQLND_METHOD() local 1258 if (f) { in MYSQLND_METHOD() 1259 return f(result, param, flags, fetched_anything); in MYSQLND_METHOD()
|
/PHP-7.4/Zend/ |
H A D | zend_types.h | 958 #define ZVAL_FUNC(z, f) do { \ argument 959 Z_FUNC_P(z) = (f); \
|