Home
last modified time | relevance | path

Searched refs:token (Results 51 – 59 of 59) sorted by relevance

123

/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation10.phpt13 * Using different types of constants in 'source' string to check them for token
H A Dtoken_get_all_variation8.phpt13 * Passing 'source' argument with different type casting operators to test them for token
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4179 char *token = NULL; in _php_mbstr_parse_mail_headers() local
4206 if(token && token_pos > 0) { in _php_mbstr_parse_mail_headers()
4207 fld_name = zend_string_init(token, token_pos, 0); in _php_mbstr_parse_mail_headers()
4255 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4262 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4272 if(token && token_pos > 0) { in _php_mbstr_parse_mail_headers()
4273 fld_val = zend_string_init(token, token_pos, 0); in _php_mbstr_parse_mail_headers()
4289 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4315 token = ""; in _php_mbstr_parse_mail_headers()
4321 if(token && token_pos > 0) { in _php_mbstr_parse_mail_headers()
[all …]
/PHP-7.4/ext/phar/
H A Dphar.c1583 const char token[] = "__HALT_COMPILER();"; in phar_open_from_fp() local
1590 …char buffer[1024 + sizeof(token)]; /* a 1024 byte window + the size of the halt_compiler token (mo… in phar_open_from_fp()
1591 const zend_long readsize = sizeof(buffer) - sizeof(token); in phar_open_from_fp()
1592 const zend_long tokenlen = sizeof(token) - 1; in phar_open_from_fp()
1606 memset(buffer, 32, sizeof(token)); in phar_open_from_fp()
1740 …if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) { in phar_open_from_fp()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c181 char *token; in fpm_conf_expand_pool_name() local
187 while (*value && (token = strstr(*value, "$pool"))) { in fpm_conf_expand_pool_name()
189 char *p2 = token + strlen("$pool"); in fpm_conf_expand_pool_name()
197 token[0] = '\0'; in fpm_conf_expand_pool_name()
/PHP-7.4/ext/standard/
H A Dstring.c1318 char *token; in PHP_FUNCTION() local
1346 token = ZSTR_VAL(tok); in PHP_FUNCTION()
1347 token_end = token + ZSTR_LEN(tok); in PHP_FUNCTION()
1349 while (token < token_end) { in PHP_FUNCTION()
1350 STRTOK_TABLE(token++) = 1; in PHP_FUNCTION()
1382 token = ZSTR_VAL(tok); in PHP_FUNCTION()
1384 while (token < token_end) { in PHP_FUNCTION()
1385 STRTOK_TABLE(token++) = 0; in PHP_FUNCTION()
H A Dbasic_functions.c2205 ZEND_ARG_INFO(0, token)
/PHP-7.4/
H A DCODING_STANDARDS.md27 * Low-level parser routines, that are tightly integrated with the token
H A DUPGRADING187 . token_get_all() will now emit a T_BAD_CHARACTER token for unexpected
188 characters instead of leaving behind holes in the token stream.

Completed in 60 milliseconds

123