3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strs = [ "CN=CMPPDepartemental_Direction,OU=1 - Groupes de sécurité,OU=CMPP_Departementale,OU=Pole_Ambulatoire,OU=Utilisateurs_ADEI,DC=doadei,DC=wan", "CN=CMPPDepartemental_Secretariat,OU=1 - Groupes de sécurité,OU=CMPP_Departementale,OU=Pole_Ambulatoire,OU=Utilisateurs_ADEI,DC=doadei,DC=wan" ]; foreach ($strs as $str) { parse_str(str_replace(',', '&', $str), $output); var_export($output); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 16
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 16
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/0hekm
function name:  (null)
number of ops:  18
compiled vars:  !0 = $strs, !1 = $str, !2 = $output
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1      > FE_RESET_R                                       $4      !0, ->16
          2    > > FE_FETCH_R                                               $4, !1, ->16
    9     3    >   INIT_FCALL                                               'parse_str'
          4        INIT_FCALL                                               'str_replace'
          5        SEND_VAL                                                 '%2C'
          6        SEND_VAL                                                 '%26'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $5      
          9        SEND_VAR                                                 $5
         10        SEND_REF                                                 !2
         11        DO_ICALL                                                 
   10    12        INIT_FCALL                                               'var_export'
         13        SEND_VAR                                                 !2
         14        DO_ICALL                                                 
    8    15      > JMP                                                      ->2
         16    >   FE_FREE                                                  $4
   11    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.67 ms | 1001 KiB | 16 Q