3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = 'cat'; echo('what\'s new pussy' . $x . 's\?' . PHP_EOL); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ETv8j
function name:  (null)
number of ops:  6
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ASSIGN                                                   !0, 'cat'
          1        CONCAT                                           ~2      'what%27s+new+pussy', !0
          2        CONCAT                                           ~3      ~2, 's%5C%3F'
          3        CONCAT                                           ~4      ~3, '%0A'
          4        ECHO                                                     ~4
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.35 ms | 1392 KiB | 13 Q