We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ff2c8 commit 17d7563Copy full SHA for 17d7563
Syntaxes/PHP.plist
@@ -1727,10 +1727,6 @@
1727
</dict>
1728
</array>
1729
1730
- <dict>
1731
- <key>include</key>
1732
- <string>#function-call</string>
1733
- </dict>
1734
<dict>
1735
<key>include</key>
1736
<string>#heredoc</string>
@@ -1793,6 +1789,10 @@
1793
1789
<key>name</key>
1794
1790
<string>keyword.operator.logical.php</string>
1795
1791
1792
+ <dict>
+ <key>include</key>
+ <string>#function-call</string>
+ </dict>
1796
1797
<key>match</key>
1798
<string><<|>>|~|\^|&|\|</string>
Tests/test-cases.php
@@ -682,4 +682,7 @@ function foo(
682
$foo();
683
$$foo();
684
685
+if (true and false) {}
686
+if (true or (true and false)) {}
687
+
688
?>
0 commit comments