3v4l.org

run code in 300+ PHP versions simultaneously
<?php $skills = array( array( 'skill' => 'one', 'yearsexp' => 0, 'advertise' => 'yes', 'comment' => '', 'type' => 'mand', 'response' => 'yn' ), array( 'skill' => 'two', 'yearsexp' => 0, 'advertise' => 'yes', 'comment' => '', 'type' => 'mand', 'response' => 'yn' ), array( 'skill' => 'three', 'yearsexp' => 0, 'advertise' => 'yes', 'comment' => '', 'type' => 'mand', 'response' => 'yn' ), ); print_r( $skills, true );

preferences:
31.09 ms | 402 KiB | 5 Q