3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(!!0.00); var_dump(!!(float)'0.00'); var_dump(!!null);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fuYjB
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 <false>
          2        DO_ICALL                                                 
    5     3        INIT_FCALL                                               'var_dump'
          4        CAST                                          5  ~1      '0.00'
          5        BOOL_NOT                                         ~2      ~1
          6        BOOL_NOT                                         ~3      ~2
          7        SEND_VAL                                                 ~3
          8        DO_ICALL                                                 
    6     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAL                                                 <false>
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.61 ms | 1385 KiB | 15 Q