3v4l.org

run code in 500+ PHP versions simultaneously
<?php $re = '/([a-zA-Z ]+)\W/'; $str = 'Project Bribara<project.bribara@gmail.com'; preg_match($re, $str, $matches); Echo $matches[1];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fuEL5
function name:  (null)
number of ops:  10
compiled vars:  !0 = $re, !1 = $str, !2 = $matches
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '%2F%28%5Ba-zA-Z+%5D%2B%29%5CW%2F'
    4     1        ASSIGN                                                       !1, 'Project+Bribara%3Cproject.bribara%40gmail.com'
    6     2        INIT_FCALL                                                   'preg_match'
          3        SEND_VAR                                                     !0
          4        SEND_VAR                                                     !1
          5        SEND_REF                                                     !2
          6        DO_ICALL                                                     
    8     7        FETCH_DIM_R                                          ~6      !2, 1
          8        ECHO                                                         ~6
          9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
199.16 ms | 2590 KiB | 14 Q