3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! var_dump(json_encode("Hello {email}, Thankyou for your recent purchase! Your user has now been upgraded and you may begin using your additional benefits immediately. Should you recieve any issues such as no upgrade, simply respond to this email. Enjoy!")); var_dump(json_encode("Hello {email}, Unfortunately, your recent purchase was not successful so you have not been upgraded. Please try your purchase again or contact us in the case that you receive this error repeatedly."));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SYk3W
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'json_encode'
          2        SEND_VAL                                                 'Hello+%7Bemail%7D%2C%0A%0AThankyou+for+your+recent+purchase%21%0AYour+user+has+now+been+upgraded+and+you+may+begin+using+your+additional+benefits+immediately.%0A%0AShould+you+recieve+any+issues+such+as+no+upgrade%2C+simply+respond+to+this+email.%0A%0AEnjoy%21'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
   12     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'json_encode'
          8        SEND_VAL                                                 'Hello+%7Bemail%7D%2C%0A%0AUnfortunately%2C+your+recent+purchase+was+not+successful+so+you+have+not+been+upgraded.%0APlease+try+your+purchase+again+or+contact+us+in+the+case+that+you+receive+this+error+repeatedly.'
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                                 
   15    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.4 ms | 1394 KiB | 17 Q