3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(openssl_encrypt('data', 'aes-256-ccm', 'password', 0, '1234567', $tag));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5Vdo3
function name:  (null)
number of ops:  12
compiled vars:  !0 = $tag
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        INIT_FCALL_BY_NAME                                           'openssl_encrypt'
          2        SEND_VAL_EX                                                  'data'
          3        SEND_VAL_EX                                                  'aes-256-ccm'
          4        SEND_VAL_EX                                                  'password'
          5        SEND_VAL_EX                                                  0
          6        SEND_VAL_EX                                                  '1234567'
          7        SEND_VAR_EX                                                  !0
          8        DO_FCALL                                          0  $1      
          9        SEND_VAR                                                     $1
         10        DO_ICALL                                                     
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
171.76 ms | 2353 KiB | 14 Q