str1 111 Zend/zend_builtin_functions.c ZEND_ARG_INFO(0, str1) str1 116 Zend/zend_builtin_functions.c ZEND_ARG_INFO(0, str1) str1 34 ext/intl/collator/collator_compare.c char* str1 = NULL; str1 50 ext/intl/collator/collator_compare.c &object, Collator_ce_ptr, &str1, &str1_len, &str2, &str2_len ) == FAILURE ) str1 76 ext/intl/collator/collator_compare.c &ustr1, &ustr1_len, str1, str1_len, COLLATOR_ERROR_CODE_P( co ) ); str1 59 ext/intl/collator/collator_sort.c zval* str1 = collator_convert_object_to_string( op1 TSRMLS_CC ); str1 69 ext/intl/collator/collator_sort.c if( Z_TYPE_P(str1) == IS_STRING && Z_TYPE_P(str2) == IS_STRING && str1 70 ext/intl/collator/collator_sort.c ( str1 == ( num1 = collator_convert_string_to_number_if_possible( str1 ) ) || str1 87 ext/intl/collator/collator_sort.c INTL_Z_STRVAL_P(str1), INTL_Z_STRLEN_P(str1), str1 96 ext/intl/collator/collator_sort.c if( num1 == str1 ) str1 101 ext/intl/collator/collator_sort.c norm1 = collator_convert_zstr_utf16_to_utf8( str1 ); str1 120 ext/intl/collator/collator_sort.c norm1 = collator_normalize_sort_argument( str1 ); str1 138 ext/intl/collator/collator_sort.c zval_ptr_dtor( &str1 ); str1 184 ext/intl/collator/collator_sort.c zval* str1 = NULL; str1 187 ext/intl/collator/collator_sort.c str1 = collator_make_printable_zval( op1 ); str1 196 ext/intl/collator/collator_sort.c INTL_Z_STRVAL_P(str1), INTL_Z_STRLEN_P(str1), str1 200 ext/intl/collator/collator_sort.c zval_ptr_dtor( &str1 ); str1 495 ext/libxml/libxml.c error_copy.str1 = NULL; str1 2691 ext/pcre/pcrelib/pcre_internal.h #define STRCMP_UC_UC(str1, str2) \ str1 2692 ext/pcre/pcrelib/pcre_internal.h strcmp((char *)(str1), (char *)(str2)) str1 2693 ext/pcre/pcrelib/pcre_internal.h #define STRCMP_UC_C8(str1, str2) \ str1 2694 ext/pcre/pcrelib/pcre_internal.h strcmp((char *)(str1), (str2)) str1 2695 ext/pcre/pcrelib/pcre_internal.h #define STRNCMP_UC_UC(str1, str2, num) \ str1 2696 ext/pcre/pcrelib/pcre_internal.h strncmp((char *)(str1), (char *)(str2), (num)) str1 2697 ext/pcre/pcrelib/pcre_internal.h #define STRNCMP_UC_C8(str1, str2, num) \ str1 2698 ext/pcre/pcrelib/pcre_internal.h strncmp((char *)(str1), (str2), (num)) str1 2713 ext/pcre/pcrelib/pcre_internal.h #define STRCMP_UC_UC(str1, str2) \ str1 2714 ext/pcre/pcrelib/pcre_internal.h PRIV(strcmp_uc_uc)((str1), (str2)) str1 2715 ext/pcre/pcrelib/pcre_internal.h #define STRCMP_UC_C8(str1, str2) \ str1 2716 ext/pcre/pcrelib/pcre_internal.h PRIV(strcmp_uc_c8)((str1), (str2)) str1 2717 ext/pcre/pcrelib/pcre_internal.h #define STRNCMP_UC_UC(str1, str2, num) \ str1 2718 ext/pcre/pcrelib/pcre_internal.h PRIV(strncmp_uc_uc)((str1), (str2), (num)) str1 2719 ext/pcre/pcrelib/pcre_internal.h #define STRNCMP_UC_C8(str1, str2, num) \ str1 2720 ext/pcre/pcrelib/pcre_internal.h PRIV(strncmp_uc_c8)((str1), (str2), (num)) str1 2727 ext/pcre/pcrelib/pcre_internal.h #define STRCMP_UC_UC_TEST(str1, str2) STRCMP_UC_UC(str1, str2) str1 2728 ext/pcre/pcrelib/pcre_internal.h #define STRCMP_UC_C8_TEST(str1, str2) STRCMP_UC_C8(str1, str2) str1 2737 ext/pcre/pcrelib/pcre_internal.h #define STRCMP_UC_UC_TEST(str1, str2) \ str1 2738 ext/pcre/pcrelib/pcre_internal.h (utf ? PRIV(strcmp_uc_uc_utf)((str1), (str2)) : PRIV(strcmp_uc_uc)((str1), (str2))) str1 2739 ext/pcre/pcrelib/pcre_internal.h #define STRCMP_UC_C8_TEST(str1, str2) \ str1 2740 ext/pcre/pcrelib/pcre_internal.h (utf ? PRIV(strcmp_uc_c8_utf)((str1), (str2)) : PRIV(strcmp_uc_c8)((str1), (str2))) str1 1563 ext/standard/basic_functions.c ZEND_ARG_INFO(0, str1) str1 2156 ext/standard/basic_functions.c ZEND_ARG_INFO(0, str1) str1 2317 ext/standard/basic_functions.c ZEND_ARG_INFO(0, str1) str1 81 ext/standard/levenshtein.c static int custom_levdist(char *str1, char *str2, char *callback_name TSRMLS_DC) str1 95 ext/standard/levenshtein.c char *str1, *str2; str1 103 ext/standard/levenshtein.c if (zend_parse_parameters(2 TSRMLS_CC, "ss", &str1, &str1_len, &str2, &str2_len) == FAILURE) { str1 106 ext/standard/levenshtein.c distance = reference_levdist(str1, str1_len, str2, str2_len, 1, 1, 1); str1 110 ext/standard/levenshtein.c if (zend_parse_parameters(5 TSRMLS_CC, "sslll", &str1, &str1_len, &str2, &str2_len, &cost_ins, &cost_rep, &cost_del) == FAILURE) { str1 113 ext/standard/levenshtein.c distance = reference_levdist(str1, str1_len, str2, str2_len, cost_ins, cost_rep, cost_del); str1 117 ext/standard/levenshtein.c if (zend_parse_parameters(3 TSRMLS_CC, "sss", &str1, &str1_len, &str2, &str2_len, &callback_name, &callback_len) == FAILURE) { str1 120 ext/standard/levenshtein.c distance = custom_levdist(str1, str2, callback_name TSRMLS_CC);