Searched refs:printed (Results 1 – 4 of 4) sorted by relevance
105 $printed = $prettyPrinter->prettyPrintFile($stmts); variable114 $printedStmts = $parser->parse($printed);
35 integer should be printed as decimal, hexadecimal, etc). Additionally, it supports three options:48 * For PHP >= 7.0, parentheses around `yield` expressions will only be printed when necessary.98 the AST and causing spurious changes to the pretty printed code. For more information, see the
342 `abstract` and `final` are now printed before visibility modifiers:352 A space is now printed between `use` and the following `(` for closures:364 Backslashes in single-quoted strings are now only printed if they are necessary:395 …es around `yield` expressions will only be printed when necessary. Previously, parentheses were al…402 …ce. Especially for unary operators, less unnecessary parentheses will be printed. Conversely, many…
881 * Floating-point numbers are now printed correctly if the LC_NUMERIC locale uses a comma as decimal938 * Ensure integers and floats are always pretty printed preserving semantics, even if the particular
Completed in 8 milliseconds