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, NULL, (string)NULL, FALSE, (string)FALSE, TRUE, (string)TRUE, NULL, (bool)(string)NULL, FALSE, (bool)(string)FALSE, TRUE, (bool)(string)TRUE );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/W0lEo
function name:  (null)
number of ops:  42
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
   13    19        SEND_VAL                                                 null
         20        CAST                                          6  ~6      null
         21        SEND_VAL                                                 ~6
   14    22        SEND_VAL                                                 <false>
         23        CAST                                          6  ~7      <false>
         24        SEND_VAL                                                 ~7
   15    25        SEND_VAL                                                 <true>
         26        CAST                                          6  ~8      <true>
         27        SEND_VAL                                                 ~8
   17    28        SEND_VAL                                                 null
         29        CAST                                          6  ~9      null
         30        BOOL                                             ~10     ~9
         31        SEND_VAL                                                 ~10
   18    32        SEND_VAL                                                 <false>
         33        CAST                                          6  ~11     <false>
         34        BOOL                                             ~12     ~11
         35        SEND_VAL                                                 ~12
   19    36        SEND_VAL                                                 <true>
         37        CAST                                          6  ~13     <true>
         38        BOOL                                             ~14     ~13
         39        SEND_VAL                                                 ~14
         40        DO_ICALL                                                 
   20    41      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.01 ms | 1396 KiB | 15 Q