3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "Kayu Sengon Tidak Simetris, dari kebun. Hasil olahan: jeblosan, Olahan sisa: tidak ada"; $arrText = str_split($text, 105); print_r($arrText); echo "<br />".strlen($text); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9RHEY
function name:  (null)
number of ops:  13
compiled vars:  !0 = $text, !1 = $arrText
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Kayu+Sengon+Tidak+Simetris%2C+dari+kebun.+%0AHasil+olahan%3A+jeblosan%2C+%0AOlahan+sisa%3A+tidak+ada'
    7     1        INIT_FCALL                                               'str_split'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 105
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    9     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
   10     9        STRLEN                                           ~6      !0
         10        CONCAT                                           ~7      '%3Cbr+%2F%3E', ~6
         11        ECHO                                                     ~7
   12    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.83 ms | 1394 KiB | 17 Q