Searched refs:extract_type (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/intl/doc/ |
H A D | grapheme_api.php | 122 …* @param [int] $extract_type one of GRAPHEME_EXTR_COUNT (default), GRAPHEME_EXTR_MAXBYTES, or GRA… 128 …function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0, &$nex… argument
|
/PHP-7.2/ext/intl/grapheme/ |
H A D | grapheme_string.c | 782 zend_long extract_type = GRAPHEME_EXTRACT_TYPE_COUNT; in PHP_FUNCTION() local 789 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl|llz", &str, &str_len, &size, &extract_type, &lstart… in PHP_FUNCTION() 812 if ( extract_type < GRAPHEME_EXTRACT_TYPE_MIN || extract_type > GRAPHEME_EXTRACT_TYPE_MAX ) { in PHP_FUNCTION() 888 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()
|
/PHP-7.2/ext/standard/ |
H A D | array.c | 2451 zend_long extract_type = EXTR_OVERWRITE; local 2458 Z_PARAM_LONG(extract_type) 2462 extract_refs = (extract_type & EXTR_REFS); 2466 extract_type &= 0xff; 2468 if (extract_type < EXTR_OVERWRITE || extract_type > EXTR_IF_EXISTS) { 2473 if (extract_type > EXTR_SKIP && extract_type <= EXTR_PREFIX_IF_EXISTS && ZEND_NUM_ARGS() < 3) { 2493 switch (extract_type) { 2520 switch (extract_type) {
|
H A D | basic_functions.c | 333 ZEND_ARG_INFO(0, extract_type)
|
/PHP-7.2/ext/intl/tests/ |
H A D | grapheme.phpt | 551 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUN… 642 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXB… 700 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXC… 1100 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next… 1148 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0) 1179 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)
|
H A D | grapheme2.phpt | 551 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUN… 642 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXB… 700 …$res_str .= "\n" . 'function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXC… 1100 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next… 1148 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0) 1179 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)
|
Completed in 41 milliseconds