Home
last modified time | relevance | path

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

1234

/PHP-8.0/Zend/tests/
H A Dns_trailing_comma_error_04.phpt8 Parse error: syntax error, unexpected token ",", expecting identifier or namespaced name or "functi…
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 Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
H A Dflexible-nowdoc-error7.phpt2 Flexible nowdoc syntax error 7: no ending token
H A Dflexible-heredoc-error7.phpt2 Flexible heredoc syntax error 7: no ending token
H A Dns_094.phpt15 Parse error: syntax error, unexpected token "const", expecting "}" in %s on line %d
H A Dbug75252.phpt2 Bug #75252: Incorrect token formatting on two parse errors in one request
/PHP-8.0/ext/json/
H A Djson_scanner.re107 s->token = s->cursor;
171 zend_bool bigint = 0, negative = s->token[0] == '-';
172 size_t digits = (size_t) (s->cursor - s->token - negative);
175 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH);
184 ZVAL_LONG(&s->value, ZEND_STRTOL((char *) s->token, NULL, 10));
187 ZVAL_STRINGL(&s->value, (char *) s->token, s->cursor - s->token);
190 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
195 ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
H A Dphp_json_scanner.h27 php_json_ctype *token; /* token position */ member
/PHP-8.0/Zend/tests/traits/
H A Dbug55524.phpt15 Parse error: syntax error, unexpected token "extends", expecting "{" in %s on line %d
/PHP-8.0/Zend/tests/type_declarations/
H A Dstatic_type_property.phpt13 Parse error: syntax error, unexpected token "static" in %s on line %d
H A Dstatic_type_param.phpt15 Parse error: syntax error, unexpected token "static", expecting variable in %s on line %d
/PHP-8.0/Zend/tests/grammar/
H A Dregression_004.phpt15 Parse error: syntax error, unexpected token "echo", expecting "(" in %s on line %d
/PHP-8.0/ext/tokenizer/tests/
H A Dbug67395.phpt2 Bug 67395: token_name() does not return name for T_POW and T_POW_EQUAL token
H A Dtoken_get_all_variation14.phpt2 Test token_get_all() function : usage variations - invalid token values
8 * Testing token_get_all() with 'source' string containing invalid/unknown token value
24 // with invalid open tag for testing entire source to be unknown token
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";
H A Dtoken_get_all_variation7.phpt8 * Passing 'source' argument with different increment/decrement operators to test them for token
/PHP-8.0/Zend/tests/traits/bugs/
H A Dinterfaces.phpt19 Parse error: syntax error, unexpected token "implements", expecting "{" in %s on line %d
/PHP-8.0/ext/reflection/tests/
H A Dbug74454.phpt17 ParseError: syntax error, unexpected token "if", expecting "function" or "const"
/PHP-8.0/Zend/
H A Dzend_language_scanner.h54 zend_php_scanner_event event, int token, int line,
H A Dzend_language_scanner.l1314 token = _token; \
1319 token = _token; \
1324 token = _token; \
1330 token = _token; \
1335 token = _token; \
1360 int token; in lex_scan() local
3047 SCNG(on_event)(ON_TOKEN, token, start_line, yytext, yyleng, SCNG(on_event_context));
3049 return token;
3057 SCNG(on_event)(ON_TOKEN, token, start_line, yytext, yyleng, SCNG(on_event_context));
3059 return token;
[all …]
/PHP-8.0/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-8.0/ext/soap/tests/schema/
H A Dschema009.phpt10 <list itemType="token"/>
H A Dschema010.phpt10 <list itemType="token"/>

Completed in 32 milliseconds

1234