3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array ( 'id' => 1, 'channel_id' => 1, 'field_group' => 1, 'url_title' => 'the_very_first_entry', 'title' => 'The Very First Entry', 'fields' => array ( 0 => array ( 'label' => 'Enter Item Name:', 'type' => 'text', 'channel_data_id' => 1, 'value' => 'Item one', 'field_id' => 1 ), 1 => array ( 'label' => 'Enter Item Description', 'type' => 'textarea', 'channel_data_id' => 2, 'value' => 'Some long text blah blah', 'field_id' => 2 ) ) ); $field = array_pop($array); var_dump($field, $array);

preferences:
41.99 ms | 405 KiB | 5 Q