Searched refs:indentation (Results 1 – 25 of 29) sorted by relevance
12
2 Flexible heredoc syntax error 8: don't interpret \t as indentation12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
2 Flexible heredoc syntax error 4: not enough body indentation14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
2 Flexible nowdoc syntax error 4: not enough body indentation14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
2 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…
2 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
2 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
14 Parse error: Invalid body indentation level (expecting an indentation level of at least 2) in %s on…
2 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
13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
14 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
11 Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d
3 with the same delimiter name with different levels of indentation
15 // Insufficient indentation is fine if the line is whitespace-only
10 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
15 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
5 These whitespace-only lines should be ignored when stripping indentation.
2 Bug #73254 (Incorrect indentation generated by json_encode() with JSON_PRETTY_PRINT)
2662 ++indentation;2681 heredoc_label->indentation = indentation;2921 indentation = spacing = 0;2930 ++indentation;2955 if (YYCURSOR[-indentation - 2] == '\r' && YYCURSOR[-indentation - 1] == '\n') {2967 YYCURSOR -= indentation;3045 indentation = spacing = 0;3054 ++indentation;3079 if (YYCURSOR[-indentation - 2] == '\r' && YYCURSOR[-indentation - 1] == '\n') {3087 YYCURSOR -= indentation;[all …]
67 int indentation; member
346 Parse error: Invalid indentation - tabs and spaces cannot be mixed on line 3368 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2399 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
Completed in 67 milliseconds