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:
parent
61a723fe0a
commit
cd10e42af4
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`php {{file}}`
|
||||
|
||||
- Check syntax (lint)
|
||||
|
||||
`php -l {{file}}`
|
||||
|
||||
- Run PHP interactively
|
||||
|
||||
`php -a`
|
||||
|
|
Loading…
Reference in a new issue