CoreLibs update

This commit is contained in:
Clemens Schwaighofer
2026-01-06 18:22:17 +09:00
parent 4b015505ff
commit 40e6444c2a
50 changed files with 3216 additions and 709 deletions

View File

@@ -332,7 +332,7 @@ print "(kosrt, lower case, reverse): "
print "<hr>";
$nested = [
'B' => 'foo', 'a', '0', 9,
'B' => 'foo', 'a', '0', 9, /** @phpstan-ignore-line This is a test for wrong index */
'1' => ['z', 'b', 'a'],
'd' => ['zaip', 'bar', 'baz']
];