/PHP-8.3/Zend/ |
H A D | zend_config.w32.h | 48 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument 49 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
|
H A D | zend_string.h | 92 #define ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(s1, s2) (GC_FLAGS(s1) & GC_FLAGS(s2) & ZSTR_COPYAB… in END_EXTERN_C() argument 366 static zend_always_inline bool zend_string_equals_cstr(const zend_string *s1, const char *s2, size_… in zend_string_equals_cstr() 387 static zend_always_inline bool zend_string_equals(const zend_string *s1, const zend_string *s2) in zend_string_equals() 392 #define zend_string_equals_ci(s1, s2) \ argument
|
H A D | zend_operators.c | 3145 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp() 3161 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp() 3177 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp() 3199 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() 3220 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l() 3242 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp_l(const char *s1, size_t len1, const char *s2, s… in zend_binary_strncasecmp_l() 3263 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp() 3269 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp() 3275 ZEND_API bool ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2) /* {{{ */ 3323 ZEND_API int ZEND_FASTCALL zendi_smart_strcmp(zend_string *s1, zend_string *s2) /* {{{ */
|
H A D | zend_string.c | 402 …inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, const zend_string *s2) in zend_string_equal_val() 440 …inline NOIPA bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, const zend_string *s2) in zend_string_equal_val()
|
H A D | zend_builtin_functions.c | 312 zend_string *s1, *s2; in ZEND_FUNCTION() local 326 zend_string *s1, *s2; in ZEND_FUNCTION() local 347 zend_string *s1, *s2; in ZEND_FUNCTION() local 361 zend_string *s1, *s2; in ZEND_FUNCTION() local
|
H A D | zend_operators.h | 816 static zend_always_inline bool zend_fast_equal_strings(zend_string *s1, zend_string *s2) in zend_fast_equal_strings()
|
/PHP-8.3/ext/phar/ |
H A D | makestub.php | 29 $s2 = substr($s, strlen($s1) + strlen('index.php')); variable 30 $s2 = substr($s2, 0, strpos($s2, 'XXXX')); variable
|
/PHP-8.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cjk.c | 74 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 88 #define SJIS_DECODE(c1,c2,s1,s2) \ argument 1168 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jp_mobile() local 1845 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_jis2004() local 2033 int k, c1, c2, s1, s2; in mbfl_filt_conv_wchar_jis2004_flush() local 3676 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jpms() local 4699 int s1, s2, w; in mbfl_filt_conv_sjis_wchar() local 4753 int c1, c2, s1 = 0, s2; in mbfl_filt_conv_wchar_sjis() local 4935 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local 7333 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local [all …]
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | strcasestr.c | 47 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
|
H A D | softmagic.c | 1958 file_strncmp(const char *s1, const char *s2, size_t len, size_t maxlen, in file_strncmp()
|
/PHP-8.3/ext/random/ |
H A D | engine_xoshiro256starstar.c | 63 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local 84 static inline void seed256(php_random_status *status, uint64_t s0, uint64_t s1, uint64_t s2, uint64… in seed256()
|
/PHP-8.3/ext/date/lib/ |
H A D | timelib.c | 257 int timelib_strcasecmp(const char *s1, const char *s2) in timelib_strcasecmp() 280 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp()
|
/PHP-8.3/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 66 char *s1, *s2; in PHP_METHOD() local
|
/PHP-8.3/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 282 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) argument 284 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) argument 323 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) argument 332 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) argument 334 #define __itt_fstrcpyn(s1, b, s2, l) strncpy(s1, s2, l) argument
|
/PHP-8.3/ext/mbstring/ |
H A D | mb_gpc.c | 188 for (const char *s2 = info->separator; *s2; s2++) { in _php_mb_encoding_handler_ex() local
|
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 469 unsigned int s2 = *s2_out; in adler32_do16_loop() local 520 unsigned int s2 = (checksum >> 16) & 0xffff; in zend_adler32() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_env.c | 103 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
|
H A D | fpm_main.c | 656 char *s1, *s2; in php_cgi_ini_activate_user_config() local
|
/PHP-8.3/ext/standard/html_tables/ |
H A D | html_table_gen.php | 522 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; variable
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_common.c | 119 #define S2(s2) ((sljit_ins)reg_map[s2]) argument 120 #define FS2(s2) ((sljit_ins)freg_map[s2]) argument 121 #define FS2N(s2) ((sljit_ins)freg_map[s2] | 0x1) argument 122 #define S2A(s2) ((sljit_ins)(s2)) argument
|
/PHP-8.3/ext/standard/ |
H A D | string.c | 472 zend_string *s1, *s2; in PHP_FUNCTION() local 1600 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end) 1617 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end) 3779 uint8x16_t s2 = vceqq_u8(x, vdupq_n_u8('\"')); local 5279 zend_string *s1, *s2; local 5848 zend_string *s1, *s2; local
|
H A D | array.c | 174 const char *s1, *s2; in php_array_key_compare_string_case_unstable_i() local 199 const char *s1, *s2; in php_array_key_compare_string_unstable_i() local 224 const char *s1, *s2; in php_array_key_compare_string_natural_general() local 273 const char *s1, *s2; in php_array_key_compare_string_locale_unstable_i() local
|
H A D | var.c | 1139 char *s2 = zend_print_long_to_buf(b2 + sizeof(b2) - 1, serialized_length); in php_var_serialize_intern() local
|
/PHP-8.3/main/ |
H A D | rfc1867.c | 533 char *s2 = strrchr(path, '/'); in php_ap_basename() local
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 518 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
|