3v4l.org

run code in 300+ PHP versions simultaneously
<?php $order_price = 0.06499999; $ideal_price = 0.06499999; echo serialize($order_price) . PHP_EOL; echo serialize($ideal_price) . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/W8rsg
function name:  (null)
number of ops:  13
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        CONCAT                                           ~5      $4, '%0A'
          6        ECHO                                                     ~5
    7     7        INIT_FCALL                                               'serialize'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10        CONCAT                                           ~7      $6, '%0A'
         11        ECHO                                                     ~7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.92 ms | 1394 KiB | 15 Q