Home
last modified time | relevance | path

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

12

/PHP-7.3/Zend/
H A Dzend_language_scanner.c4703 ++indentation; in lex_scan()
4722 heredoc_label->indentation = indentation; in lex_scan()
7250 indentation = spacing = 0; in lex_scan()
7259 ++indentation; in lex_scan()
7284 if (YYCURSOR[-indentation - 2] == '\r' && YYCURSOR[-indentation - 1] == '\n') { in lex_scan()
7296 YYCURSOR -= indentation; in lex_scan()
8082 indentation = spacing = 0; in lex_scan()
8091 ++indentation; in lex_scan()
8116 if (YYCURSOR[-indentation - 2] == '\r' && YYCURSOR[-indentation - 1] == '\n') { in lex_scan()
8124 YYCURSOR -= indentation; in lex_scan()
[all …]
/PHP-7.3/
H A DCODING_STANDARDS207 Syntax and indentation
224 indentation and comment styles and up to function declaration
H A DUPGRADING185 indentation will be stripped from all lines in the doc string.

Completed in 23 milliseconds

12