3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fingerprint = 'F039FE048987CED48BA22E12B61F5D272984605E'; $passphrase = 'thibaudfayardatelierdeschefscomcom'; //echo "yep" . __LINE__ ; $gpg = new gnupg(); //echo "yep" . __LINE__ ; $gpg->adddecryptkey($fingerprint,$passphrase); //echo "yep" . __LINE__ ; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9KcHN
function name:  (null)
number of ops:  10
compiled vars:  !0 = $fingerprint, !1 = $passphrase, !2 = $gpg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'F039FE048987CED48BA22E12B61F5D272984605E'
    5     1        ASSIGN                                                   !1, 'thibaudfayardatelierdeschefscomcom'
    9     2        NEW                                              $5      'gnupg'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !2, $5
   13     5        INIT_METHOD_CALL                                         !2, 'adddecryptkey'
          6        SEND_VAR_EX                                              !0
          7        SEND_VAR_EX                                              !1
          8        DO_FCALL                                      0          
   18     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.99 ms | 1393 KiB | 13 Q