3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = ' background-image: url(../images/....png); height: 32px; width: 32px; margin: 0px; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; -o-transition: all ease 0.4s; -ms-transition: all ease 0.4s; transition: all ease 0.4s; opacity:0.70; filter:alpha(opacity=70); /* For IE8 and earlier */ overflow: hidden; '; $x = preg_split('##', $string, -1, PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE); print_r($x);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lL8ma
function name:  (null)
number of ops:  12
compiled vars:  !0 = $string, !1 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%0A%0A++++background-image%3A+url%28..%2Fimages%2F....png%29%3B%0A++++height%3A+32px%3B%0A++++width%3A+32px%3B%0A++++margin%3A+0px%3B%0A++++-webkit-transition%3A+all+ease+0.4s%3B%0A++++-moz-transition%3A+all+ease+0.4s%3B%0A++++-o-transition%3A+all+ease+0.4s%3B%0A++++-ms-transition%3A+all+ease+0.4s%3B%0A++++transition%3A+all+ease+0.4s%3B%0A++++opacity%3A0.70%3B%0A++++filter%3Aalpha%28opacity%3D70%29%3B+%2F%2A+For+IE8+and+earlier+%2A%2F%0A++++overflow%3A+hidden%3B%0A%0A'
   18     1        INIT_FCALL                                               'preg_split'
          2        SEND_VAL                                                 '%23%23'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 -1
          5        SEND_VAL                                                 3
          6        DO_ICALL                                         $3      
          7        ASSIGN                                                   !1, $3
   20     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.45 ms | 1394 KiB | 17 Q