Home
last modified time | relevance | path

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

12345

/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dstrnatcasecmp_basic.phpt7 /* Prototype : int strnatcasecmp(string s1, string s2)
H A Dstrval_variation2.phpt14 $s2 = "\x20\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2a\x2b\x2c\x2d\x2e\x2f";
33 echo bin2hex(strval($s2));
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c143 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_MALLOC_AMOUNT:STAT_MEM_EMALLOC_AMOUNT; in _mysqlnd_pemalloc()
145 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pemalloc()
219 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_CALLOC_AMOUNT:STAT_MEM_ECALLOC_AMOUNT; in _mysqlnd_pecalloc()
221 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pecalloc()
299 enum mysqlnd_collected_stats s2 = persistent? STAT_MEM_REALLOC_AMOUNT:STAT_MEM_EREALLOC_AMOUNT; in _mysqlnd_perealloc()
301 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, new_size); in _mysqlnd_perealloc()
/PHP-7.4/ext/standard/
H A Dphp_string.h137 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end);
138 PHPAPI size_t php_strcspn(char *s1, char *s2, char *s1_end, char *s2_end);
H A Dstring.c708 zend_string *s1, *s2; in PHP_FUNCTION() local
712 Z_PARAM_STR(s2) in PHP_FUNCTION()
1789 spanp = s2;
4086 uint8x16_t s2 = vceqq_u8(x, vdupq_n_u8('\"')); local
4089 uint8x16_t s23 = vorrq_u8(s2, s3);
5662 zend_string *s1, *s2; local
5666 Z_PARAM_STR(s2)
5670 ZSTR_VAL(s2), ZSTR_LEN(s2),
6320 zend_string *s1, *s2; local
6328 Z_PARAM_STR(s2)
[all …]
H A Darray.c217 const char *s1, *s2; in php_array_key_compare_string_case() local
230 s2 = s->key->val; in php_array_key_compare_string_case()
250 const char *s1, *s2; in php_array_key_compare_string() local
263 s2 = s->key->val; in php_array_key_compare_string()
267 l2 = buf2 + sizeof(buf2) - 1 - s2; in php_array_key_compare_string()
269 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string()
283 const char *s1, *s2; in php_array_key_compare_string_natural_general() local
296 s2 = s->key->val; in php_array_key_compare_string_natural_general()
334 const char *s1, *s2; in php_array_key_compare_string_locale() local
344 s2 = s->key->val; in php_array_key_compare_string_locale()
[all …]
H A Dstreamsfuncs.c57 php_stream *s1, *s2; in PHP_FUNCTION() local
76 s2 = php_stream_sock_open_from_socket(pair[1], 0); in PHP_FUNCTION()
81 php_stream_auto_cleanup(s2); in PHP_FUNCTION()
84 add_next_index_resource(return_value, s2->res); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c601 zend_string *s1, *s2; in ZEND_FUNCTION() local
605 Z_PARAM_STR(s2) in ZEND_FUNCTION()
608 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
616 zend_string *s1, *s2; in ZEND_FUNCTION() local
621 Z_PARAM_STR(s2) in ZEND_FUNCTION()
630 RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
638 zend_string *s1, *s2; in ZEND_FUNCTION() local
642 Z_PARAM_STR(s2) in ZEND_FUNCTION()
645 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
653 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-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c82 ZEND_ARG_INFO(0, s2)
/PHP-7.4/main/
H A Drfc1867.c563 char *s2 = strrchr(path, '/'); in php_ap_basename() local
565 if (s && s2) { in php_ap_basename()
566 if (s > s2) { in php_ap_basename()
569 s = ++s2; in php_ap_basename()
574 } else if (s2) { in php_ap_basename()
575 return ++s2; in php_ap_basename()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c839 #define ADLER32_DO1(buf) {s1 += *(buf); s2 += s1;}
848 unsigned int s2 = (checksum >> 16) & 0xffff; in zend_adler32() local
859 s2 %= ADLER32_BASE; in zend_adler32()
879 s2 %= ADLER32_BASE; in zend_adler32()
882 return (s2 << 16) | s1; in zend_adler32()
/PHP-7.4/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-7.4/sapi/fpm/fpm/
H A Dfpm_main.c643 char *s1, *s2; in php_cgi_ini_activate_user_config() local
661 s2 = path; in php_cgi_ini_activate_user_config()
665 s2 = (char *) doc_root; in php_cgi_ini_activate_user_config()
673 if (strncmp(s1, s2, s_len) == 0) { in php_cgi_ini_activate_user_config()
674 ptr = s2 + doc_root_len; in php_cgi_ini_activate_user_config()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c802 char *s1, *s2; local
821 s2 = path;
825 s2 = (char *) doc_root;
834 if (strnicmp(s1, s2, s_len) == 0) {
836 if (strncmp(s1, s2, s_len) == 0) {
838 char *ptr = s2 + doc_root_len;
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c3400 unsigned int s3, s2, s1, s0; local
3419 s2 = s[2];
3421 len = (s3 << 24) | (s2 << 16) | (s1 << 8) | s0;
3426 s2 = s[2];
3428 len = (s0 << 24) | (s1 << 16) | (s2 << 8) | s3;
/PHP-7.4/ext/spl/
H A Dspl_observer.c346 spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2); in spl_object_storage_compare_info() local
349 if (compare_function(&result, &s1->inf, &s2->inf) == FAILURE) { in spl_object_storage_compare_info()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument

Completed in 115 milliseconds

12345