3v4l.org

run code in 300+ PHP versions simultaneously
<?php $inputParameters = array( array('name' => 'p1', 'value' => 1, 'type' => 'number'), array('name' => 'p2', 'value' => 'enabled', 'type' => 'string'), array('name' => 'p2', 'value' => '2013-10-18', 'type' => 'string') ); //echo ['p1', 'p2', 'p3'].map(function($name){ return ':' . $name; }).join(','); //echo join(', ', array_map(function($name) { return ':' . $name; }, array('p1', 'p2', 'p3'))); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QN2Vc
function name:  (null)
number of ops:  2
compiled vars:  !0 = $inputParameters
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   12     1      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.82 ms | 1396 KiB | 13 Q