Home
last modified time | relevance | path

Searched refs:token (Results 176 – 200 of 226) sorted by relevance

12345678910

/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_clone.phpt20 Warning: Dom\HTMLDocument::createFromString(): tree error unexpected-token-in-initial-mode in Entit…
/php-src/.github/workflows/
H A Ddocs.yml16 id-token: write
H A Dclose-needs-feedback.yml21 repo-token: ${{ secrets.GITHUB_TOKEN }}
H A Dnightly.yml42 token: ${{ secrets.ACTION_MONITORING_SLACK }}
100 token: ${{ secrets.ACTION_MONITORING_SLACK }}
212 token: ${{ secrets.ACTION_MONITORING_SLACK }}
291 token: ${{ secrets.ACTION_MONITORING_SLACK }}
350 token: ${{ secrets.ACTION_MONITORING_SLACK }}
408 token: ${{ secrets.CODECOV_TOKEN }}
414 token: ${{ secrets.ACTION_MONITORING_SLACK }}
602 token: ${{ secrets.ACTION_MONITORING_SLACK }}
699 token: ${{ secrets.ACTION_MONITORING_SLACK }}
797 token: ${{ secrets.ACTION_MONITORING_SLACK }}
[all …]
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_01.phpt16 Warning: Dom\HTMLDocument::createFromString(): tree error unexpected-token-in-initial-mode in Entit…
H A DHTMLDocument_fromString_old_dtd.phpt25 Warning: Dom\HTMLDocument::createFromString(): tree error bad-doctype-token-in-initial-mode in Enti…
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt55 Warning: Dom\HTMLDocument::createFromFile(): tree error unexpected-token-in-initial-mode in euw://<…
/php-src/Zend/
H A Dzend_language_scanner.h56 zend_php_scanner_event event, int token, int line,
H A Dzend_language_scanner.l1303 token = _token; \
1308 token = _token; \
1313 token = _token; \
1319 token = _token; \
1324 token = _token; \
1349 int token; in lex_scan() local
3139 SCNG(on_event)(ON_TOKEN, token, start_line, yytext, yyleng, SCNG(on_event_context));
3141 return token;
3148 SCNG(on_event)(ON_TOKEN, token, start_line, yytext, yyleng, SCNG(on_event_context));
3150 return token;
[all …]
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_comment.c80 tkz->token->tag_id = LXB_TAG__EM_COMMENT; in lxb_html_tokenizer_state_comment_before_start()
227 if (tkz->token->begin != NULL) { in lxb_html_tokenizer_state_comment()
231 lxb_html_tokenizer_error_add(tkz->parse_errors, tkz->token->end, in lxb_html_tokenizer_state_comment()
/php-src/ext/zend_test/tests/
H A Dzend_test_compile_string.phpt55 Parse error: syntax error, unexpected token "<", expecting end of file in Source string on line 1
/php-src/ext/soap/tests/schema/
H A Dschema009.phpt11 <list itemType="token"/>
H A Dschema010.phpt11 <list itemType="token"/>
/php-src/ext/dom/lexbor/lexbor/css/
H A Dbase.h50 const lxb_css_syntax_token_t *token, void *ctx);
/php-src/ext/soap/tests/bugs/
H A Dbug50762.phpt9 public function authToken($token){
/php-src/
H A D.gitattributes17 # of git diff and to improve token splitting for --word-diff.
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h23 lxb_css_syntax_token_t *token,
/php-src/ext/dom/tests/modern/css_selectors/
H A Dnamespaces.phpt54 Code 12 Invalid selector (Selectors. Unexpected token: *)
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h31 lxb_html_token_t *token, void *ctx);
49 lxb_html_token_t *token; member
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation7.phpt8 * Passing 'source' argument with different increment/decrement operators to test them for token
H A Dtoken_get_all_variation6.phpt8 * Passing 'source' argument with different bitwise operators to test them for token
/php-src/ext/standard/tests/strings/
H A Dstrtok_variation5.phpt6 * Testing strtok() : with miscellaneous combinations of string and token
40 // when supplied with different string and token values
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselectors.c18 const lxb_css_syntax_token_t *token,
294 const lxb_css_syntax_token_t *token, in lxb_css_selectors_components_end() argument
/php-src/ext/dom/
H A Dconfig.w3229 …ADD_SOURCES("ext/dom/lexbor/lexbor/html", "encoding.c interface.c parser.c token.c token_attr.c to…
35 …("ext/dom/lexbor/lexbor/css/syntax", "state.c parser.c syntax.c anb.c tokenizer.c token.c", "dom");
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c2239 int token;
2693 if(token<257){
2694 return(iscntrl(token))?luaO_pushfstring(ls->L,"char(%d)",token):
2701 switch(token){
2715 if(token)
3669 if(ls->t.token==TK_NAME||ls->t.token==TK_STRING){
3686 if(ls->t.token==c){
3693 if(ls->t.token!=c)
4016 switch(ls->t.token){
4303 switch(token){
[all …]

Completed in 55 milliseconds

12345678910