Home
last modified time | relevance | path

Searched refs:v (Results 651 – 675 of 721) sorted by relevance

1...<<212223242526272829

/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c2408 ssa_vars[v].var = i; in zend_jit_trace_build_tssa()
2423 ssa_var_info[v].type = tmp; in zend_jit_trace_build_tssa()
2424 ssa_var_info[v].ce = ce; in zend_jit_trace_build_tssa()
2425 ssa_var_info[v].is_instanceof = 1; in zend_jit_trace_build_tssa()
2449 v++; in zend_jit_trace_build_tssa()
2460 ssa_vars[v].var = i; in zend_jit_trace_build_tssa()
2466 v++; in zend_jit_trace_build_tssa()
2469 ssa_vars[v].var = i; in zend_jit_trace_build_tssa()
2475 v++; in zend_jit_trace_build_tssa()
7780 if (tssa->vars[v].use_chain >= 0 || tssa->vars[v].phi_use_chain) { in zend_jit_dump_trace()
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt118 foreach ($variables as $var => $v) {
137 foreach ($variables as $var => $v) {
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt104 foreach ($arr as $u => $v) {
108 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
110 $ent = sprintf("&#x%X;", $v[0]);
H A Dhtml_entity_decode_iso8859-15.phpt104 foreach ($arr as $u => $v) {
108 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
110 $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_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_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]);
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc46 mem.v =
1917 /* v = AND(_, _); CMP(v, 0) => SKIP_TEST; TEST */
1925 /* v = BINOP(_, _); CMP(v, 0) => BINOP; SETCC */
2467 /* l = LOAD(_, a) ... v = OP(l) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_OP */
2584 /* v = BINOP(_, _); c = CMP(v, 0) ... IF(c) => BINOP; SKIP_CMP ... JCC */
2627 /* v = BINOP(_, _); IF(v) => BINOP; JCC */
2658 /* v = MEM_BINOP(_, _); IF(v) => MEM_BINOP; JCC */
2671 /* v = MEM_BINOP(_, _); IF(v) => MEM_BINOP; JCC */
2755 /* v = MEM_BINOP(_, _); IF(v) => MEM_BINOP; GUARD_JCC */
2769 /* v = MEM_BINOP(_, _); IF(v) => MEM_BINOP; JCC */
[all …]
/php-src/ext/standard/tests/array/
H A Darray_unshift_variation7.phpt19 "\t\r\v The quick brown fo\fx jumped over the lazy dog",
/php-src/ext/mbstring/tests/
H A Dmb_trim.phpt58 var_dump(mb_trim(" \f\n\r\v\x00\u{00A0}\u{1680}\u{2000}\u{2001}\u{2002}\u{2003}\u{2004}\u{2005}\u{2…
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c158 timelib_free(arg.v[i]); \
160 if (arg.v) { \
161 timelib_free(arg.v); \
/php-src/ext/phar/
H A Dphar_internal.h191 #define PHAR_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(phar, v) argument
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1589 int64_t v = in php_mysqlnd_rowp_read_text_protocol() local
1595 ZVAL_LONG(current_field, (zend_long) v); /* the cast is safe */ in php_mysqlnd_rowp_read_text_protocol()
1597 uint64_t v = in php_mysqlnd_rowp_read_text_protocol() local
1606 if (uns == TRUE && v > 9223372036854775807L) in php_mysqlnd_rowp_read_text_protocol()
1608 if ((uns == TRUE && v > L64(2147483647)) || in php_mysqlnd_rowp_read_text_protocol()
1609 (uns == FALSE && (( L64(2147483647) < (int64_t) v) || in php_mysqlnd_rowp_read_text_protocol()
1610 (L64(-2147483648) > (int64_t) v)))) in php_mysqlnd_rowp_read_text_protocol()
1617 ZVAL_LONG(current_field, (zend_long) v); /* the cast is safe */ in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_portability.h149 double v; member
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c181 #define CGIG(v) ZEND_TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v) argument
184 #define CGIG(v) (php_cgi_globals.v) argument
/php-src/ext/fileinfo/
H A Dlibmagic.patch866 v->magic = &ma[i];
867 - v->magic_rxcomp = &(ml->magic_rxcomp[i]);
3194 uint64_t v;
3198 v = 0;
3224 v = 1;
3282 - v = 0;
3286 - v = 1;
3291 + l = v = 0;
3307 + /* match v = 0, no match v = 1 */
3334 + v = 0;
[all …]
/php-src/Zend/
H A Dzend_strtod.c621 (v) Bigint *v; in Bfree() argument
623 (Bigint *v)
626 if (v) {
627 if (v->k > Kmax)
628 FREE((void*)v);
631 v->next = freelist[v->k];
632 freelist[v->k] = v;
/php-src/ext/standard/
H A Dbrowscap.c61 #define BROWSCAP_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(browscap, v) argument
/php-src/ext/phar/phar/
H A Dpharcommand.inc1592 foreach($version as $k => $v)
1597 foreach($version as $k => $v) {
1598 if (is_bool($v)) {
1599 $v = $v ? 'enabled' : 'disabled';
1601 printf("%-{$klen}s %s\n", $k.':', $v);
/php-src/ext/opcache/
H A Dzend_persist.c277 zval *v; in zend_persist_attributes() local
291 ZEND_HASH_PACKED_FOREACH_VAL(attributes, v) { in zend_persist_attributes()
292 zend_attribute *attr = Z_PTR_P(v); in zend_persist_attributes()
305 ZVAL_PTR(v, copy); in zend_persist_attributes()
/php-src/build/
H A Dlibtool.m41978 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2306 # but apparently some variants of GNU ld only accept -v.
2308 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2339 case `$LD -v 2>&1 </dev/null` in
2726 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
3677 if $CC --version | grep -v '^2\.7' > /dev/null; then
5417 case `$LD -v 2>/dev/null` in
5559 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5580 case `$LD -v 2>&1` in
6225 compiler_flags=-v
[all …]
/php-src/ext/ldap/
H A Dldap.c68 void ldap_memvfree(void **v) in ldap_memvfree() argument
70 ldap_value_free((char **)v); in ldap_memvfree()
3783 unsigned char v = (unsigned char) value[i]; in php_ldap_do_escape() local
3785 if (map[v] || ((flags & PHP_LDAP_ESCAPE_DN) && ((i == 0) || (i + 1 == valuelen)) && (v == ' '))) { in php_ldap_do_escape()
3787 ZSTR_VAL(ret)[p++] = hex[v >> 4]; in php_ldap_do_escape()
3788 ZSTR_VAL(ret)[p++] = hex[v & 0x0f]; in php_ldap_do_escape()
3790 ZSTR_VAL(ret)[p++] = v; in php_ldap_do_escape()
/php-src/sapi/cgi/
H A Dcgi_main.c203 #define CGIG(v) ZEND_TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v) argument
209 #define CGIG(v) (php_cgi_globals.v)
/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()

Completed in 126 milliseconds

1...<<212223242526272829