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…
10 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…
15 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
5 These whitespace-only lines should be ignored when stripping indentation.
2 Bug #73254 (Incorrect indentation generated by json_encode() with JSON_PRETTY_PRINT)
2636 ++indentation;2655 heredoc_label->indentation = indentation;2895 indentation = spacing = 0;2904 ++indentation;2929 if (YYCURSOR[-indentation - 2] == '\r' && YYCURSOR[-indentation - 1] == '\n') {2941 YYCURSOR -= indentation;3019 indentation = spacing = 0;3028 ++indentation;3053 if (YYCURSOR[-indentation - 2] == '\r' && YYCURSOR[-indentation - 1] == '\n') {3061 YYCURSOR -= indentation;[all …]
65 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 31 milliseconds