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.
@test
1 parent a7b48e1 commit a259b31Copy full SHA for a259b31
src/main/php/lang/ast/emit/PHP83.class.php
@@ -15,6 +15,7 @@
15
/**
16
* PHP 8.3 syntax
17
*
18
+ * @test lang.ast.unittest.emit.PHP83Test
19
* @see https://wiki.php.net/rfc#php_83
20
*/
21
class PHP83 extends PHP {
src/main/php/lang/ast/emit/PHP84.class.php
* PHP 8.4 syntax
+ * @test lang.ast.unittest.emit.PHP84Test
* @see https://wiki.php.net/rfc#php_84
class PHP84 extends PHP {
0 commit comments