Home
last modified time | relevance | path

Searched refs:v (Results 601 – 625 of 645) sorted by relevance

1...<<212223242526

/PHP-7.4/build/
H A Dconfig.sub1389 sco*v* | scout)
1754 sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
H A Dlibtool.m41967 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2295 # but apparently some variants of GNU ld only accept -v.
2297 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2328 case `$LD -v 2>&1 </dev/null` in
2715 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
3668 if $CC --version | grep -v '^2\.7' > /dev/null; then
5408 case `$LD -v 2>/dev/null` in
5550 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5571 case `$LD -v 2>&1` in
6216 compiler_flags=-v
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1251.phpt140 foreach ($arr as $u => $v) {
144 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
146 $ent = sprintf("&#x%X;", $v[0]);
H A Dhtml_entity_decode_macroman.phpt140 foreach ($arr as $u => $v) {
144 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
146 $ent = sprintf("&#x%X;", $v[0]);
H A Dhtml_entity_decode_cp866.phpt136 foreach ($arr as $u => $v) {
140 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
142 $ent = sprintf("&#x%X;", $v[0]);
H A Dhtml_entity_decode_koi8-r.phpt136 foreach ($arr as $u => $v) {
140 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
142 $ent = sprintf("&#x%X;", $v[0]);
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-7.4/ext/phar/phar/
H A Dpharcommand.inc1580 foreach($version as $k => $v)
1585 foreach($version as $k => $v) {
1586 if (is_bool($v)) {
1587 $v = $v ? 'enabled' : 'disabled';
1589 printf("%-${klen}s %s\n", $k.':', $v);
/PHP-7.4/
H A Drun-tests.php2538 foreach ($want as $k => $v) {
2544 if (!isset($headers[$k]) || $headers[$k] != $v) {
2985 foreach ($test_results as $v) {
2986 $sum_results[$v]++;
2992 foreach ($sum_results as $v => $n) {
2993 $percent_results[$v] = (100.0 * $n) / $n_total;
H A DUPGRADING.INTERNALS25 v. Compound assignment opcodes
219 v. Compound assignment opcodes were changed. Instead of ZEND_ASSIGN_ADD (and
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt61 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-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h169 double v; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1212 uint32_t v; member
1243 if (vn[i].v == p) in cdf_print_property_name()
1342 cdf_dump(const void *v, size_t len) in cdf_dump() argument
1345 const unsigned char *p = v; in cdf_dump()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c202 #define CGIG(v) ZEND_TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v) argument
208 #define CGIG(v) (php_cgi_globals.v)
/PHP-7.4/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-7.4/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��…
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c4010 int i, v; in zend_type_narrowing() local
4020 for (v = op_array->last_var; v < ssa->vars_count; v++) { in zend_type_narrowing()
4021 if ((ssa->var_info[v].type & (MAY_BE_REF | MAY_BE_ANY | MAY_BE_UNDEF)) != MAY_BE_LONG) continue; in zend_type_narrowing()
4022 if (ssa->vars[v].definition < 0) continue; in zend_type_narrowing()
4023 if (ssa->vars[v].no_val) continue; in zend_type_narrowing()
4024 opline = op_array->opcodes + ssa->vars[v].definition; in zend_type_narrowing()
4032 if (can_convert_to_double(op_array, ssa, v, value, visited)) { in zend_type_narrowing()
4034 ssa->var_info[v].use_as_double = 1; in zend_type_narrowing()
/PHP-7.4/ext/openssl/
H A Dopenssl.c3157 CONF_VALUE * v; in php_openssl_make_REQ() local
3196 v = sk_CONF_VALUE_value(dn_sk, i); in php_openssl_make_REQ()
3197 type = v->name; in php_openssl_make_REQ()
3230 … if (!X509_NAME_add_entry_by_txt(subj, type, MBSTRING_UTF8, (unsigned char*)v->value, -1, -1, 0)) { in php_openssl_make_REQ()
3232 php_error_docref(NULL, E_WARNING, "add_entry_by_txt %s -> %s (failed)", type, v->value); in php_openssl_make_REQ()
3267 v = sk_CONF_VALUE_value(attr_sk, i); in php_openssl_make_REQ()
3269 nid = OBJ_txt2nid(v->name); in php_openssl_make_REQ()
3273 if (!X509_REQ_add1_attr_by_txt(csr, v->name, MBSTRING_UTF8, (unsigned char*)v->value, -1)) { in php_openssl_make_REQ()
3279 v->name, v->value); in php_openssl_make_REQ()
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_1.phpt35 "insert into imp_res_1_tab_2 values ('v')",
/PHP-7.4/win32/build/
H A Dphpize.js.in196 STDOUT.WriteLine("Usage: phpize [--clean|--help|--version|-v]");
/PHP-7.4/ext/dba/
H A Ddba.c163 #define DBA_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(dba, v) argument
/PHP-7.4/ext/ldap/
H A Dldap.c69 void ldap_memvfree(void **v) in ldap_memvfree() argument
71 ldap_value_free((char **)v); in ldap_memvfree()
3852 unsigned char v = (unsigned char) value[i]; in php_ldap_do_escape() local
3854 if (map[v] || ((flags & PHP_LDAP_ESCAPE_DN) && ((i == 0) || (i + 1 == valuelen)) && (v == ' '))) { in php_ldap_do_escape()
3856 ZSTR_VAL(ret)[p++] = hex[v >> 4]; in php_ldap_do_escape()
3857 ZSTR_VAL(ret)[p++] = hex[v & 0x0f]; in php_ldap_do_escape()
3859 ZSTR_VAL(ret)[p++] = v; in php_ldap_do_escape()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3516 - v = CAST(uint64_t, -1);
3523 + l = v = 0;
3554 + /* match v = 0, no match v = 1 */
3581 + v = 0;
3604 - v = 0;
3608 v = 1;
3613 - v = CAST(uint64_t, -1);
3620 - if (v == CAST(uint64_t, -1))
/PHP-7.4/ext/date/lib/
H A Dparse_date.re129 char **v; /* Values */
266 { "v", 0, 5 },
873 timelib_free(arg.v[i]); \
875 if (arg.v) { \
876 timelib_free(arg.v); \
1958 {'v', TIMELIB_FORMAT_MILLISECOND_THREE_DIGIT},
/PHP-7.4/Zend/
H A Dzend_API.h166 …ND_MODULE_GLOBALS_ACCESSOR(module_name, v) ZEND_TSRMG(module_name##_globals_id, zend_##module_name… argument
181 #define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v) (module_name##_globals.v) argument

Completed in 151 milliseconds

1...<<212223242526