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("/&lt;(.*?)&gt;/", $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/gI07A
function name:  (null)
number of ops:  14
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'
    3     1        INIT_FCALL                                               'htmlspecialchars'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    4     5        INIT_FCALL                                               'preg_match_all'
          6        SEND_VAL                                                 '%2F%26lt%3B%28.%2A%3F%29%26gt%3B%2F'
          7        SEND_VAR                                                 !0
          8        SEND_REF                                                 !1
          9        DO_ICALL                                                 
    5    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.81 ms | 1006 KiB | 16 Q