1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00

Added syntax check parameter to php.md

This commit is contained in:
edgebal 2014-02-27 16:30:03 -03:00
parent 61a723fe0a
commit cd10e42af4

View file

@ -6,6 +6,10 @@
`php {{file}}`
- Check syntax (lint)
`php -l {{file}}`
- Run PHP interactively
`php -a`