https://github.com/lstrojny/transform54
Transform PHP sources to use new 5.4 features
https://github.com/lstrojny/transform54
Last synced: 3 months ago
JSON representation
Transform PHP sources to use new 5.4 features
- Host: GitHub
- URL: https://github.com/lstrojny/transform54
- Owner: lstrojny
- Created: 2012-02-06T23:19:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-09T22:24:42.000Z (over 13 years ago)
- Last Synced: 2025-03-09T13:34:51.544Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
transform54.php: Simplify PHP 5.4 migrationUsage:
transform54.php [options]Options:
--help Show this help
--short-arrays Rewrite array() to []
--static-closures Add "static" in front of every closure
--dry-run Only try, don't rewrite anything
--verbose Be more verbose
--debug Show extensive debugging information
--extensions File extensions to look for (comma-separated). Default: php
```