3v4l.org

run code in 300+ PHP versions simultaneously
<?php $order = array('id' => '54','member_id' => '18','ticket' => '15690721','login' => '266897','open_time' => '2013-07-12 13:21:49','cmd' => '1','volume' => '0.02','symbol' => 'EURUSD','open_price' => '1.30483','sl' => '0','tp' => '0','close_price' => '1.30485','close_time' => '2013-07-12 13:23:04','commission' => '0','swaps' => '0','profit_pips' => '-0.20','profit_pips_norm' => '-0.20','profit' => '-0.04','digits' => '5','provider_id' => '18','provider_ticket' => '15690720','insert_date' => '2013-07-12 12:23:12','common_symbol_id' => '0','open_equity' => '1000','close_equity' => '999.96'); var_dump(implode('/', array_intersect_key($order, array_flip(array('login', 'ticket', 'member_id', 'provider_id')))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P6TZC
function name:  (null)
number of ops:  16
compiled vars:  !0 = $order
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'implode'
          3        SEND_VAL                                                 '%2F'
          4        INIT_FCALL                                               'array_intersect_key'
          5        SEND_VAR                                                 !0
          6        INIT_FCALL                                               'array_flip'
          7        SEND_VAL                                                 <array>
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         10        DO_ICALL                                         $3      
         11        SEND_VAR                                                 $3
         12        DO_ICALL                                         $4      
         13        SEND_VAR                                                 $4
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
188.39 ms | 1394 KiB | 21 Q