3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str="15, 23, 84, 69, 41"; echo "<div>".str_replace(", ", "</div><div>", $str)."</div>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WH4KR
function name:  (null)
number of ops:  10
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '15%2C+23%2C+84%2C+69%2C+41'
    3     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '%2C+'
          3        SEND_VAL                                                 '%3C%2Fdiv%3E%3Cdiv%3E'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        CONCAT                                           ~3      '%3Cdiv%3E', $2
          7        CONCAT                                           ~4      ~3, '%3C%2Fdiv%3E'
          8        ECHO                                                     ~4
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.05 ms | 1394 KiB | 15 Q