3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo json_encode(serialize( array( "column" =>array ( 0 => "Country", 1 => "Drug", 2 => "Cycles", 3 => "Price / cycle", 4 => "Price / treatment" ), "row" => array ( 0 => array ( 0 => "United Kingdom", 1 => "Efudix 40g CREAM 50mg / g Meda Pharmaceuticals Ltd", 2 => "1-6", 3 => "26.17", 4 => "157.02" ) ) )) ); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/m0p4N
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'json_encode'
          1        INIT_FCALL                                               'serialize'
    7     2        SEND_VAL                                                 <array>
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                         $1      
          6        ECHO                                                     $1
   29     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.32 ms | 1393 KiB | 17 Q