Searched refs:str2_p (Results 1 – 1 of 1) sorted by relevance
59 zval *str1_p, *str2_p; in collator_regular_compare_function() local64 str2_p = collator_convert_object_to_string( op2, &str2 ); in collator_regular_compare_function()68 if( Z_TYPE_P(str1_p) == IS_STRING && Z_TYPE_P(str2_p) == IS_STRING && in collator_regular_compare_function()70 str2_p == ( num2_p = collator_convert_string_to_number_if_possible( str2_p, &num2 ) ) ) ) in collator_regular_compare_function()77 INTL_ZSTR_VAL(Z_STR_P(str2_p)), INTL_ZSTR_LEN(Z_STR_P(str2_p)) )); in collator_regular_compare_function()92 norm2_p = collator_normalize_sort_argument( str2_p, &norm2 ); in collator_regular_compare_function()111 norm2_p = collator_normalize_sort_argument( str2_p, &norm2 ); in collator_regular_compare_function()127 zval_ptr_dtor( str2_p ); in collator_regular_compare_function()
Completed in 15 milliseconds