Home
last modified time | relevance | path

Searched refs:collator_convert_object_to_string (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/intl/tests/
H A Dbug75193.phpt2 Bug #75193 segfault in collator_convert_object_to_string
/PHP-8.1/ext/intl/collator/
H A Dcollator_convert.h29 zval* collator_convert_object_to_string( zval* obj, zval *rv );
H A Dcollator_sort.c62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
64 str2_p = collator_convert_object_to_string( op2, &str2 ); in collator_regular_compare_function()
H A Dcollator_convert.c202 zval* collator_convert_object_to_string( zval* obj, zval *rv ) in collator_convert_object_to_string() function

Completed in 20 milliseconds