3v4l.org

run code in 300+ PHP versions simultaneously
<?php $email = 'test@example.com'; var_dump($email == 'test@example.com'); var_dump($email == true); var_dump($email === true);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/t1QWo
function name:  (null)
number of ops:  14
compiled vars:  !0 = $email
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'test%40example.com'
    3     1        INIT_FCALL                                               'var_dump'
          2        IS_EQUAL                                         ~2      !0, 'test%40example.com'
          3        SEND_VAL                                                 ~2
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'var_dump'
          6        BOOL                                             ~4      !0
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'var_dump'
         10        TYPE_CHECK                                    8  ~6      !0
         11        SEND_VAL                                                 ~6
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.85 ms | 1394 KiB | 15 Q