3v4l.org

run code in 300+ PHP versions simultaneously
<?php $order_price = 0.06499999; $ideal_price = 0.06499999; echo serialize($order_price); echo serialize($ideal_price);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uZfLG
function name:  (null)
number of ops:  11
compiled vars:  !0 = $order_price, !1 = $ideal_price
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0.065
    4     1        ASSIGN                                                   !1, 0.065
    6     2        INIT_FCALL                                               'serialize'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        ECHO                                                     $4
    7     6        INIT_FCALL                                               'serialize'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $5      
          9        ECHO                                                     $5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.77 ms | 1394 KiB | 15 Q