Searched refs:tok_len (Results 1 – 1 of 1) sorted by last modified time
1279 int str_len, tok_len = 0; in PHP_FUNCTION() local1288 …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 15 milliseconds