3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = 'HTTP/1.1 200 OK Date: Thu, 27 Feb 2014 14:49:27 GMT Server: Apache Set-Cookie: JSESSIONID=9D235313B5F0EEA04AEC2F070A4B0B11.test104e; Path=/pal/; Secure; HttpOnly Content-Length: 112 Content-Type: text/plain; charset=UTF-8 paymentResult.pspReference=7913935125677442&paymentResult.refusalReason=Refused&paymentResult.resultCode=Refused'; echo substr($t, strpos($t, 'paymentResult'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XeoGd
function name:  (null)
number of ops:  11
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'HTTP%2F1.1+200+OK%0A%0ADate%3A+Thu%2C+27+Feb+2014+14%3A49%3A27+GMT%0A%0AServer%3A+Apache%0A%0ASet-Cookie%3A+JSESSIONID%3D9D235313B5F0EEA04AEC2F070A4B0B11.test104e%3B+Path%3D%2Fpal%2F%3B+Secure%3B+HttpOnly%0A%0AContent-Length%3A+112%0A%0AContent-Type%3A+text%2Fplain%3B+charset%3DUTF-8%0A%0A%0A%0ApaymentResult.pspReference%3D7913935125677442%26paymentResult.refusalReason%3DRefused%26paymentResult.resultCode%3DRefused'
   18     1        INIT_FCALL                                               'substr'
          2        SEND_VAR                                                 !0
          3        INIT_FCALL                                               'strpos'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 'paymentResult'
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                         $3      
          9        ECHO                                                     $3
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.19 ms | 1394 KiB | 17 Q