Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dbug75193.phpt2 Bug #75193 segfault in collator_convert_object_to_string
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.h31 zval* collator_convert_object_to_string( zval* obj, zval *rv );
H A Dcollator_sort.c65 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
67 str2_p = collator_convert_object_to_string( op2, &str2 ); in collator_regular_compare_function()
H A Dcollator_convert.c215 zval* collator_convert_object_to_string( zval* obj, zval *rv ) in collator_convert_object_to_string() function

Completed in 9 milliseconds