3v4l.org

run code in 300+ PHP versions simultaneously
<pre> <?php $a='更新日時'; $b='2015/2/28'; $c=$b; $a=$c; //両方の変数の値を入れ替えて、ここで更新日時が表示されるように var_dump($b); ?> </pre>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q00mn
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Cpre%3E%0A'
    3     1        ASSIGN                                                   !0, '%E6%9B%B4%E6%96%B0%E6%97%A5%E6%99%82'
    4     2        ASSIGN                                                   !1, '2015%2F2%2F28'
    5     3        ASSIGN                                                   !2, !1
    6     4        ASSIGN                                                   !0, !2
    8     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
   12     8        ECHO                                                     '%3C%2Fpre%3E'
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.31 ms | 1394 KiB | 15 Q