Home
last modified time | relevance | path

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

12345

/PHP-7.2/ext/standard/html_tables/
H A Dhtml_table_gen.php527 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; variable
530 $mstable[$s1][$s2][$s3] = "";
532 $mstable[$s1][$s2][$s3] = $el[0];
/PHP-7.2/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.2/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.2/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.2/ext/standard/
H A Dphp_string.h143 PHPAPI size_t php_strspn(char *s1, char *s2, char *s1_end, char *s2_end);
144 PHPAPI size_t php_strcspn(char *s1, char *s2, char *s1_end, char *s2_end);
H A Dstring.c733 zend_string *s1, *s2; in PHP_FUNCTION() local
737 Z_PARAM_STR(s2) in PHP_FUNCTION()
741 (const char *) ZSTR_VAL(s2))); in PHP_FUNCTION()
1800 spanp = s2;
5143 zend_string *s1, *s2; local
5147 Z_PARAM_STR(s2)
5151 ZSTR_VAL(s2), ZSTR_LEN(s2),
5735 zend_string *s1, *s2; local
5743 Z_PARAM_STR(s2)
5772 …nary_strncmp(ZSTR_VAL(s1) + offset, (ZSTR_LEN(s1) - offset), ZSTR_VAL(s2), ZSTR_LEN(s2), cmp_len));
[all …]
H A Darray.c223 char *s1, *s2; in php_array_key_compare_string_case() local
236 s2 = s->key->val; in php_array_key_compare_string_case()
256 char *s1, *s2; in php_array_key_compare_string() local
269 s2 = s->key->val; in php_array_key_compare_string()
273 l2 = buf2 + sizeof(buf2) - 1 - s2; in php_array_key_compare_string()
275 return zend_binary_strcmp(s1, l1, s2, l2); in php_array_key_compare_string()
289 char *s1, *s2; in php_array_key_compare_string_natural_general() local
302 s2 = s->key->val; in php_array_key_compare_string_natural_general()
341 char *s1, *s2; in php_array_key_compare_string_locale() local
351 s2 = s->key->val; in php_array_key_compare_string_locale()
[all …]
H A Dstreamsfuncs.c59 php_stream *s1, *s2; in PHP_FUNCTION() local
78 s2 = php_stream_sock_open_from_socket(pair[1], 0); in PHP_FUNCTION()
83 php_stream_auto_cleanup(s2); in PHP_FUNCTION()
86 add_next_index_resource(return_value, s2->res); in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c538 zend_string *s1, *s2; in ZEND_FUNCTION() local
542 Z_PARAM_STR(s2) in ZEND_FUNCTION()
545 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
553 zend_string *s1, *s2; in ZEND_FUNCTION() local
558 Z_PARAM_STR(s2) in ZEND_FUNCTION()
567 RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
575 zend_string *s1, *s2; in ZEND_FUNCTION() local
579 Z_PARAM_STR(s2) in ZEND_FUNCTION()
582 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
590 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.2/ext/intl/spoofchecker/
H A Dspoofchecker_class.c83 ZEND_ARG_INFO(0, s2)
/PHP-7.2/main/
H A Drfc1867.c573 char *s2 = strrchr(path, '/'); in php_ap_basename() local
575 if (s && s2) { in php_ap_basename()
576 if (s > s2) { in php_ap_basename()
579 s = ++s2; in php_ap_basename()
584 } else if (s2) { in php_ap_basename()
585 return ++s2; in php_ap_basename()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c732 #define ADLER32_DO1(buf) {s1 += *(buf); s2 += s1;}
741 unsigned int s2 = (checksum >> 16) & 0xffff; in zend_adler32() local
752 s2 %= ADLER32_BASE; in zend_adler32()
772 s2 %= ADLER32_BASE; in zend_adler32()
775 return (s2 << 16) | s1; in zend_adler32()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c690 char *s1, *s2; local
708 s2 = path;
712 s2 = (char *) doc_root;
721 if (strnicmp(s1, s2, s_len) == 0) {
723 if (strncmp(s1, s2, s_len) == 0) {
725 ptr = s2 + start; /* start is the point where doc_root ends! */
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c816 char *s1, *s2; local
834 s2 = path;
838 s2 = (char *) doc_root;
847 if (strnicmp(s1, s2, s_len) == 0) {
849 if (strncmp(s1, s2, s_len) == 0) {
851 ptr = s2 + start; /* start is the point where doc_root ends! */
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_auth.c527 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt() argument
531 *buffer++= *s1++ ^ *s2++; in php_mysqlnd_crypt()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c1011 #define STRING_CMP(s1,s2,len) do {\ argument
1013 if (*s1++ != *s2++) goto fail;\
1027 UChar *p1, *p2, *end1, *s2, *end2; in string_cmp_ic() local
1030 s2 = *ps2; in string_cmp_ic()
1032 end2 = s2 + mblen; in string_cmp_ic()
1035 len2 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s2, end2, buf2); in string_cmp_ic()
1046 *ps2 = s2; in string_cmp_ic()
1050 #define STRING_CMP_VALUE(s1,s2,len,is_fail) do {\ argument
1053 if (*s1++ != *s2++) {\
H A Dregparse.h325 extern int onig_strncmp P_((const UChar* s1, const UChar* s2, int n));

Completed in 123 milliseconds

12345