3v4l.org

run code in 300+ PHP versions simultaneously
<?php function get_down_latest_videos( ) { /* VODs at the bottom */ $meta_keys = array('broadview_updated', 'description_en', 'description_fr', 'description_short_en', 'description_short_fr', 'episode_id', 'title_short_en', 'title_short_fr' ); foreach ( $meta_keys as $meta_key ) { $my_video_data[ $meta_key ] = get_post_meta( $post_id, $meta_key, true ); } return $my_video_data; } ?>
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.14, 8.4.16, 8.5.0 - 8.5.1
Output for 8.4.15
/bin/php-8.4.15: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
Process exited with code 127.

preferences:
193.15 ms | 407 KiB | 5 Q