3v4l.org

run code in 300+ PHP versions simultaneously
<?php $customer_data_new = array( 'billing_first_name' => array( '0' =>'Test', '1' => 1 ), 'billing_last_name' => array( '0' =>'Test', '1' => 1 ) ); var_export(array_map('current', $customer_data_new));

preferences:
27.83 ms | 405 KiB | 5 Q