3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Ameerpet,|Jeans Corner: 040-50607090@05:45PM/6sdfhaskdkasdkjaskd"; echo substr($str,strstr($str,'@'),strstr($str,'/',true));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PEmdm
function name:  (null)
number of ops:  17
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Ameerpet%2C%7CJeans+Corner%3A+040-50607090%4005%3A45PM%2F6sdfhaskdkasdkjaskd'
    4     1        INIT_FCALL                                               'substr'
          2        SEND_VAR                                                 !0
          3        INIT_FCALL                                               'strstr'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 '%40'
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        INIT_FCALL                                               'strstr'
          9        SEND_VAR                                                 !0
         10        SEND_VAL                                                 '%2F'
         11        SEND_VAL                                                 <true>
         12        DO_ICALL                                         $3      
         13        SEND_VAR                                                 $3
         14        DO_ICALL                                         $4      
         15        ECHO                                                     $4
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.99 ms | 1394 KiB | 17 Q