Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstring.c1279 int str_len, tok_len = 0; in PHP_FUNCTION() local
1288 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &str, &str_len, &tok, &tok_len) == FAI… in PHP_FUNCTION()
1294 tok_len = str_len; in PHP_FUNCTION()
1315 token_end = token + tok_len; in PHP_FUNCTION()

Completed in 18 milliseconds