Home
last modified time | relevance | path

Searched refs:printed (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/tools/fuzzing/
H A Dtarget.php105 $printed = $prettyPrinter->prettyPrintFile($stmts); variable
114 $printedStmts = $parser->parse($printed);
/PHP-Parser/doc/component/
H A DPretty_printing.markdown35 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
/PHP-Parser/
H A DUPGRADE-5.0.md342 `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…
H A DCHANGELOG.md881 * Floating-point numbers are now printed correctly if the LC_NUMERIC locale uses a comma as decimal
938 * Ensure integers and floats are always pretty printed preserving semantics, even if the particular

Completed in 17 milliseconds