Searched defs:token (Results 1 – 20 of 20) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_highlight.c | 88 zval token; in zend_highlight() local 179 zval token; in zend_strip() local
|
H A D | zend_language_scanner.l | 1104 static zend_always_inline int emit_token(int token, int token_line) in emit_token() 1111 #define RETURN_TOKEN(token) return emit_token(token, start_line); argument
|
H A D | zend_language_scanner.c | 1106 static zend_always_inline int emit_token(int token, int token_line) in emit_token() 1113 #define RETURN_TOKEN(token) return emit_token(token, start_line); argument
|
/PHP-7.0/ext/tokenizer/ |
H A D | tokenizer.c | 113 zval token; in tokenize() local 188 void on_event(zend_php_scanner_event event, int token, int line) in on_event()
|
H A D | tokenizer.php | 18 $token = $tokens[$i]; variable
|
/PHP-7.0/TSRM/ |
H A D | tsrm_strtok_r.c | 19 char *token; in tsrm_strtok_r() local
|
/PHP-7.0/ext/standard/ |
H A D | php_fopen_wrapper.c | 153 char *p, *token = NULL; in php_stream_apply_filter_list() local 184 char *p, *token, *pathdup; in php_stream_url_wrap_php() local
|
H A D | string.c | 1314 char *token; in PHP_FUNCTION() local
|
/PHP-7.0/ext/json/ |
H A D | php_json_scanner.h | 29 php_json_ctype *token; /* token position */ member
|
H A D | json_parser.y | 294 int token = php_json_scan(&parser->scanner); in php_json_yylex() local
|
H A D | json_parser.tab.c | 1906 int token = php_json_scan(&parser->scanner); in php_json_yylex() local
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_log.c | 104 int token, test; in fpm_log_write() local
|
H A D | fpm_conf.c | 180 char *token; in fpm_conf_expand_pool_name() local
|
/PHP-7.0/ext/intl/locale/ |
H A D | locale_methods.c | 1050 char* token = NULL; in add_array_entry() local 1163 char* token = NULL; in PHP_FUNCTION() local 1260 char* token = 0; in PHP_FUNCTION() local
|
/PHP-7.0/ext/session/ |
H A D | session.c | 313 zval *token; in php_session_create_id() local
|
/PHP-7.0/win32/ |
H A D | sendmail.c | 390 char *tempMailTo, *token, *pos1, *pos2; in SendText() local
|
/PHP-7.0/ext/phar/ |
H A D | phar.c | 1580 const char token[] = "__HALT_COMPILER();"; local
|
/PHP-7.0/ext/mbstring/ |
H A D | mbstring.c | 4075 char *token = NULL; in _php_mbstr_parse_mail_headers() local
|
/PHP-7.0/ext/pgsql/ |
H A D | pgsql.c | 6515 const char *token; local
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 12448 void *token; /* id that may be used to recursive triggers */ member 17784 void *token; /* Copy of SubProgram.token */ member
|
Completed in 479 milliseconds