3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = <<<'AHA' ewfda fdffdsfddsa fdsaf ewewem thurn@live.com rewqreqw fda fdefhgfjh fdsa fdsaf fangorn@hotmail.com rewqr re q rewqrrwq fda fdfdf dsa fdsaf euice@outlook.com ewrewqre fd a f fhjhfdffdsaf fdsa fdsaf rgarcia@optonline.net rewqrewq fda fdfdsa fdsaf mxiao@yahoo.com rewreqw rewqer fda fd hffdsa fdsaf firstpr@att.net r ewqrewq AHA; $pattern='/\S+@\S+\.\S{1,6}/'; preg_match_all($pattern, $text, $matchArray); print_r($matchArray[0]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RsgZA
function name:  (null)
number of ops:  12
compiled vars:  !0 = $text, !1 = $pattern, !2 = $matchArray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'ewfda+fdffdsfddsa+fdsaf+ewewem+thurn%40live.com+rewqreqw%0Afda+fdefhgfjh++fdsa+fdsaf+fangorn%40hotmail.com+rewqr+re+q+rewqrrwq%0Afda+fdfdf+dsa+fdsaf+euice%40outlook.com+ewrewqre%0Afd%0A%0Aa+f+fhjhfdffdsaf+fdsa+fdsaf+rgarcia%40optonline.net+rewqrewq%0Afda+fdfdsa+fdsaf+mxiao%40yahoo.com+rewreqw+rewqer+%0Afda+fd+hffdsa+fdsaf+firstpr%40att.net+r+ewqrewq'
   12     1        ASSIGN                                                   !1, '%2F%5CS%2B%40%5CS%2B%5C.%5CS%7B1%2C6%7D%2F'
   13     2        INIT_FCALL                                               'preg_match_all'
          3        SEND_VAR                                                 !1
          4        SEND_VAR                                                 !0
          5        SEND_REF                                                 !2
          6        DO_ICALL                                                 
   14     7        INIT_FCALL                                               'print_r'
          8        FETCH_DIM_R                                      ~6      !2, 0
          9        SEND_VAL                                                 ~6
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.9 ms | 1394 KiB | 17 Q