3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = " Wassup!!! "; $meme = trim($states[strtolower($value)]); echo $value; echo $meme; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gYBf5
function name:  (null)
number of ops:  12
compiled vars:  !0 = $value, !1 = $meme, !2 = $states
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '+++Wassup%21%21%21+++'
    3     1        INIT_FCALL                                               'trim'
          2        INIT_FCALL                                               'strtolower'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        FETCH_DIM_R                                      ~5      !2, $4
          6        SEND_VAL                                                 ~5
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !1, $6
    4     9        ECHO                                                     !0
    5    10        ECHO                                                     !1
    6    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.63 ms | 1398 KiB | 17 Q