Home
last modified time | relevance | path

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

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp144 UText *ut = NULL; in PHP_METHOD() local
155 ut = utext_openUTF8(ut, ZSTR_VAL(text), ZSTR_LEN(text), BREAKITER_ERROR_CODE_P(bio)); in PHP_METHOD()
158 bio->biter->setText(ut, BREAKITER_ERROR_CODE(bio)); in PHP_METHOD()
159 utext_close(ut); /* ICU shallow clones the UText */ in PHP_METHOD()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c693 UText ut = UTEXT_INITIALIZER; in PHP_FUNCTION() local
785 utext_openUTF8(&ut, pstr, str_len, &status); in PHP_FUNCTION()
801 ubrk_setUText(bi, &ut, &status); in PHP_FUNCTION()
809 utext_close(&ut); in PHP_FUNCTION()
829 UText *ut = NULL; in PHP_FUNCTION() local
847 ut = utext_openUTF8(ut, pstr, ZSTR_LEN(str), &ustatus); in PHP_FUNCTION()
867 ubrk_setUText(bi, ut, &ustatus); in PHP_FUNCTION()
893 utext_close(ut); in PHP_FUNCTION()
/php-src/Zend/tests/numeric_strings/
H A Dinvalid_numeric_strings_must_generate_warning.phpt27 var_dump("17 incididunt" / "19 ut");
62 var_dump("59 ut" | 61);
H A Dinvalid_numeric_string_must_generate_warning_assign.phpt45 $a /= "19 ut";
99 $a = foxcache("59 ut");
/php-src/ext/zip/
H A Dphp_zip.c260 struct utimbuf ut; in php_zip_extract_file() local
262 ut.modtime = ut.actime = sb.mtime; in php_zip_extract_file()
263 …stream->wrapper->wops->stream_metadata(stream->wrapper, fullpath, PHP_STREAM_META_TOUCH, &ut, NULL… in php_zip_extract_file()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt133 array( 'DwCF0^C|y(w,{J1pJMM?ut~)Q<', 'ed50fb22' ),

Completed in 21 milliseconds