tablica php skrypt nie działa

0

witam, pomógłby ktoś z tą tablicą ? wklejam ją do skryptu php i przestaje działać, tzn nic się nie wyświetla. Nie wiem co tam jest źle

$data = [
    'name' => 'Premium Quality',
    'type' => 'simple',
    'regular_price' => '21.99',
    'description' => 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.',
    'short_description' => 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.',
    'categories' => [
        [
            'id': 9
        ],
        [
            'id': 14
        ]
    ],
    'images' => [
        [
            'src' => 'http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_2_front.jpg',
            'position' => 0
        ],
        [
            'src' => 'http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_2_back.jpg',
            'position' => 1
        ]
    ]
]; 
0
[
            'id': 9
        ],
        [
            'id': 14
        ]

Co to za kropki?

0

zapisuj sobie błędy do log (a na maszynie deweloperskiej nawet po prostu włącz wyświetlanie błędów) to będziesz widział coś więcej niż białą stronę

1 użytkowników online, w tym zalogowanych: 0, gości: 1