Home
last modified time | relevance | path

Searched refs:ut (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp152 UText *ut = NULL; in PHP_FUNCTION() local
165 ut = utext_openUTF8(ut, ZSTR_VAL(text), ZSTR_LEN(text), BREAKITER_ERROR_CODE_P(bio)); in PHP_FUNCTION()
168 bio->biter->setText(ut, BREAKITER_ERROR_CODE(bio)); in PHP_FUNCTION()
169 utext_close(ut); /* ICU shallow clones the UText */ in PHP_FUNCTION()
/PHP-7.4/tests/run-test/
H A Dtest008.phpt15 // EXPECTF is used here since the error format may change but ut
H A Dtest005.phpt15 // EXPECTF is used here since the error format may change but ut
H A Dtest008a.phpt15 // EXPECTF is used here since the error format may change but ut
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c779 UText ut = UTEXT_INITIALIZER; in PHP_FUNCTION() local
868 utext_openUTF8(&ut, pstr, str_len, &status); in PHP_FUNCTION()
884 ubrk_setUText(bi, &ut, &status); in PHP_FUNCTION()
892 utext_close(&ut); in PHP_FUNCTION()
/PHP-7.4/Zend/tests/
H A Dnumeric_string_errors.phpt15 var_dump("17 incididunt" / "19 ut");
33 var_dump("59 ut" | 61);
H A Dnumeric_string_errors_assign.phpt33 $a /= "19 ut";
70 $a = foxcache("59 ut");
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt133 array( 'DwCF0^C|y(w,{J1pJMM?ut~)Q<', 'ed50fb22' ),

Completed in 24 milliseconds