Searched defs:token (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_highlight.c | 80 zval token; in zend_highlight() local 168 zval token; in zend_strip() local
|
H A D | zend_language_scanner.l | 1349 int token; in lex_scan() local
|
H A D | zend_compile.c | 812 static char *zend_modifier_token_to_string(uint32_t token) in zend_modifier_token_to_string() 833 uint32_t zend_modifier_token_to_flag(zend_modifier_target target, uint32_t token) in zend_modifier_token_to_flag()
|
/PHP-8.3/ext/tokenizer/ |
H A D | tokenizer.c | 286 zval token; in add_token() local 326 zval token; in tokenize() local 414 zend_php_scanner_event event, int token, int line, in on_event()
|
/PHP-8.3/ext/standard/ |
H A D | php_fopen_wrapper.c | 151 char *p, *token = NULL; in php_stream_apply_filter_list() local 182 char *p, *token = NULL, *pathdup; in php_stream_url_wrap_php() local
|
H A D | basic_functions.stub.php | 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | string.c | 1061 char *token; in PHP_FUNCTION() local
|
/PHP-8.3/ext/json/ |
H A D | php_json_scanner.h | 27 php_json_ctype *token; /* token position */ member
|
H A D | json_parser.y | 282 int token = php_json_scan(&parser->scanner); in php_json_yylex() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_log.c | 116 int token, test; in fpm_log_write() local
|
H A D | fpm_conf.c | 183 char *token; in fpm_conf_expand_pool_name() local
|
/PHP-8.3/ext/intl/locale/ |
H A D | locale_methods.c | 1070 char* token = NULL; in add_array_entry() local 1170 char* token = NULL; in PHP_FUNCTION() local 1258 char* token = 0; in PHP_FUNCTION() local
|
/PHP-8.3/win32/ |
H A D | sendmail.c | 391 char *tempMailTo, *token, *token_state; in SendText() local
|
/PHP-8.3/ext/phar/ |
H A D | phar.c | 1628 static const char token[] = "__HALT_COMPILER();"; in phar_open_from_fp() local
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 4039 char *token = NULL; in _php_mbstr_parse_mail_headers() local
|
Completed in 162 milliseconds