3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "0e462097431906509019562988736854"; $b = "0e830400451993494058024219903391"; var_dump($a); var_dump($b); echo "\n"; var_dump($a == $b);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q1hsd
function name:  (null)
number of ops:  14
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '0e462097431906509019562988736854'
    4     1        ASSIGN                                                   !1, '0e830400451993494058024219903391'
    6     2        INIT_FCALL                                               'var_dump'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                                 
    7     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
    8     8        ECHO                                                     '%0A'
   10     9        INIT_FCALL                                               'var_dump'
         10        IS_EQUAL                                         ~6      !0, !1
         11        SEND_VAL                                                 ~6
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.66 ms | 1394 KiB | 15 Q