Searched refs:lstart (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/intl/grapheme/ |
H A D | grapheme_string.c | 404 long lstart = 0, length = 0; in PHP_FUNCTION() local 413 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|l", (char **)&str, &str_len, &lstart, &le… in PHP_FUNCTION() 421 if ( OUTSIDE_STRING(lstart, str_len) ) { in PHP_FUNCTION() 429 start = (int32_t) lstart; in PHP_FUNCTION() 815 long lstart = 0; /* starting position in str in bytes */ in PHP_FUNCTION() local 824 …S() TSRMLS_CC, "sl|llz", (char **)&str, &str_len, &size, &extract_type, &lstart, &next) == FAILURE… in PHP_FUNCTION() 842 ZVAL_LONG(next, lstart); in PHP_FUNCTION() 854 if ( lstart > INT32_MAX || lstart < 0 || lstart >= str_len ) { in PHP_FUNCTION() 868 start = (int32_t) lstart; in PHP_FUNCTION()
|
Completed in 5 milliseconds