diff --git a/src/Standards/Generic/Docs/PHP/SyntaxStandard.xml b/src/Standards/Generic/Docs/PHP/SyntaxStandard.xml new file mode 100644 index 0000000000..1c2457df0a --- /dev/null +++ b/src/Standards/Generic/Docs/PHP/SyntaxStandard.xml @@ -0,0 +1,21 @@ + + + + + + + echo "Hello!"; +$array = [1, 2, 3]; + ]]> + + + // Missing semicolon. +$array = [1, 2, 3; // Missing closing bracket. + ]]> + + +