php-short-array-syntax-converter
php-short-array-syntax-converter copied to clipboard
Add support "php://stdin"
Be possible to convert using standard I/O
Usage
shell
$ echo '<?php $v = array();' | ./convert.php 'php://stdin'
output
<?php $v = [];