3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( 3 => '33', '00', 'b' => 'bb', '44', 'a' => 'aa', 1 => '11', '55', ); print_r( $array ); while( $array ) echo array_pop( $array ), ' ';

preferences:
36.17 ms | 405 KiB | 5 Q