3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.4 ms | 1392 KiB | 13 Q