3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2'; $nstring = filter_var($string, FILTER_SANATIZE_STRING); echo $nstring;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ig1fJ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $string, !1 = $nstring
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2'
    3     1        INIT_FCALL                                               'filter_var'
          2        SEND_VAR                                                 !0
          3        FETCH_CONSTANT                                   ~3      'FILTER_SANATIZE_STRING'
          4        SEND_VAL                                                 ~3
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    4     7        ECHO                                                     !1
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.85 ms | 1394 KiB | 15 Q