3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = 'wykładziny dostępne od ręki'; $name = preg_replace('/[\x00-\x1F\x80-\x9F]/u', '', $node->text()); $name = preg_replace('/[^[:print:]]/u', '', $name); $name = mb_ereg_replace(">", "", $name); var_dump($name);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZM7qJ
function name:  (null)
number of ops:  25
compiled vars:  !0 = $name, !1 = $node
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'wyk%C5%82adziny+dost%C4%99pne+od+r%C4%99ki'
    5     1        INIT_FCALL                                               'preg_replace'
          2        SEND_VAL                                                 '%2F%5B%5Cx00-%5Cx1F%5Cx80-%5Cx9F%5D%2Fu'
          3        SEND_VAL                                                 ''
          4        INIT_METHOD_CALL                                         !1, 'text'
          5        DO_FCALL                                      0  $3      
          6        SEND_VAR                                                 $3
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !0, $4
    6     9        INIT_FCALL                                               'preg_replace'
         10        SEND_VAL                                                 '%2F%5B%5E%5B%3Aprint%3A%5D%5D%2Fu'
         11        SEND_VAL                                                 ''
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $6      
         14        ASSIGN                                                   !0, $6
    7    15        INIT_FCALL                                               'mb_ereg_replace'
         16        SEND_VAL                                                 '%3E'
         17        SEND_VAL                                                 ''
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                         $8      
         20        ASSIGN                                                   !0, $8
    9    21        INIT_FCALL                                               'var_dump'
         22        SEND_VAR                                                 !0
         23        DO_ICALL                                                 
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
205.25 ms | 1395 KiB | 19 Q