3v4l.org

run code in 300+ PHP versions simultaneously
<?php print(serialize(array( 'conditions' => array( 'OR' => array( 'Event.active' => 1, 'Event.date >=' => date('Y-m-d'), ) ) )));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/V1QrM
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'serialize'
    6     1        INIT_ARRAY                                       ~0      1, 'Event.active'
    7     2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'Y-m-d'
          4        DO_ICALL                                         $1      
          5        ADD_ARRAY_ELEMENT                                ~0      $1, 'Event.date+%3E%3D'
          6        INIT_ARRAY                                       ~2      ~0, 'OR'
          7        INIT_ARRAY                                       ~3      ~2, 'conditions'
          8        SEND_VAL                                                 ~3
          9        DO_ICALL                                         $4      
         10        ECHO                                                     $4
   10    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.79 ms | 1394 KiB | 17 Q