3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test= "923123131313344448888881231232132131244534523452345"; echo (int) $test; echo "<br />"; echo (float) $test;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1tKpY
function name:  (null)
number of ops:  7
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '923123131313344448888881231232132131244534523452345'
    5     1        CAST                                          4  ~2      !0
          2        ECHO                                                     ~2
    6     3        ECHO                                                     '%3Cbr+%2F%3E'
    7     4        CAST                                          5  ~3      !0
          5        ECHO                                                     ~3
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.97 ms | 1392 KiB | 13 Q