3v4l.org

run code in 300+ PHP versions simultaneously
<?php $words1 = "Les voitures Le compteur principal capteurs(gaz et l'éclairage) l'humidité L'extérieur"; $text_list = explode(" ",$words1); echo '"'.implode('","', $text_list).'"';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PeoMg
function name:  (null)
number of ops:  14
compiled vars:  !0 = $words1, !1 = $text_list
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Les+voitures+Le+compteur+principal+capteurs%28gaz+et+l%27%C3%A9clairage%29+l%27humidit%C3%A9+L%27ext%C3%A9rieur'
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '+'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    6     6        INIT_FCALL                                               'implode'
          7        SEND_VAL                                                 '%22%2C%22'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $5      
         10        CONCAT                                           ~6      '%22', $5
         11        CONCAT                                           ~7      ~6, '%22'
         12        ECHO                                                     ~7
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
135.74 ms | 1398 KiB | 17 Q