3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 1; $b = 5.5; $c = array('hhh'=>"blue", "orange", "violet"); $d = "colors"; $clvars = array("c", "d"); echo wddx_serialize_vars("a", "b", $clvars);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P7mC7
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d, !4 = $clvars
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
    4     1        ASSIGN                                                   !1, 5.5
    5     2        ASSIGN                                                   !2, <array>
    6     3        ASSIGN                                                   !3, 'colors'
    8     4        ASSIGN                                                   !4, <array>
    9     5        INIT_FCALL_BY_NAME                                       'wddx_serialize_vars'
          6        SEND_VAL_EX                                              'a'
          7        SEND_VAL_EX                                              'b'
          8        SEND_VAR_EX                                              !4
          9        DO_FCALL                                      0  $10     
         10        ECHO                                                     $10
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.65 ms | 1392 KiB | 13 Q