3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.96 ms | 1394 KiB | 17 Q