Skip to content

Commit 9305063

Browse files
committed
Add something new to check that PHPCompatability breaks
1 parent fcad923 commit 9305063

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

judge/judgedaemon.main.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,5 +1779,10 @@ private function initsignals(): void
17791779
}
17801780
}
17811781

1782+
$result = "Hello World"
1783+
|> strtoupper(...)
1784+
|> str_shuffle(...)
1785+
|> trim(...);
1786+
17821787
$daemon = new JudgeDaemon();
17831788
$daemon->run();

0 commit comments

Comments
 (0)