3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = "abcdefghijklmnopqrstuvwxyz"; $b = base64_encode($d); print "len "+count($d)+"; enc: "+ count($b)+";";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ds6HP
function name:  (null)
number of ops:  13
compiled vars:  !0 = $d, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'abcdefghijklmnopqrstuvwxyz'
    4     1        INIT_FCALL                                               'base64_encode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    5     5        COUNT                                            ~5      !0
          6        ADD                                              ~6      'len+', ~5
          7        ADD                                              ~7      ~6, '%3B+enc%3A+'
          8        COUNT                                            ~8      !1
          9        ADD                                              ~9      ~7, ~8
         10        ADD                                              ~10     ~9, '%3B'
         11        ECHO                                                     ~10
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.89 ms | 1394 KiB | 15 Q