Home
last modified time | relevance | path

Searched refs:s1 (Results 51 – 75 of 101) sorted by relevance

12345

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c586 int s, s1 = 0, c1 = 0, snd = 0; in mbfl_filt_conv_utf8_mobile_wchar() local
616 s = mbfilter_sjis_emoji_docomo2unicode(s1, &snd); in mbfl_filt_conv_utf8_mobile_wchar()
618 s = mbfilter_sjis_emoji_kddi2unicode(s1, &snd); in mbfl_filt_conv_utf8_mobile_wchar()
620 s = mbfilter_sjis_emoji_kddi2unicode(s1, &snd); in mbfl_filt_conv_utf8_mobile_wchar()
622 s = mbfilter_sjis_emoji_sb2unicode(s1, &snd); in mbfl_filt_conv_utf8_mobile_wchar()
686 int s1, c1; in mbfl_filt_conv_wchar_utf8_mobile() local
688 …_utf8_docomo && mbfilter_unicode2sjis_emoji_docomo(c, &s1, filter) > 0 && mbfilter_conv_map_tbl(s1 in mbfl_filt_conv_wchar_utf8_mobile()
691 …encoding_utf8_sb && mbfilter_unicode2sjis_emoji_sb(c, &s1, filter) > 0 && mbfilter_conv_map_tbl(s1 in mbfl_filt_conv_wchar_utf8_mobile()
816 int s1 = 0, snd = 0; in mb_mobile_utf8_to_wchar() local
817 if (mbfilter_conv_r_map_tbl(s, &s1, n, emoji_map)) { in mb_mobile_utf8_to_wchar()
[all …]
/php-src/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt54 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
56 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
58 Warning: finfo_open(): Failed to load magic database at "%s1" in %s on line %d
72 finfo::__construct(%s1): Failed to open stream: No such file or directory
/php-src/ext/random/
H A Dengine_xoshiro256starstar.c64 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local
70 s1 ^= state->state[1]; in jump()
80 state->state[1] = s1; in jump()
85 …6(php_random_status_state_xoshiro256starstar *state, uint64_t s0, uint64_t s1, uint64_t s2, uint64… in php_random_xoshiro256starstar_seed256() argument
88 state->state[1] = s1; in php_random_xoshiro256starstar_seed256()
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c458 #define ADLER32_SCALAR_DO1(buf) {s1 += *(buf); s2 += s1;}
466 unsigned int s1 = *s1_out; in adler32_do16_loop() local
489 accumulate_s1 += s1; in adler32_do16_loop()
493 s1 += _mm_cvtsi128_si32(sum) + _mm_extract_epi16(sum, 4); in adler32_do16_loop()
511 *s1_out = s1; in adler32_do16_loop()
517 unsigned int s1 = checksum & 0xffff; in zend_adler32() local
524 adler32_do16_loop(buf, end, &s1, &s2); in zend_adler32()
526 s1 %= ADLER32_BASE; in zend_adler32()
534 adler32_do16_loop(buf, end, &s1, &s2); in zend_adler32()
544 s1 %= ADLER32_BASE; in zend_adler32()
[all …]
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_main.c68 char *s1, *s2; in PHP_METHOD() local
73 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "ss|z", &s1, &s1_len, in PHP_METHOD()
82 …ret = uspoof_areConfusableUTF8(co->uspoof, s1, (int32_t)s1_len, s2, (int32_t)s2_len, SPOOFCHECKER_… in PHP_METHOD()
/php-src/sapi/fpm/fpm/
H A Dfpm_env.c103 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch() argument
105 while(*s1 == *s2++) in nvmatch()
107 if(*s1++ == '=') { in nvmatch()
111 if(*s1 == '\0' && *(s2-1) == '=') { in nvmatch()
/php-src/ext/date/lib/
H A Dtimelib_private.h170 int timelib_strcasecmp(const char *s1, const char *s2);
171 int timelib_strncasecmp(const char *s1, const char *s2, size_t n);
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_008w.phpt28 $s1 = new BaseStruct(new SOAPStruct("s1",1,1.1),1);
33 "param1" => $s1,
43 …whichFault>2</ns1:whichFault><ns1:param1><ns2:structMessage><ns2:varString>s1</ns2:varString><ns2:…
H A Dr4_groupH_complex_doclit_009w.phpt28 $s1 = new BaseStruct(new SOAPStruct("s1",1,1.1),1);
33 "param1" => $s1,
43 …whichFault>3</ns1:whichFault><ns1:param1><ns2:structMessage><ns2:varString>s1</ns2:varString><ns2:…
H A Dr4_groupH_complex_doclit_006w.phpt16 $s1 = new SOAPStruct('arg1',34,325.325);
20 "param1" => $s1,
H A Dr4_groupH_complex_doclit_004w.phpt16 $s1 = new SOAPStruct('arg1',34,325.325);
20 "param1" => $s1,
H A Dr4_groupH_complex_doclit_005w.phpt16 $s1 = new SOAPStruct('arg1',34,325.325);
20 "param1" => $s1,
H A Dr4_groupH_complex_rpcenc_005w.phpt16 $s1 = new SOAPStruct('arg',34,325.325);
19 $client->echoMultipleFaults1(2,$s1,$s2);
/php-src/Zend/tests/
H A Dbug79934.phpt9 eval("\$s1 = <<<HEREDOC\r\n a\r\n\r\n b\r\n HEREDOC;");
10 var_dump(addcslashes($s1, "\r\n"));
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.c99 enum mysqlnd_collected_stats s1 = persistent? STAT_MEM_MALLOC_COUNT:STAT_MEM_EMALLOC_COUNT; in _mysqlnd_pemalloc()
102 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pemalloc()
141 enum mysqlnd_collected_stats s1 = persistent? STAT_MEM_CALLOC_COUNT:STAT_MEM_ECALLOC_COUNT; in _mysqlnd_pecalloc()
144 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, size); in _mysqlnd_pecalloc()
185 enum mysqlnd_collected_stats s1 = persistent? STAT_MEM_REALLOC_COUNT:STAT_MEM_EREALLOC_COUNT; in _mysqlnd_perealloc()
188 MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(s1, 1, s2, new_size); in _mysqlnd_perealloc()
/php-src/Zend/
H A Dzend_operators.h472 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2);
473 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3);
474 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l…
476 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size…
481 ZEND_API bool ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2);
482 ZEND_API int ZEND_FASTCALL zendi_smart_strcmp(zend_string *s1, zend_string *s2);
812 static zend_always_inline bool zend_fast_equal_strings(zend_string *s1, zend_string *s2) in zend_fast_equal_strings() argument
814 if (s1 == s2) { in zend_fast_equal_strings()
816 } else if (ZSTR_VAL(s1)[0] > '9' || ZSTR_VAL(s2)[0] > '9') { in zend_fast_equal_strings() local
817 return zend_string_equal_content(s1, s2); in zend_fast_equal_strings()
[all …]
H A Dzend_operators.c3149 if (s1 == s2) { in zend_binary_strcmp()
3165 if (s1 == s2) { in zend_binary_strncmp()
3182 if (s1 == s2) { in zend_binary_strcasecmp()
3204 if (s1 == s2) { in zend_binary_strncasecmp()
3225 if (s1 == s2) { in zend_binary_strcasecmp_l()
3247 if (s1 == s2) { in zend_binary_strncasecmp_l()
3265 return zend_binary_strcmp(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_P(s2)); in zend_binary_zval_strcmp()
3271 …return zend_binary_strncmp(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_P(s2), Z_LVAL_… in zend_binary_zval_strncmp()
3282 if ((ret1 = is_numeric_string_ex(s1->val, s1->len, &lval1, &dval1, false, &oflow1, NULL)) &&
3330 if ((ret1 = is_numeric_string_ex(s1->val, s1->len, &lval1, &dval1, false, &oflow1, NULL)) &&
[all …]
H A Dzend_builtin_functions.c316 zend_string *s1, *s2; in ZEND_FUNCTION() local
319 Z_PARAM_STR(s1) in ZEND_FUNCTION()
323 RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
330 zend_string *s1, *s2; in ZEND_FUNCTION() local
334 Z_PARAM_STR(s1) in ZEND_FUNCTION()
344 RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
351 zend_string *s1, *s2; in ZEND_FUNCTION() local
354 Z_PARAM_STR(s1) in ZEND_FUNCTION()
358 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
365 zend_string *s1, *s2; in ZEND_FUNCTION() local
[all …]
/php-src/ext/mbstring/
H A Dmb_gpc.c187 for (char *s1 = res; *s1; s1++) { in _php_mb_encoding_handler_ex() local
189 if (*s1 == *s2) { in _php_mb_encoding_handler_ex()
/php-src/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S85 sd s1, 0x68(sp)
123 ld s1, 0x68(sp)
H A Djump_loongarch64_sysv_elf_gas.S62 st.d $s1, $sp, 72
94 ld.d $s1, $sp, 72
H A Djump_mips32_o32_elf_gas.S52 sw $s1, 52($sp) # save S1
89 lw $s1, 52($sp) # restore S1
H A Djump_mips64_n64_elf_gas.S59 sd $s1, 72($sp) # save S1
99 ld $s1, 72($sp) # restore S1
/php-src/ext/standard/
H A Dphp_string.h58 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
59 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
/php-src/ext/dom/
H A Dxml_serializer.c77 static bool dom_xml_str_equals_treat_nulls_as_empty(const xmlChar *s1, const xmlChar *s2) in dom_xml_str_equals_treat_nulls_as_empty() argument
79 if (s1 == s2) { in dom_xml_str_equals_treat_nulls_as_empty()
82 if (s1 == NULL) { in dom_xml_str_equals_treat_nulls_as_empty()
87 return *s1 == '\0'; in dom_xml_str_equals_treat_nulls_as_empty()
89 return strcmp((const char *) s1, (const char *) s2) == 0; in dom_xml_str_equals_treat_nulls_as_empty()
92 static zend_always_inline bool dom_xml_str_equals_treat_nulls_as_nulls(const xmlChar *s1, const xml… in dom_xml_str_equals_treat_nulls_as_nulls() argument
94 if (s1 == s2) { in dom_xml_str_equals_treat_nulls_as_nulls()
97 if (s1 == NULL || s2 == NULL) { in dom_xml_str_equals_treat_nulls_as_nulls()
100 return strcmp((const char *) s1, (const char *) s2) == 0; in dom_xml_str_equals_treat_nulls_as_nulls()

Completed in 55 milliseconds

12345