3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<EOD version 4.4.6 ( updated 05-08-2020 ) - Improved logic to keep collapse/expand state consistent for Add/Clone/Delete/DnD actions in Layers panel. - Updated Layers panel to allow selecting Goal and Winner for Split Testing from Layers panel. - Improved the Visual Builder scroll performance. - Added vmin and vmax to css allowed units in module settings. version 4.4.5 ( updated 05-01-2020 ) - Improved logic to keep collapse/expand state consistent for Add/Clone/Delete/DnD actions in Layers panel. - Updated Layers panel to allow selecting Goal and Winner for Split Testing from Layers panel. - Improved the Visual Builder scroll performance. - Added vmin and vmax to css allowed units in module settings. EOD; $keywords = array_map('trim',preg_split("/^\s*$/m", $str)); print_r($keywords); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1mpZH
function name:  (null)
number of ops:  14
compiled vars:  !0 = $str, !1 = $keywords
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'version+4.4.6+%28+updated+05-08-2020+%29%0A-+Improved+logic+to+keep+collapse%2Fexpand+state+consistent+for+Add%2FClone%2FDelete%2FDnD+actions+in+Layers+panel.%0A-+Updated+Layers+panel+to+allow+selecting+Goal+and+Winner+for+Split+Testing+from+Layers+panel.%0A-+Improved+the+Visual+Builder+scroll+performance.%0A-+Added+vmin+and+vmax+to+css+allowed+units+in+module+settings.%0A%0Aversion+4.4.5+%28+updated+05-01-2020+%29%0A-+Improved+logic+to+keep+collapse%2Fexpand+state+consistent+for+Add%2FClone%2FDelete%2FDnD+actions+in+Layers+panel.%0A-+Updated+Layers+panel+to+allow+selecting+Goal+and+Winner+for+Split+Testing+from+Layers+panel.%0A-+Improved+the+Visual+Builder+scroll+performance.%0A-+Added+vmin+and+vmax+to+css+allowed+units+in+module+settings.'
   15     1        INIT_FCALL                                               'array_map'
          2        SEND_VAL                                                 'trim'
          3        INIT_FCALL                                               'preg_split'
          4        SEND_VAL                                                 '%2F%5E%5Cs%2A%24%2Fm'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $3      
          7        SEND_VAR                                                 $3
          8        DO_ICALL                                         $4      
          9        ASSIGN                                                   !1, $4
   16    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
   17    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.36 ms | 1001 KiB | 16 Q