Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php $images = ['img1', 'img2', 'img3']; $products = ['product1', 'product2']; print_r(array_merge($images, $products)); $images = [ 0 => 'img1', 1 => 'img2', 2 => 'img3' ]; $products = [ 0 => 'product1', 1 => 'product2', ]; print_r(array_merge($images, $products));
Editor Settings
Theme
Key bindings
Full width
Lines