3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.61 ms | 1395 KiB | 15 Q