Home
last modified time | relevance | path

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

/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c698 zend_long extract_type = GRAPHEME_EXTRACT_TYPE_COUNT; in PHP_FUNCTION() local
705 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl|llz", &str, &str_len, &size, &extract_type, &lstart… in PHP_FUNCTION()
726 if ( extract_type < GRAPHEME_EXTRACT_TYPE_MIN || extract_type > GRAPHEME_EXTRACT_TYPE_MAX ) { in PHP_FUNCTION()
807 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()
/php-src/ext/standard/
H A Darray.c2601 zend_long extract_type = PHP_EXTR_OVERWRITE; local
2609 Z_PARAM_LONG(extract_type)
2613 extract_refs = (extract_type & PHP_EXTR_REFS);
2617 extract_type &= 0xff;
2619 if (extract_type < PHP_EXTR_OVERWRITE || extract_type > PHP_EXTR_IF_EXISTS) {
2624 …if (extract_type > PHP_EXTR_SKIP && extract_type <= PHP_EXTR_PREFIX_IF_EXISTS && ZEND_NUM_ARGS() <…
2644 switch (extract_type) {
2671 switch (extract_type) {
/php-src/ext/intl/tests/
H A Dgrapheme.phpt568 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUN…
659 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXB…
717 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXC…
1117 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next…
1165 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0)
1196 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)
H A Dgrapheme2.phpt556 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUN…
647 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXB…
705 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXC…
1105 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next…
1153 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0)
1184 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)

Completed in 39 milliseconds