Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c1311 #define STRTOK_TABLE(p) BG(strtok_table)[(unsigned char) *p] macro
1350 STRTOK_TABLE(token++) = 1; in PHP_FUNCTION()
1354 while (STRTOK_TABLE(p)) { in PHP_FUNCTION()
1366 if (STRTOK_TABLE(p)) { in PHP_FUNCTION()
1385 STRTOK_TABLE(token++) = 0; in PHP_FUNCTION()

Completed in 16 milliseconds