Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c718 zend_long extract_type = GRAPHEME_EXTRACT_TYPE_COUNT; in PHP_FUNCTION() local
725 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl|llz", &str, &str_len, &size, &extract_type, &lstart… in PHP_FUNCTION()
746 if ( extract_type < GRAPHEME_EXTRACT_TYPE_MIN || extract_type > GRAPHEME_EXTRACT_TYPE_MAX ) { in PHP_FUNCTION()
827 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Darray.c2431 zend_long extract_type = EXTR_OVERWRITE; local
2439 Z_PARAM_LONG(extract_type)
2443 extract_refs = (extract_type & EXTR_REFS);
2447 extract_type &= 0xff;
2449 if (extract_type < EXTR_OVERWRITE || extract_type > EXTR_IF_EXISTS) {
2454 if (extract_type > EXTR_SKIP && extract_type <= EXTR_PREFIX_IF_EXISTS && ZEND_NUM_ARGS() < 3) {
2474 switch (extract_type) {
2501 switch (extract_type) {
/PHP-8.0/ext/intl/tests/
H A Dgrapheme.phpt567 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUN…
658 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXB…
716 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXC…
1116 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next…
1164 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0)
1195 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)
H A Dgrapheme2.phpt555 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUN…
646 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXB…
704 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXC…
1104 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next…
1152 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0)
1183 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)

Completed in 42 milliseconds