3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = '27265 46462 40572 38227 49616 29319 33265 33111 33721 36729'; $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/qNCOk
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, '27265%0A46462%0A40572%0A38227%0A49616%0A29319%0A33265%0A33111%0A33721%0A36729'
   14     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
   16     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:
162.08 ms | 1386 KiB | 19 Q