Home
last modified time | relevance | path

Searched refs:v (Results 676 – 700 of 722) sorted by relevance

1...<<212223242526272829

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c288 sljit_s32 a, sljit_s32 v, in emit_vex_instruction() argument
326 vex = U8(vex | ((((op & VEX_SSE2_OPV) ? freg_map[v] : reg_map[v]) ^ 0xf) << 3)); in emit_vex_instruction()
H A DsljitNativeX86_32.c224 sljit_s32 a, sljit_s32 v, in emit_vex_instruction() argument
260 vex = U8(vex | ((((op & VEX_SSE2_OPV) ? freg_map[v] : reg_map[v]) ^ 0xf) << 3)); in emit_vex_instruction()
H A DsljitNativeRISCV_common.c1059 #define IMM_EXTEND(v) (IMM_I(v)) argument
1063 #define IMM_EXTEND(v) (IMM_I((op & SLJIT_32) ? (v) : (32 + (v)))) argument
/php-src/ext/dba/
H A Ddba.c64 #define DBA_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(dba, v) argument
/php-src/docs/
H A Drelease-process.md215 || ./sapi/cli/php -v
223 || ./sapi/cli/php -v
226 6. After each build, check the output of `./sapi/cli/php -v` to ensure the
519 || ./sapi/cli/php -v
527 || ./sapi/cli/php -v
530 7. After each build, check the output of `./sapi/cli/php -v` to ensure the
681 ./bin/createReleaseEntry -v X.Y.Z -r # --security for security releases
818 * Call `php bin/createReleaseEntry -v <version> [ --security ]` in your
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1237 uint32_t v; member
1268 if (vn[i].v == p) in cdf_print_property_name()
1367 cdf_dump(const void *v, size_t len) in cdf_dump() argument
1370 const unsigned char *p = v; in cdf_dump()
/php-src/Zend/
H A Dzend_gc.c281 #define GC_G(v) ZEND_TSRMG_FAST(gc_globals_offset, zend_gc_globals *, v) argument
283 #define GC_G(v) (gc_globals.v) argument
H A Dzend_alloc.c2434 # define AG(v) ZEND_TSRMG_FAST(alloc_globals_offset, zend_alloc_globals *, v) argument
2436 # define AG(v) (alloc_globals.v) argument
H A Dzend_API.h259 …ND_MODULE_GLOBALS_ACCESSOR(module_name, v) ZEND_TSRMG(module_name##_globals_id, zend_##module_name… argument
274 #define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v) (module_name##_globals.v) argument
/php-src/ext/phar/tests/files/
H A Dopenssl.phar295 )$��A]-��I���3hY�0� �G4p[�%DԾ�h� ���M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��…
H A Dopenssl256.phar296 x�aH��B���uDp2/�U�v��p~�F��ƺ���KM3��~�jqUw�ɣ9�F������".� ��';%y�C`(V�������GBMB
/php-src/ext/phar/tests/cache_list/files/
H A Dopenssl.phar295 )$��A]-��I���3hY�0� �G4p[�%DԾ�h� ���M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��…
/php-src/build/
H A Dconfig.sub797 i*86v)
1399 sco*v* | scout)
1765 sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
/php-src/win32/build/
H A Dphpize.js.in194 STDOUT.WriteLine("Usage: phpize [--clean|--help|--version|-v]");
/php-src/ext/standard/tests/strings/
H A Durl_t.phpt83 …L_HOST,PHP_URL_PORT,PHP_URL_USER,PHP_URL_PASS,PHP_URL_PATH,PHP_URL_QUERY,PHP_URL_FRAGMENT) as $v) {
84 var_dump(parse_url($url, $v));
/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/Zend/Optimizer/
H A Dzend_inference.c4444 int i, v; in zend_type_narrowing() local
4454 for (v = op_array->last_var; v < ssa->vars_count; v++) { in zend_type_narrowing()
4455 if ((ssa->var_info[v].type & (MAY_BE_REF | MAY_BE_ANY | MAY_BE_UNDEF)) != MAY_BE_LONG) continue; in zend_type_narrowing()
4456 if (ssa->vars[v].definition < 0) continue; in zend_type_narrowing()
4457 if (ssa->vars[v].no_val) continue; in zend_type_narrowing()
4458 opline = op_array->opcodes + ssa->vars[v].definition; in zend_type_narrowing()
4466 if (can_convert_to_double(op_array, ssa, v, value, visited)) { in zend_type_narrowing()
4468 ssa->var_info[v].use_as_double = 1; in zend_type_narrowing()
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c728 zval k, v; in fpm_conf_apply_kv_array_to_kv_array() local
730 ZVAL_STRING(&v, kv->value); in fpm_conf_apply_kv_array_to_kv_array()
731 fpm_conf_set_array(&k, &v, &dest, 0); in fpm_conf_apply_kv_array_to_kv_array()
/php-src/ext/openssl/
H A Dopenssl.c2918 CONF_VALUE *v; in php_openssl_csr_make() local
2949 v = sk_CONF_VALUE_value(dn_sk, i); in php_openssl_csr_make()
2950 type = v->name; in php_openssl_csr_make()
2983 … if (!X509_NAME_add_entry_by_txt(subj, type, MBSTRING_UTF8, (unsigned char*)v->value, -1, -1, 0)) { in php_openssl_csr_make()
2985 php_error_docref(NULL, E_WARNING, "add_entry_by_txt %s -> %s (failed)", type, v->value); in php_openssl_csr_make()
3020 v = sk_CONF_VALUE_value(attr_sk, i); in php_openssl_csr_make()
3022 nid = OBJ_txt2nid(v->name); in php_openssl_csr_make()
3026 if (!X509_REQ_add1_attr_by_txt(csr, v->name, MBSTRING_UTF8, (unsigned char*)v->value, -1)) { in php_openssl_csr_make()
3032 v->name, v->value); in php_openssl_csr_make()
/php-src/ext/xml/
H A Dxml.c61 #define XML(v) ZEND_MODULE_GLOBALS_ACCESSOR(xml, v) argument
/php-src/ext/date/lib/
H A Dparse_date.re131 char **v; /* Values */
283 { "v", 0, 5 },
999 timelib_free(arg.v[i]); \
1001 if (arg.v) { \
1002 timelib_free(arg.v); \
2127 {'v', TIMELIB_FORMAT_MILLISECOND_THREE_DIGIT},
/php-src/ext/opcache/
H A DZendAccelerator.c139 # define INCREMENT(v) InterlockedIncrement64(&ZCSG(v)) argument
140 # define DECREMENT(v) InterlockedDecrement64(&ZCSG(v)) argument
141 # define LOCKVAL(v) (ZCSG(v)) argument
/php-src/ext/odbc/
H A Dconfig.m418 if ldd -v /bin/sh | grep GLIBC > /dev/null; then
/php-src/ext/ffi/
H A Dffi.g874 WS: /[ \t\f\v]+/;
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc17 typedef struct _ir_mem {uint64_t v;} ir_mem;
19 # define IR_MEM_VAL(loc) ((loc).v)
43 mem.v =
1126 static ir_mem ir_vreg_spill_slot(ir_ctx *ctx, ir_ref v)
1131 IR_ASSERT(v > 0 && v <= ctx->vregs_count && ctx->live_intervals[v]);
1132 offset = ctx->live_intervals[v]->stack_spill_pos;
1134 if (ctx->live_intervals[v]->flags & IR_LIVE_INTERVAL_SPILL_SPECIAL) {

Completed in 235 milliseconds

1...<<212223242526272829