3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf('%d vs. %f', ceil('3215465498795121321'), ceil((int)'3215465498795121321'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0QfN5
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'printf'
          1        SEND_VAL                                                 '%25d+vs.+%25f'
          2        INIT_FCALL                                               'ceil'
          3        SEND_VAL                                                 '3215465498795121321'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        INIT_FCALL                                               'ceil'
          7        CAST                                          4  ~1      '3215465498795121321'
          8        SEND_VAL                                                 ~1
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.97 ms | 1394 KiB | 17 Q