3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($Var1, $Var2, $Var3) = array_values(array_filter(explode("-", "-1--52--18-"))); echo $Var1 . PHP_EOL, $Var2 . PHP_EOL . $Var3;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2j8UK
function name:  (null)
number of ops:  23
compiled vars:  !0 = $Var1, !1 = $Var2, !2 = $Var3
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'array_values'
          1        INIT_FCALL                                               'array_filter'
          2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '-'
          4        SEND_VAL                                                 '-1--52--18-'
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                         $5      
         10        FETCH_LIST_R                                     $6      $5, 0
         11        ASSIGN                                                   !0, $6
         12        FETCH_LIST_R                                     $8      $5, 1
         13        ASSIGN                                                   !1, $8
         14        FETCH_LIST_R                                     $10     $5, 2
         15        ASSIGN                                                   !2, $10
         16        FREE                                                     $5
    4    17        CONCAT                                           ~12     !0, '%0A'
         18        ECHO                                                     ~12
         19        CONCAT                                           ~13     !1, '%0A'
         20        CONCAT                                           ~14     ~13, !2
         21        ECHO                                                     ~14
    5    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.61 ms | 1012 KiB | 16 Q