From cd10e42af402a631a72600f142192ffc72a2d746 Mon Sep 17 00:00:00 2001 From: edgebal Date: Thu, 27 Feb 2014 16:30:03 -0300 Subject: [PATCH] Added syntax check parameter to php.md --- common/php.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/php.md b/common/php.md index 6b48f94165..a2681dc509 100644 --- a/common/php.md +++ b/common/php.md @@ -6,6 +6,10 @@ `php {{file}}` +- Check syntax (lint) + +`php -l {{file}}` + - Run PHP interactively `php -a`