Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstring.c1192 int str_len, tok_len = 0; in PHP_FUNCTION() local
1201 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &str, &str_len, &tok, &tok_len) == FAI… in PHP_FUNCTION()
1207 tok_len = str_len; in PHP_FUNCTION()
1228 token_end = token + tok_len; in PHP_FUNCTION()

Completed in 14 milliseconds