3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sr=array(array("1459512000","1236"),array("1427889600","7896") ); sort($sr); print_r($sr); if(in_array("1427889600", $sr)){ echo "yeah blat!"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/pGdR2
function name:  (null)
number of ops:  14
compiled vars:  !0 = $sr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'sort'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
    5     4        INIT_FCALL                                               'print_r'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
    7     7        INIT_FCALL                                               'in_array'
          8        SEND_VAL                                                 '1427889600'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $4      
         11      > JMPZ                                                     $4, ->13
    8    12    >   ECHO                                                     'yeah+blat%21'
    9    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.19 ms | 1394 KiB | 19 Q