3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number1=123456789; $text=vsprintf%b.($number1); echo $text; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DH40R
function name:  (null)
number of ops:  8
compiled vars:  !0 = $number1, !1 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 123456789
    4     1        FETCH_CONSTANT                                   ~3      'vsprintf'
          2        FETCH_CONSTANT                                   ~4      'b'
          3        MOD                                              ~5      ~3, ~4
          4        CONCAT                                           ~6      ~5, !0
          5        ASSIGN                                                   !1, ~6
    5     6        ECHO                                                     !1
    6     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.05 ms | 1384 KiB | 13 Q