Searched refs:extract_type (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/intl/grapheme/ |
H A D | grapheme_string.c | 784 zend_long extract_type = GRAPHEME_EXTRACT_TYPE_COUNT; in PHP_FUNCTION() local 791 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl|llz", &str, &str_len, &size, &extract_type, &lstart… in PHP_FUNCTION() 814 if ( extract_type < GRAPHEME_EXTRACT_TYPE_MIN || extract_type > GRAPHEME_EXTRACT_TYPE_MAX ) { in PHP_FUNCTION() 890 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()
|
/PHP-7.4/ext/standard/ |
H A D | array.c | 2458 zend_long extract_type = EXTR_OVERWRITE; local 2465 Z_PARAM_LONG(extract_type) 2469 extract_refs = (extract_type & EXTR_REFS); 2473 extract_type &= 0xff; 2475 if (extract_type < EXTR_OVERWRITE || extract_type > EXTR_IF_EXISTS) { 2480 if (extract_type > EXTR_SKIP && extract_type <= EXTR_PREFIX_IF_EXISTS && ZEND_NUM_ARGS() < 3) { 2503 switch (extract_type) { 2530 switch (extract_type) {
|
H A D | basic_functions.c | 321 ZEND_ARG_INFO(0, extract_type)
|
/PHP-7.4/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 42 milliseconds