3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = " sdfsdfsdfsdfsds sdf sdf sdf sdf sdfsdf sdf s sdfsdfsdfsdf sdfsd fsds dffsdf sdfsdfdf "; var_dump($text); $text = mb_split('\r?\n?', $text); var_dump($text);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/52ZWJ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%0A++sdfsdfsdfsdfsds+sdf+sdf+sdf+sdf+sdfsdf+sdf+s%0A++%0A++sdfsdfsdfsdf+sdfsd+fsds+dffsdf%0A++%0A++sdfsdfdf%0A++'
   10     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
   12     4        INIT_FCALL                                               'mb_split'
          5        SEND_VAL                                                 '%5Cr%3F%5Cn%3F'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $3      
          8        ASSIGN                                                   !0, $3
   14     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.25 ms | 1394 KiB | 17 Q