Skip to content
Code-Schnipsel Gruppen Projekte
Commit 171a1a2a erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

test: use valid syntax in valid phhp 8.1 class

Übergeordneter 501a7d98
No related branches found
No related tags found
2 Merge Requests!2Next,!1Dev
Pipeline #6635 fehlgeschlagen mit Phase
in 9 Sekunden
<?php <?php
use N\{ClassName, namespace A {
AnotherClassName,
OneMoreClassName
};
$instance = new class { use N\{ClassName,
}; AnotherClassName,
OneMoreClassName
};
namespace A { $instance = new class {
};
#[Attribute] #[Attribute(1, 2)] function foo() #[Attribute] #[Attribute(1, 2)] function foo()
{ {
...@@ -94,7 +94,7 @@ namespace A { ...@@ -94,7 +94,7 @@ namespace A {
"five", "five",
"six" "six"
); );
var $v = 0; // comment var $v = 0; // comment
public $path = "root"; // comment public $path = "root"; // comment
const FIRST = 'first'; const FIRST = 'first';
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren