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); $x = array_filter(array_map('trim', $$x)); print_r($x);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/voeGr
function name:  (null)
number of ops:  21
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%5B%3A%3B%5D%23'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 -1
          5        SEND_VAL                                                 1
          6        DO_ICALL                                         $3      
          7        ASSIGN                                                   !1, $3
   19     8        INIT_FCALL                                               'array_filter'
          9        INIT_FCALL                                               'array_map'
         10        SEND_VAL                                                 'trim'
         11        FETCH_R                      local               ~5      !1
         12        SEND_VAL                                                 ~5
         13        DO_ICALL                                         $6      
         14        SEND_VAR                                                 $6
         15        DO_ICALL                                         $7      
         16        ASSIGN                                                   !1, $7
   21    17        INIT_FCALL                                               'print_r'
         18        SEND_VAR                                                 !1
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.2 ms | 1387 KiB | 21 Q