Home
last modified time | relevance | path

Searched refs:indentation (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.4/Zend/tests/
H A Dflexible-heredoc-error8.phpt2 Flexible heredoc syntax error 8: don't interpret \t as indentation
12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error4.phpt2 Flexible heredoc syntax error 4: not enough body indentation
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-nowdoc-error4.phpt2 Flexible nowdoc syntax error 4: not enough body indentation
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-heredoc-error13.phpt2 Flexible heredoc syntax error 12: show erroneous line in error message (lacking indentation)
13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dbug78363.phpt10 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error12.phpt2 Flexible heredoc syntax error 12: show erroneous line in error message (mixed indentation)
13 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line 5
H A Dflexible-heredoc-error1.phpt2 Flexible heredoc syntax 1: different indentation for body (spaces) ending marker (tabs)
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error9.phpt14 Parse error: Invalid body indentation level (expecting an indentation level of at least 2) in %s on…
H A Dflexible-nowdoc-error1.phpt2 Flexible nowdoc syntax 1: different indentation for body (spaces) ending marker (tabs)
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error10.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error11.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dbug76439_2.phpt15 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error2.phpt14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error2.phpt14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error3.phpt14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-error5.phpt11 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error3.phpt14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-nowdoc-error5.phpt11 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
H A Dflexible-heredoc-complex-test3.phpt3 with the same delimiter name with different levels of indentation
H A Dflexible-heredoc-nowdoc.phpt15 // Insufficient indentation is fine if the line is whitespace-only
H A Dbug79934.phpt5 These whitespace-only lines should be ignored when stripping indentation.
/PHP-7.4/ext/json/tests/
H A Dbug73254.phpt2 Bug #73254 (Incorrect indentation generated by json_encode() with JSON_PRETTY_PRINT)
/PHP-7.4/Zend/
H A Dzend_language_scanner.l2407 ++indentation;
2426 heredoc_label->indentation = indentation;
2665 indentation = spacing = 0;
2674 ++indentation;
2699 if (YYCURSOR[-indentation - 2] == '\r' && YYCURSOR[-indentation - 1] == '\n') {
2711 YYCURSOR -= indentation;
2789 indentation = spacing = 0;
2798 ++indentation;
2823 if (YYCURSOR[-indentation - 2] == '\r' && YYCURSOR[-indentation - 1] == '\n') {
2831 YYCURSOR -= indentation;
[all …]
H A Dzend_language_scanner.h62 int indentation; member
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt346 Parse error: Invalid indentation - tabs and spaces cannot be mixed on line 3
368 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
399 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2

Completed in 56 milliseconds

12