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);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XO1C5
function name:  (null)
number of ops:  12
compiled vars:  !0 = $tagString, !1 = $args
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '10%2C121%2C20%2C36%2C23%2C66%2C24%2C21%2C105%2C76%2C82%2C17%2C22%2C122%2C43%2C47%2C102%2C5%2C6%2C106%2C8%2C75%2C54%2C38%2C57%2C86%2C56%2C101%2C123%2C95%2C25%2C62%2C16%2C39%2C40%2C69%2C37%2C9%2C42%2C7%2C15%2C41%2C87%2C73%2C85%2C104'
    5     1        INIT_ARRAY                                       ~3      'post', 'post_type'
    6     2        ADD_ARRAY_ELEMENT                                ~3      12, 'posts_per_page'
    7     3        ADD_ARRAY_ELEMENT                                ~3      'foo', 'paged'
    5     4        ADD_ARRAY_ELEMENT                                ~3      <array>, 'tag__in'
    9     5        INIT_ARRAY                                       ~4      !0
          6        ADD_ARRAY_ELEMENT                                ~3      ~4, 'tag__not_in'
    4     7        ASSIGN                                                   !1, ~3
   12     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.87 ms | 1394 KiB | 15 Q