3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list = '"momo rabit" <m.rabit@sfr.fr>, "youn" <youn@hotmail.fr>, "yourmail" <yourmail@gmail.com>, "yovan" <y.yovan@orange.fr>, "popol" <popol.paul@alice.fr>'; //$list = htmlspecialchars($list); preg_match_all("/<(.*?)>/", $list, $list_step); var_dump($list_step); // Return empty arrays
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VUY1U
function name:  (null)
number of ops:  10
compiled vars:  !0 = $list, !1 = $list_step
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%22momo+rabit%22+%3Cm.rabit%40sfr.fr%3E%2C+%22youn%22+%3Cyoun%40hotmail.fr%3E%2C+%22yourmail%22+%3Cyourmail%40gmail.com%3E%2C+%22yovan%22+%3Cy.yovan%40orange.fr%3E%2C+%22popol%22+%3Cpopol.paul%40alice.fr%3E'
    4     1        INIT_FCALL                                               'preg_match_all'
          2        SEND_VAL                                                 '%2F%3C%28.%2A%3F%29%3E%2F'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    5     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.1 ms | 1010 KiB | 15 Q