3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tagString = "10,121,20,36,23,66,24,21,105,76,82,17,22,122,43,47,102,5,6,106,8,75,54,38,57,86,56,101,123,95,25,62,16,39,40,69,37,9,42,7,15,41,87,73,85,104"; $args = array( 'post_type' => 'post', 'posts_per_page' => 12, 'paged' => 'foo', 'tag__in' => array (46, 5, 101, 22, 122, 7, 102, 15, 104, 47, 105, 66, 43, 123), 'tag__not_in' => array ($tagString) ); print_r($args);

preferences:
49.36 ms | 402 KiB | 5 Q