Home
last modified time | relevance | path

Searched refs:s2 (Results 76 – 100 of 106) sorted by relevance

12345

/PHP-8.0/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_004w.phpt24 $s2 = new BaseStruct(12.345,12);
26 $client->echoMultipleFaults1(1,$s1,$s2);
H A Dr4_groupH_complex_rpcenc_005w.phpt24 $s2 = new BaseStruct(12.345,12);
26 $client->echoMultipleFaults1(2,$s1,$s2);
H A Dr4_groupH_complex_rpcenc_006w.phpt24 $s2 = new BaseStruct(12.345,12);
26 $client->echoMultipleFaults1(3,$s1,$s2);
H A Dr4_groupH_complex_rpcenc_007w.phpt31 $s2 = new ExtendedStruct(12.345,2,"arg",-3,5);
34 $client->echoMultipleFaults2(1,$s1,$s2,$s3);
H A Dr4_groupH_complex_rpcenc_008w.phpt31 $s2 = new ExtendedStruct(12.345,2,"arg",-3,5);
34 $client->echoMultipleFaults2(2,$s1,$s2,$s3);
H A Dr4_groupH_complex_rpcenc_009w.phpt31 $s2 = new ExtendedStruct(12.345,2,"arg",-3,5);
34 $client->echoMultipleFaults2(3,$s1,$s2,$s3);
H A Dr4_groupH_complex_rpcenc_010w.phpt31 $s2 = new ExtendedStruct(12.345,2,"arg",-3,5);
34 $client->echoMultipleFaults2(4,$s1,$s2,$s3);
/PHP-8.0/Zend/
H A Dzend_builtin_functions.c302 zend_string *s1, *s2; in ZEND_FUNCTION() local
306 Z_PARAM_STR(s2) in ZEND_FUNCTION()
309 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
316 zend_string *s1, *s2; in ZEND_FUNCTION() local
321 Z_PARAM_STR(s2) in ZEND_FUNCTION()
330 RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
337 zend_string *s1, *s2; in ZEND_FUNCTION() local
341 Z_PARAM_STR(s2) in ZEND_FUNCTION()
344 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
351 zend_string *s1, *s2; in ZEND_FUNCTION() local
[all …]
H A Dzend_strtod.c2633 s2 = s;
2640 s = s2;
3913 s2 = j;
3917 s2 = 0;
3922 s2 += k;
4164 s2 += i;
4168 i = m2 < s2 ? m2 : s2;
4171 s2 -= i;
4206 s2 += Log2P;
4221 s2 += i;
[all …]
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c141 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_MALLOC_AMOUNT:STAT_MEM_EMALLOC_AMOUNT; in _mysqlnd_pemalloc()
143 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pemalloc()
217 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_CALLOC_AMOUNT:STAT_MEM_ECALLOC_AMOUNT; in _mysqlnd_pecalloc()
219 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pecalloc()
297 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_REALLOC_AMOUNT:STAT_MEM_EREALLOC_AMOUNT; in _mysqlnd_perealloc()
299 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, new_size); in _mysqlnd_perealloc()
/PHP-8.0/ext/standard/tests/strings/
H A Dstrval_variation2.phpt9 $s2 = "\x20\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2a\x2b\x2c\x2d\x2e\x2f";
28 echo bin2hex(strval($s2));
/PHP-8.0/main/
H A Drfc1867.c556 char *s2 = strrchr(path, '/'); in php_ap_basename() local
558 if (s && s2) { in php_ap_basename()
559 if (s > s2) { in php_ap_basename()
562 s = ++s2; in php_ap_basename()
567 } else if (s2) { in php_ap_basename()
568 return ++s2; in php_ap_basename()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c856 #define ADLER32_DO1(buf) {s1 += *(buf); s2 += s1;}
865 unsigned int s2 = (checksum >> 16) & 0xffff; in zend_adler32() local
876 s2 %= ADLER32_BASE; in zend_adler32()
896 s2 %= ADLER32_BASE; in zend_adler32()
899 return (s2 << 16) | s1; in zend_adler32()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm64.lua430 local s, s2 = match(expr, "^(%S+)%s*(.*)$")
433 return parse_imm(s2, 6, 10, 0, false) + shl(s, 22)
447 local s, s2 = match(expr, "^(%S+)%s*(.*)$")
454 return (s2 == "" and 0 or parse_imm(s2, 3, 10, 0, false)) + shl(s, 13)
H A Ddasm_arm.lua676 local s, s2 = match(shift, "^(%S+)%s*(.*)$")
679 if sub(s2, 1, 1) == "#" then
680 return parse_imm(s2, 5, 7, 0, false) + shl(s, 5)
683 return shl(parse_gpr(s2), 8) + shl(s, 5) + 16
H A Ddynasm.lua680 for _,s2 in ipairs(s) do
681 out:write(format(" %-12s %s\n", name, s2))
/PHP-8.0/ext/standard/
H A Dstring.c677 zend_string *s1, *s2; in PHP_FUNCTION() local
681 Z_PARAM_STR(s2) in PHP_FUNCTION()
1722 spanp = s2;
3784 uint8x16_t s2 = vceqq_u8(x, vdupq_n_u8('\"')); local
3787 uint8x16_t s23 = vorrq_u8(s2, s3);
5282 zend_string *s1, *s2; local
5286 Z_PARAM_STR(s2)
5290 ZSTR_VAL(s2), ZSTR_LEN(s2),
5866 zend_string *s1, *s2; local
5874 Z_PARAM_STR(s2)
[all …]
H A Dstreamsfuncs.c54 php_stream *s1, *s2; in PHP_FUNCTION() local
77 s2 = php_stream_sock_open_from_socket(pair[1], 0); in PHP_FUNCTION()
78 if (s2 == NULL) { in PHP_FUNCTION()
90 php_stream_auto_cleanup(s2); in PHP_FUNCTION()
93 add_next_index_resource(return_value, s2->res); in PHP_FUNCTION()
H A Darray.c229 const char *s1, *s2; in php_array_key_compare_string_case_unstable_i() local
242 s2 = s->key->val; in php_array_key_compare_string_case_unstable_i()
254 const char *s1, *s2; in php_array_key_compare_string_unstable_i() local
267 s2 = s->key->val; in php_array_key_compare_string_unstable_i()
271 l2 = buf2 + sizeof(buf2) - 1 - s2; in php_array_key_compare_string_unstable_i()
273 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string_unstable_i()
279 const char *s1, *s2; in php_array_key_compare_string_natural_general() local
292 s2 = s->key->val; in php_array_key_compare_string_natural_general()
328 const char *s1, *s2; in php_array_key_compare_string_locale_unstable_i() local
338 s2 = s->key->val; in php_array_key_compare_string_locale_unstable_i()
[all …]
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c119 #define S2(s2) (reg_map[s2]) argument
120 #define FS2(s2) (freg_map[s2]) argument
121 #define FS2N(s2) (freg_map[s2] | 0x1) argument
122 #define S2A(s2) (s2) argument
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c636 char *s1, *s2; in php_cgi_ini_activate_user_config() local
654 s2 = path; in php_cgi_ini_activate_user_config()
658 s2 = (char *) doc_root; in php_cgi_ini_activate_user_config()
666 if (strncmp(s1, s2, s_len) == 0) { in php_cgi_ini_activate_user_config()
667 ptr = s2 + doc_root_len; in php_cgi_ini_activate_user_config()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c797 char *s1, *s2; local
816 s2 = path;
820 s2 = (char *) doc_root;
829 if (strnicmp(s1, s2, s_len) == 0) {
831 if (strncmp(s1, s2, s_len) == 0) {
833 char *ptr = s2 + doc_root_len;
/PHP-8.0/ext/mbstring/
H A Dmbstring.c661 char *s, *s2; in php_mb_rfc1867_basename() local
670 s2 = php_mb_safe_strrchr_ex(filename, '/', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
672 if (s && s2) { in php_mb_rfc1867_basename()
673 if (s > s2) { in php_mb_rfc1867_basename()
676 return ++s2; in php_mb_rfc1867_basename()
680 } else if (s2) { in php_mb_rfc1867_basename()
681 return ++s2; in php_mb_rfc1867_basename()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c3387 unsigned int s3, s2, s1, s0; local
3406 s2 = s[2];
3408 len = (s3 << 24) | (s2 << 16) | (s1 << 8) | s0;
3413 s2 = s[2];
3415 len = (s0 << 24) | (s1 << 16) | (s2 << 8) | s3;
/PHP-8.0/ext/spl/
H A Dspl_observer.c298 spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2); in spl_object_storage_compare_info() local
300 return zend_compare(&s1->inf, &s2->inf); in spl_object_storage_compare_info()

Completed in 174 milliseconds

12345