3v4l.org

run code in 300+ PHP versions simultaneously
<?php $source = '5c7Zms7hW3y4e4gOCOjzfg=='; $pass = 'glop'; $method = openssl_get_cipher_methods(); echo "method: $method\n"; //$decrypted = openssl_decrypt($source, $method[ea], $pass); //echo "decrypted : $decrypted\n"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/96T33
function name:  (null)
number of ops:  10
compiled vars:  !0 = $source, !1 = $pass, !2 = $method
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
    4     1        ASSIGN                                                   !1, 'glop'
    5     2        INIT_FCALL_BY_NAME                                       'openssl_get_cipher_methods'
          3        DO_FCALL                                      0  $5      
          4        ASSIGN                                                   !2, $5
    6     5        ROPE_INIT                                     3  ~8      'method%3A++'
          6        ROPE_ADD                                      1  ~8      ~8, !2
          7        ROPE_END                                      2  ~7      ~8, '%0A'
          8        ECHO                                                     ~7
   12     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.44 ms | 1393 KiB | 13 Q