3v4l.org

run code in 300+ PHP versions simultaneously
<?php const test = true; const name = "安藤龍治です"; const suji = -77; const shosu = 3.14; var_dump(test); var_dump(name); var_dump(suji); var_dump(shosu);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hhruS
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CONST                                            'test', <true>
    4     1        DECLARE_CONST                                            'name', '%E5%AE%89%E8%97%A4%E9%BE%8D%E6%B2%BB%E3%81%A7%E3%81%99'
    5     2        DECLARE_CONST                                            'suji', -77
    6     3        DECLARE_CONST                                            'shosu', 3.14
    8     4        INIT_FCALL                                               'var_dump'
          5        FETCH_CONSTANT                                   ~0      'test'
          6        SEND_VAL                                                 ~0
          7        DO_ICALL                                                 
    9     8        INIT_FCALL                                               'var_dump'
          9        FETCH_CONSTANT                                   ~2      'name'
         10        SEND_VAL                                                 ~2
         11        DO_ICALL                                                 
   10    12        INIT_FCALL                                               'var_dump'
         13        FETCH_CONSTANT                                   ~4      'suji'
         14        SEND_VAL                                                 ~4
         15        DO_ICALL                                                 
   11    16        INIT_FCALL                                               'var_dump'
         17        FETCH_CONSTANT                                   ~6      'shosu'
         18        SEND_VAL                                                 ~6
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.09 ms | 1395 KiB | 15 Q