📄 Viewing: array_shortcut_002.phpt

--TEST--
Square bracket associative array shortcut test
--FILE--
<?php
print_r(["foo" => "orange", "bar" => "apple", "baz" => "lemon"]);
?>
--EXPECT--
Array
(
    [foo] => orange
    [bar] => apple
    [baz] => lemon
)

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/tests/lang