3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(NAN); var_dump(1.0); var_dump(INF); var_export(NAN); var_export(1.0); var_export(INF);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Cv2Z7
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 NAN
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAL                                                 1
          5        DO_ICALL                                                 
    5     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAL                                                 INF
          8        DO_ICALL                                                 
    7     9        INIT_FCALL                                               'var_export'
         10        SEND_VAL                                                 NAN
         11        DO_ICALL                                                 
    8    12        INIT_FCALL                                               'var_export'
         13        SEND_VAL                                                 1
         14        DO_ICALL                                                 
    9    15        INIT_FCALL                                               'var_export'
         16        SEND_VAL                                                 INF
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.33 ms | 1394 KiB | 17 Q