3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = json_decode(stripslashes('[["ServiceId","=",290],["TaskState","!=","CLOSED"],["LEFT(NextWorkDate, 10)","=","2014-12-09"]]'), true); var_dump($array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jdJeZ
function name:  (null)
number of ops:  12
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'json_decode'
          1        INIT_FCALL                                               'stripslashes'
          2        SEND_VAL                                                 '%5B%5B%22ServiceId%22%2C%22%3D%22%2C290%5D%2C%5B%22TaskState%22%2C%22%21%3D%22%2C%22CLOSED%22%5D%2C%5B%22LEFT%28NextWorkDate%2C+10%29%22%2C%22%3D%22%2C%222014-12-09%22%5D%5D'
          3        DO_ICALL                                         $1      
          4        SEND_VAR                                                 $1
          5        SEND_VAL                                                 <true>
          6        DO_ICALL                                         $2      
          7        ASSIGN                                                   !0, $2
    4     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.96 ms | 1394 KiB | 19 Q