Home
last modified time | relevance | path

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

12345

/PHP-7.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_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);
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);
/PHP-7.0/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.0/ext/zip/lib/
H A Dzip_source_deflate.c63 zip_source_t *s2; in zip_source_deflate() local
83 if ((s2=zip_source_layered(za, src, in zip_source_deflate()
91 return s2; in zip_source_deflate()
/PHP-7.0/ext/standard/
H A Dphp_string.h141 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end);
142 PHPAPI size_t php_strcspn(char *s1, char *s2, char *s1_end, char *s2_end);
H A Dstring.c728 zend_string *s1, *s2; in PHP_FUNCTION() local
730 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &s1, &s2) == FAILURE) { in PHP_FUNCTION()
735 (const char *) ZSTR_VAL(s2))); in PHP_FUNCTION()
1743 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end) argument
1749 for (spanp = s2; p != s1_end && spanp != s2_end;) {
1767 spanp = s2;
5028 zend_string *s1, *s2; local
5035 ZSTR_VAL(s2), ZSTR_LEN(s2),
5606 zend_string *s1, *s2; local
5638 …nary_strncmp(ZSTR_VAL(s1) + offset, (ZSTR_LEN(s1) - offset), ZSTR_VAL(s2), ZSTR_LEN(s2), cmp_len));
[all …]
H A Darray.c224 char *s1, *s2; in php_array_key_compare_string_case() local
237 s2 = s->key->val; in php_array_key_compare_string_case()
257 char *s1, *s2; in php_array_key_compare_string() local
270 s2 = s->key->val; in php_array_key_compare_string()
274 l2 = buf2 + sizeof(buf2) - 1 - s2; in php_array_key_compare_string()
276 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string()
290 char *s1, *s2; in php_array_key_compare_string_natural_general() local
303 s2 = s->key->val; in php_array_key_compare_string_natural_general()
342 char *s1, *s2; in php_array_key_compare_string_locale() local
352 s2 = s->key->val; in php_array_key_compare_string_locale()
[all …]
H A Dstreamsfuncs.c55 php_stream *s1, *s2; in PHP_FUNCTION() local
73 s2 = php_stream_sock_open_from_socket(pair[1], 0); in PHP_FUNCTION()
78 php_stream_auto_cleanup(s2); in PHP_FUNCTION()
81 add_next_index_resource(return_value, s2->res); in PHP_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_builtin_functions.c583 zend_string *s1, *s2; in ZEND_FUNCTION() local
585 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &s1, &s2) == FAILURE) { in ZEND_FUNCTION()
589 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
597 zend_string *s1, *s2; in ZEND_FUNCTION() local
600 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SSl", &s1, &s2, &len) == FAILURE) { in ZEND_FUNCTION()
609 RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
617 zend_string *s1, *s2; in ZEND_FUNCTION() local
619 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &s1, &s2) == FAILURE) { in ZEND_FUNCTION()
623 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
631 zend_string *s1, *s2; in ZEND_FUNCTION() local
[all …]
H A Dzend_strtod.c2630 s2 = s;
2637 s = s2;
3910 s2 = j;
3914 s2 = 0;
3919 s2 += k;
4161 s2 += i;
4165 i = m2 < s2 ? m2 : s2;
4168 s2 -= i;
4203 s2 += Log2P;
4218 s2 += i;
[all …]
/PHP-7.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c90 ZEND_ARG_INFO(0, s2)
/PHP-7.0/main/
H A Drfc1867.c571 char *s2 = strrchr(path, '/'); in php_ap_basename() local
573 if (s && s2) { in php_ap_basename()
574 if (s > s2) { in php_ap_basename()
577 s = ++s2; in php_ap_basename()
582 } else if (s2) { in php_ap_basename()
583 return ++s2; in php_ap_basename()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c782 #define ADLER32_DO1(buf) {s1 += *(buf); s2 += s1;}
791 unsigned int s2 = (checksum >> 16) & 0xffff; in zend_adler32() local
802 s2 %= ADLER32_BASE; in zend_adler32()
822 s2 %= ADLER32_BASE; in zend_adler32()
825 return (s2 << 16) | s1; in zend_adler32()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c689 char *s1, *s2; local
707 s2 = path;
711 s2 = (char *) doc_root;
720 if (strnicmp(s1, s2, s_len) == 0) {
722 if (strncmp(s1, s2, s_len) == 0) {
724 ptr = s2 + start; /* start is the point where doc_root ends! */
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c753 char *s1, *s2; local
771 s2 = path;
775 s2 = (char *) doc_root;
784 if (strnicmp(s1, s2, s_len) == 0) {
786 if (strncmp(s1, s2, s_len) == 0) {
788 ptr = s2 + start; /* start is the point where doc_root ends! */
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_auth.c317 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt() argument
321 *buffer++= *s1++ ^ *s2++; in php_mysqlnd_crypt()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregexec.c965 #define STRING_CMP(s1,s2,len) do {\ argument
967 if (*s1++ != *s2++) goto fail;\
981 UChar *p1, *p2, *end1, *s2, *end2; in string_cmp_ic() local
984 s2 = *ps2; in string_cmp_ic()
986 end2 = s2 + mblen; in string_cmp_ic()
989 len2 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s2, end2, buf2); in string_cmp_ic()
1000 *ps2 = s2; in string_cmp_ic()
1004 #define STRING_CMP_VALUE(s1,s2,len,is_fail) do {\ argument
1007 if (*s1++ != *s2++) {\
H A Dregparse.h324 extern int onig_strncmp P_((const UChar* s1, const UChar* s2, int n));
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c105 #define S2(s2) (reg_map[s2]) argument
107 #define S2A(s2) (s2) argument
/PHP-7.0/ext/spl/
H A Dspl_observer.c338 spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2); in spl_object_storage_compare_info() local
341 if (compare_function(&result, &s1->inf, &s2->inf) == FAILURE) { in spl_object_storage_compare_info()

Completed in 128 milliseconds

12345