3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = INF; printf("%s\n%f\n%s\n%d\n", INF, INF, gettype($test), PHP_INT_MAX > INF);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZqRev
function name:  (null)
number of ops:  10
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, INF
    4     1        INIT_FCALL                                               'printf'
          2        SEND_VAL                                                 '%25s%0A%25f%0A%25s%0A%25d%0A'
          3        SEND_VAL                                                 INF
          4        SEND_VAL                                                 INF
          5        GET_TYPE                                         ~2      !0
          6        SEND_VAL                                                 ~2
          7        SEND_VAL                                                 <false>
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.07 ms | 1394 KiB | 15 Q