Home
last modified time | relevance | path

Searched refs:token (Results 151 – 175 of 226) sorted by relevance

12345678910

/php-src/Zend/tests/type_declarations/
H A Dstatic_type_property.phpt13 Parse error: syntax error, unexpected token "static" in %s on line %d
/php-src/Zend/tests/grammar/
H A Dregression_004.phpt15 Parse error: syntax error, unexpected token "echo", expecting "(" in %s on line %d
/php-src/Zend/tests/
H A Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
H A Dflexible-nowdoc-error6.phpt2 Flexible nowdoc syntax error 6: no ending token on 0 length body
H A Dflexible-nowdoc-error8.phpt2 Flexible nowdoc syntax error 8: no ending token with explicit trailing space
H A Dns_094.phpt15 Parse error: syntax error, unexpected token "const", expecting "}" in %s on line %d
H A Dflexible-heredoc-error7.phpt2 Flexible heredoc syntax error 7: no ending token
H A Dflexible-nowdoc-error7.phpt2 Flexible nowdoc syntax error 7: no ending token
H A Dbug63882_2.phpt5 $token = array();
H A Dbug75252.phpt2 Bug #75252: Incorrect token formatting on two parse errors in one request
/php-src/ext/json/
H A Dphp_json_scanner.h27 php_json_ctype *token; /* token position */ member
/php-src/Zend/tests/traits/bugs/
H A Dinterfaces.phpt19 Parse error: syntax error, unexpected token "implements", expecting "{" in %s on line %d
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Danb.h30 const lxb_css_syntax_token_t *token,
H A Dsyntax.h21 const lxb_css_syntax_token_t *token,
30 const lxb_css_syntax_token_t *token,
/php-src/ext/reflection/tests/
H A Dbug74454.phpt17 ParseError: syntax error, unexpected token "if", expecting "function"
/php-src/Zend/tests/exit/
H A Ddefine_goto_label_die_with_jump.phpt14 Parse error: syntax error, unexpected token "exit", expecting identifier in %s on line %d
H A Ddefine_goto_label_exit_with_jump.phpt14 Parse error: syntax error, unexpected token "exit", expecting identifier in %s on line %d
/php-src/ext/dom/tests/modern/token_list/
H A Dcontains_error.phpt20 Dom\TokenList::contains(): Argument #1 ($token) must not contain any null bytes
/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.c308 const lxb_css_syntax_token_t *token) in lxb_css_parser_unexpected_data() argument
313 if (lxb_css_syntax_token_error(parser, token, selectors) == NULL) { in lxb_css_parser_unexpected_data()
322 const lxb_css_syntax_token_t *token) in lxb_css_parser_unexpected_data_status() argument
327 if (lxb_css_syntax_token_error(parser, token, selectors) == NULL) { in lxb_css_parser_unexpected_data_status()
/php-src/ext/dom/tests/modern/html/parser/
H A Duser_error_handler.phpt19 string(113) "Dom\HTMLDocument::createFromString(): tree error unexpected-token-in-initial-mode in E…
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt25 …string(%d) "tree error unexpected-token-in-initial-mode in %sparser_warning_01.html, line: 1, colu…
H A DHTMLDocument_fromFile_local_existing_file.phpt13 Warning: Dom\HTMLDocument::createFromFile(): tree error unexpected-token-in-initial-mode in %s on l…
/php-src/.github/actions/setup-caddy/
H A Daction.yml7 GH_TOKEN: ${{ github.token }}
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt12 foreach ($tokens as $token) {
13 if (is_array($token)) {
14 echo "Line {$token[2]}: ", token_name($token[0]), " ('{$token[1]}')\n";
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Derror.h109 lxb_html_token_t *token, lxb_html_tree_error_id_t id);

Completed in 38 milliseconds

12345678910