This website requires JavaScript.
Explore
Help
Sign In
phabel
/
php-parser
Watch
1
Star
0
Fork
0
You've already forked php-parser
mirror of
https://github.com/phabelio/PHP-Parser.git
synced
2024-12-02 17:38:19 +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