Home
last modified time | relevance | path

Searched refs:f (Results 976 – 1000 of 1040) sorted by relevance

1...<<31323334353637383940>>...42

/php-src/ext/standard/
H A Dinfo.c772 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp() argument
774 return strcasecmp(((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
H A Durl_scanner_ex.re298 char f = 0;
304 f = 1;
310 if (f) {
/php-src/sapi/cgi/
H A Dcgi_main.c244 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp() argument
246 return strcasecmp( ((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
269 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp() argument
271 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp()
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt68 $incomplete->f();
/php-src/Zend/
H A Dzend_inheritance.c1936 zend_function *f; in zend_inheritance_check_override() local
1942 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, f) { in zend_inheritance_check_override()
1943 if (f->common.fn_flags & ZEND_ACC_OVERRIDE) { in zend_inheritance_check_override()
1944 ZEND_ASSERT(f->type != ZEND_INTERNAL_FUNCTION); in zend_inheritance_check_override()
1947 E_COMPILE_ERROR, f->op_array.filename, f->op_array.line_start, in zend_inheritance_check_override()
1949 ZEND_FN_SCOPE_NAME(f), ZSTR_VAL(f->common.function_name)); in zend_inheritance_check_override()
/php-src/ext/standard/tests/file/
H A Dfscanf_variation33.phpt50 "%30x", "%[0-9A-Fa-f]", "%*x"
/php-src/ext/fileinfo/libmagic/
H A Dfile.h198 float f; member
H A Dsoftmagic.c738 vf = p->f; in mprint()
1142 DO_CVT2(f, float); in cvt_float()
2145 fl = m->value.f; in magiccheck()
2146 fv = p->f; in magiccheck()
/php-src/
H A D.gdbinit109 printf "%f", $zvalue->value.dval
186 printf "double: %f", $zvalue->value.dval
H A DUPGRADING.INTERNALS23 This is identical to the 'f' or Z_PARAM_FUNC type check, except the FCC is
259 f. ext/pcre
H A Dconfigure.ac98 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
101 rm -f php_version.h.new
124 rm -f libs/*
1617 void (*f)(void *) = (void (*)(void *))foo;
1618 f("foo");
/php-src/ext/soap/
H A Dsoap.c1123 zend_function *f; in PHP_METHOD() local
1125 ZEND_HASH_MAP_FOREACH_PTR(ft, f) { in PHP_METHOD()
1126 …if ((service->type != SOAP_OBJECT && service->type != SOAP_CLASS) || (f->common.fn_flags & ZEND_AC… in PHP_METHOD()
1127 add_next_index_str(return_value, zend_string_copy(f->common.function_name)); in PHP_METHOD()
1160 zend_function *f; in PHP_METHOD() local
1169 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
1175 ZVAL_STR_COPY(&function_copy, f->common.function_name); in PHP_METHOD()
1183 zend_function *f; in PHP_METHOD() local
1187 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
1197 ZVAL_STR_COPY(&function_copy, f->common.function_name); in PHP_METHOD()
/php-src/ext/pcre/tests/
H A Dbug76514.phpt488 (?<string> " ([^"\\\\]* | \\\\ ["\\\\bfnrt\/] | \\\\ u [0-9a-f]{4} )* " )
/php-src/ext/date/lib/
H A Dtm2unixtime.c498 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt45 exec_and_count(10, $db, "REPLACE INTO test_mysql_exec(id, col1) VALUES (5, 'f')", 2);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.lua628 local function op_alias(opname, f)
631 f(params, nparams)
/php-src/ext/hash/tests/
H A Dcrc32.phpt89 echo hash('crc32c', "\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15…
/php-src/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-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1251.phpt202 CYRILLIC CAPITAL LETTER DZHE: &#x40F; => 8f
247 CYRILLIC SMALL LETTER DZHE: &#x45F; => 9f
H A Dhtml_entity_decode_cp866.phpt195 CYRILLIC CAPITAL LETTER PE: &#x41F; => 8f
243 CYRILLIC CAPITAL LETTER YA: &#x42F; => 9f
/php-src/sapi/fpm/
H A Dwww.conf.in317 ; %f: script filename
354 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{milli}d %{kilo}M %C%%"
486 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation8.phpt199 string(1) "f"
H A Dgettype_settype_variation6.phpt216 string(1) "f"

Completed in 106 milliseconds

1...<<31323334353637383940>>...42