3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = '41254 32225 53187 53188 34609 39185 33633 46477 41019 42788 31649 28715 27340 28715 28719 33118 32318 39293 41019'; $a = array_unique(explode("\n", $s)); echo 'values (' . implode('), (', $a) . ');';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/boOIa
function name:  (null)
number of ops:  17
compiled vars:  !0 = $s, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '41254%0A32225%0A53187%0A53188%0A34609%0A39185%0A33633%0A46477%0A41019%0A42788%0A31649%0A28715%0A27340%0A28715%0A28719%0A33118%0A32318%0A39293%0A41019'
   23     1        INIT_FCALL                                               'array_unique'
          2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '%0A'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !1, $4
   25     9        INIT_FCALL                                               'implode'
         10        SEND_VAL                                                 '%29%2C+%28'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                         $6      
         13        CONCAT                                           ~7      'values+%28', $6
         14        CONCAT                                           ~8      ~7, '%29%3B'
         15        ECHO                                                     ~8
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.59 ms | 1386 KiB | 19 Q