3v4l.org

run code in 300+ PHP versions simultaneously
<?php $SRIV= image_downsize('700'); echo "<img src='http://tangerinegaming.com/wp-content/uploads/2014/06/SaintsRowIV.jpg' alt='Saints Row IV' width='<? php echo $SRIV[0]; ?>' height='<? php echo $SRIV[1]; ?>' class='alignnone size-full wp-image-700' />"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hHo64
function name:  (null)
number of ops:  13
compiled vars:  !0 = $SRIV
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'image_downsize'
          1        SEND_VAL_EX                                              '700'
          2        DO_FCALL                                      0  $1      
          3        ASSIGN                                                   !0, $1
    4     4        ROPE_INIT                                     5  ~6      '%3Cimg+src%3D%27http%3A%2F%2Ftangerinegaming.com%2Fwp-content%2Fuploads%2F2014%2F06%2FSaintsRowIV.jpg%27+alt%3D%27Saints+Row+IV%27+width%3D%27%3C%3F+php+echo+'
          5        FETCH_DIM_R                                      ~3      !0, 0
          6        ROPE_ADD                                      1  ~6      ~6, ~3
          7        ROPE_ADD                                      2  ~6      ~6, '%3B+%3F%3E%27+height%3D%27%3C%3F+php+echo+'
          8        FETCH_DIM_R                                      ~4      !0, 1
          9        ROPE_ADD                                      3  ~6      ~6, ~4
         10        ROPE_END                                      4  ~5      ~6, '%3B+%3F%3E%27+class%3D%27alignnone+size-full+wp-image-700%27+%2F%3E'
         11        ECHO                                                     ~5
    5    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.72 ms | 1393 KiB | 13 Q