3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ( $_SERVER['REQUEST_METHOD'] == "POST" ) { require_once( "icepay.php" ); $cc = new ICEPAY_CC( 10000, "ABcdEFgHIJklmNOPQrSTUvwXyZ" ); $url = $cc->Pay( "VISA", "EN", "USD", 199 ); header( "location: " . $url ); } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 21
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename:       /in/vGPOZ
function name:  (null)
number of ops:  22
compiled vars:  !0 = $cc, !1 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_R                      global              ~2      '_SERVER'
          1        FETCH_DIM_R                                      ~3      ~2, 'REQUEST_METHOD'
          2        IS_EQUAL                                                 ~3, 'POST'
          3      > JMPZ                                                     ~4, ->21
    5     4    >   INCLUDE_OR_EVAL                                          'icepay.php', REQUIRE_ONCE
    6     5        NEW                                              $6      'ICEPAY_CC'
          6        SEND_VAL_EX                                              10000
          7        SEND_VAL_EX                                              'ABcdEFgHIJklmNOPQrSTUvwXyZ'
          8        DO_FCALL                                      0          
          9        ASSIGN                                                   !0, $6
    7    10        INIT_METHOD_CALL                                         !0, 'Pay'
         11        SEND_VAL_EX                                              'VISA'
         12        SEND_VAL_EX                                              'EN'
         13        SEND_VAL_EX                                              'USD'
         14        SEND_VAL_EX                                              199
         15        DO_FCALL                                      0  $9      
         16        ASSIGN                                                   !1, $9
    8    17        INIT_FCALL                                               'header'
         18        CONCAT                                           ~11     'location%3A+', !1
         19        SEND_VAL                                                 ~11
         20        DO_ICALL                                                 
   11    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.01 ms | 1395 KiB | 15 Q