This website requires JavaScript.
Explore
Help
Sign In
danog
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/danog/PHP-Parser.git
synced
2024-12-03 09:47:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a0c216bf4b
PHP-Parser
/
test
/
code
/
prettyPrinter
/
onlyPHP.file-test
16 lines
152 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add prettyPrintFile() method
2013-04-15 20:53:23 +02:00
File containing only PHP
-----
<?php
echo 'Foo Bar';
echo 'Bar Foo';
-----
<?php
echo 'Foo Bar';
Pretty printer test coverage Our output for yield / yield from is currently not very nice, but also not easy to change.
2016-02-20 18:55:48 +01:00
echo 'Bar Foo';
-----
<?php
// avoid trim
-----
<?php
Reference in New Issue
Copy Permalink