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[3], strpos(":")); echo $blah;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nmAWg
function name:  (null)
number of ops:  23
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, 3
         14        SEND_VAL                                                 ~9
         15        INIT_FCALL                                               'strpos'
         16        SEND_VAL                                                 '%3A'
         17        DO_ICALL                                         $10     
         18        SEND_VAR                                                 $10
         19        DO_ICALL                                         $11     
         20        ASSIGN                                                   !3, $11
    8    21        ECHO                                                     !3
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.46 ms | 1395 KiB | 21 Q