Searched refs:lstart (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/intl/grapheme/ |
H A D | grapheme_string.c | 406 long lstart = 0, length = 0; in PHP_FUNCTION() local 415 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|l", (char **)&str, &str_len, &lstart, &le… in PHP_FUNCTION() 423 if ( OUTSIDE_STRING(lstart, str_len) ) { in PHP_FUNCTION() 431 start = (int32_t) lstart; in PHP_FUNCTION() 805 long lstart = 0; /* starting position in str in bytes */ in PHP_FUNCTION() local 814 …S() TSRMLS_CC, "sl|llz", (char **)&str, &str_len, &size, &extract_type, &lstart, &next) == FAILURE… in PHP_FUNCTION() 832 ZVAL_LONG(next, lstart); in PHP_FUNCTION() 844 if ( lstart > INT32_MAX || lstart < 0 || lstart >= str_len ) { in PHP_FUNCTION() 858 start = (int32_t) lstart; in PHP_FUNCTION()
|
Completed in 6 milliseconds