3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'email already exists\r\n\r\nsuccess\r\n\r\ncoreg_status:duplicate\r\n\r\nlead_status:success\r\n'; $test = str_replace("\\r\\n\\r\\n", "\\r\\n", $str); $hmm = explode("\\r\\n", $test); $blah = substr($hmm[2], strpos($hmm[2], ":") + 1); echo $blah;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8AYif
function name:  (null)
number of ops:  26
compiled vars:  !0 = $str, !1 = $test, !2 = $hmm, !3 = $blah
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'email+already+exists%5Cr%5Cn%5Cr%5Cnsuccess%5Cr%5Cn%5Cr%5Cncoreg_status%3Aduplicate%5Cr%5Cn%5Cr%5Cnlead_status%3Asuccess%5Cr%5Cn'
    4     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '%5Cr%5Cn%5Cr%5Cn'
          3        SEND_VAL                                                 '%5Cr%5Cn'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $5      
          6        ASSIGN                                                   !1, $5
    5     7        INIT_FCALL                                               'explode'
          8        SEND_VAL                                                 '%5Cr%5Cn'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $7      
         11        ASSIGN                                                   !2, $7
    7    12        INIT_FCALL                                               'substr'
         13        FETCH_DIM_R                                      ~9      !2, 2
         14        SEND_VAL                                                 ~9
         15        INIT_FCALL                                               'strpos'
         16        FETCH_DIM_R                                      ~10     !2, 2
         17        SEND_VAL                                                 ~10
         18        SEND_VAL                                                 '%3A'
         19        DO_ICALL                                         $11     
         20        ADD                                              ~12     $11, 1
         21        SEND_VAL                                                 ~12
         22        DO_ICALL                                         $13     
         23        ASSIGN                                                   !3, $13
    8    24        ECHO                                                     !3
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.61 ms | 1387 KiB | 21 Q