3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wave1 = base64_encode(181); $s = base64_encode('M'.$wave1.'T'); $len = strlen($s); echo "\n".$len;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZbLYc
function name:  (null)
number of ops:  15
compiled vars:  !0 = $wave1, !1 = $s, !2 = $len
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'base64_encode'
          1        SEND_VAL                                                 181
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    4     4        INIT_FCALL                                               'base64_encode'
          5        CONCAT                                           ~5      'M', !0
          6        CONCAT                                           ~6      ~5, 'T'
          7        SEND_VAL                                                 ~6
          8        DO_ICALL                                         $7      
          9        ASSIGN                                                   !1, $7
    6    10        STRLEN                                           ~9      !1
         11        ASSIGN                                                   !2, ~9
    7    12        CONCAT                                           ~11     '%0A', !2
         13        ECHO                                                     ~11
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.8 ms | 1394 KiB | 15 Q