/php-src/Zend/ |
H A D | zend_config.w32.h | 44 #define strcasecmp(s1, s2) _stricmp(s1, s2) argument 45 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
|
H A D | zend_string.h | 94 #define ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(s1, s2) (GC_FLAGS(s1) & GC_FLAGS(s2) & ZSTR_COPYAB… in END_EXTERN_C() argument 368 static zend_always_inline bool zend_string_equals_cstr(const zend_string *s1, const char *s2, size_… in zend_string_equals_cstr() 389 static zend_always_inline bool zend_string_equals(const zend_string *s1, const zend_string *s2) in zend_string_equals() 394 #define zend_string_equals_ci(s1, s2) \ argument
|
H A D | zend_operators.c | 3160 ZEND_API int ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char *s2, size_t l… in zend_binary_strcmp() 3176 ZEND_API int ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const char *s2, size_t … in zend_binary_strncmp() 3192 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp() 3214 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() 3235 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, const char *s2, si… in zend_binary_strcasecmp_l() 3257 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp_l(const char *s1, size_t len1, const char *s2, s… in zend_binary_strncasecmp_l() 3278 ZEND_API int ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ in zend_binary_zval_strcmp() 3284 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp() 3290 ZEND_API bool ZEND_FASTCALL zendi_smart_streq(zend_string *s1, zend_string *s2) /* {{{ */ 3338 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 | 343 zend_string *s1, *s2; in ZEND_FUNCTION() local 357 zend_string *s1, *s2; in ZEND_FUNCTION() local 378 zend_string *s1, *s2; in ZEND_FUNCTION() local 392 zend_string *s1, *s2; in ZEND_FUNCTION() local
|
H A D | zend_operators.h | 825 static zend_always_inline bool zend_fast_equal_strings(zend_string *s1, zend_string *s2) in zend_fast_equal_strings()
|
H A D | zend_strtod.c | 2555 CONST char *s2; local 3740 j, j1 = 0, k, k0, k_check, leftright, m2, m5, s2, s5, in zend_dtoa() local
|
/php-src/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-src/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 | 1993 file_strncmp(const char *s1, const char *s2, size_t len, size_t maxlen, in file_strncmp()
|
/php-src/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cjk.c | 91 #define SJIS_ENCODE(c1,c2,s1,s2) \ argument 1185 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jp_mobile() local 1862 int c1, c2, s1, s2; in mbfl_filt_conv_wchar_jis2004() local 2050 int k, c1, c2, s1, s2; in mbfl_filt_conv_wchar_jis2004_flush() local 3693 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_2022jpms() local 4725 int s1, s2, w; in mbfl_filt_conv_sjis_wchar() local 4779 int c1, c2, s1 = 0, s2; in mbfl_filt_conv_wchar_sjis() local 4961 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local 6298 int c1, c2, s1 = 0, s2 = 0; in mbfl_filt_conv_wchar_sjis_mobile() local 7359 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local [all …]
|
/php-src/ext/random/ |
H A D | engine_xoshiro256starstar.c | 64 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local 85 …_random_status_state_xoshiro256starstar *state, uint64_t s0, uint64_t s1, uint64_t s2, uint64_t s3) in php_random_xoshiro256starstar_seed256()
|
/php-src/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-src/ext/mbstring/ |
H A D | mb_gpc.c | 180 for (const char *s2 = info->separator; *s2; s2++) { in _php_mb_encoding_handler_ex() local
|
/php-src/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 68 zend_string *s1, *s2; in PHP_METHOD() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_env.c | 104 static char * nvmatch(char *s1, char *s2) /* {{{ */ in nvmatch()
|
H A D | fpm_main.c | 654 char *s1, *s2; in php_cgi_ini_activate_user_config() local
|
/php-src/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 467 unsigned int s2 = *s2_out; in adler32_do16_loop() local 518 unsigned int s2 = (checksum >> 16) & 0xffff; in zend_adler32() local
|
/php-src/ext/standard/html_tables/ |
H A D | html_table_gen.php | 522 $s2 = (hexdec($el[1]) & 0xFC0) >> 6; variable
|
/php-src/ext/dom/ |
H A D | xml_serializer.c | 86 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() 101 …nd_always_inline bool dom_xml_str_equals_treat_nulls_as_nulls(const xmlChar *s1, const xmlChar *s2) in dom_xml_str_equals_treat_nulls_as_nulls()
|
/php-src/main/ |
H A D | rfc1867.c | 534 char *s2 = strrchr(path, '/'); in php_ap_basename() local
|
/php-src/ext/standard/ |
H A D | string.c | 470 zend_string *s1, *s2; in PHP_FUNCTION() local 4041 uint8x16_t s2 = vceqq_u8(x, vdupq_n_u8('\"')); local 5588 zend_string *s1, *s2; local 6160 zend_string *s1, *s2; local
|
H A D | array.c | 169 const char *s1, *s2; in php_array_key_compare_string_case_unstable_i() local 194 const char *s1, *s2; in php_array_key_compare_string_unstable_i() local 219 const char *s1, *s2; in php_array_key_compare_string_natural_general() local 268 const char *s1, *s2; in php_array_key_compare_string_locale_unstable_i() local
|
H A D | var.c | 1186 char *s2 = zend_print_long_to_buf(b2 + sizeof(b2) - 1, serialized_length); in php_var_serialize_intern() local
|
/php-src/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()
|