3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "rami@gmail.com:Password This email is from Gmail email subscription is valid omar@yahoo.com:password this email is from yahoo email subscription is valid "; preg_match_all("/(.*@.*):(.*?)\s*\n/", $text, $matches); $matches = array_combine(["match", "email", "password"], $matches); var_dump($matches);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/baeQ0
function name:  (null)
number of ops:  15
compiled vars:  !0 = $text, !1 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'rami%40gmail.com%3APassword%0AThis+email+is+from+Gmail%0Aemail+subscription+is+valid+%0A%0Aomar%40yahoo.com%3Apassword+%0Athis+email+is+from+yahoo+%0Aemail+subscription+is+valid+'
   12     1        INIT_FCALL                                               'preg_match_all'
          2        SEND_VAL                                                 '%2F%28.%2A%40.%2A%29%3A%28.%2A%3F%29%5Cs%2A%0A%2F'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
   13     6        INIT_FCALL                                               'array_combine'
          7        SEND_VAL                                                 <array>
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !1, $4
   14    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.99 ms | 1011 KiB | 16 Q