3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = "04/30/1973"; list($month, $day, $year) = split('[/.-]', $date); echo "Mois : $month; Jour : $day; Année : $year<br />\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fdEZI
function name:  (null)
number of ops:  21
compiled vars:  !0 = $date, !1 = $month, !2 = $day, !3 = $year
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '04%2F30%2F1973'
    4     1        INIT_FCALL_BY_NAME                                       'split'
          2        SEND_VAL_EX                                              '%5B%2F.-%5D'
          3        SEND_VAR_EX                                              !0
          4        DO_FCALL                                      0  $5      
          5        FETCH_LIST_R                                     $6      $5, 0
          6        ASSIGN                                                   !1, $6
          7        FETCH_LIST_R                                     $8      $5, 1
          8        ASSIGN                                                   !2, $8
          9        FETCH_LIST_R                                     $10     $5, 2
         10        ASSIGN                                                   !3, $10
         11        FREE                                                     $5
    5    12        ROPE_INIT                                     7  ~13     'Mois+%3A+'
         13        ROPE_ADD                                      1  ~13     ~13, !1
         14        ROPE_ADD                                      2  ~13     ~13, '%3B+Jour+%3A+'
         15        ROPE_ADD                                      3  ~13     ~13, !2
         16        ROPE_ADD                                      4  ~13     ~13, '%3B+Ann%C3%A9e+%3A+'
         17        ROPE_ADD                                      5  ~13     ~13, !3
         18        ROPE_END                                      6  ~12     ~13, '%3Cbr+%2F%3E%0A'
         19        ECHO                                                     ~12
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.29 ms | 1394 KiB | 13 Q