3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = 'Intel'; $value = preg_replace('<span style="font-size: 8pt">Intel and the Intel logo are trademarks of Intel Corporation in the United States and other countries.<\\/span>/i', '', $value); $value = preg_replace('<span style="font-size: 8pt">*Other names and brands may be claimed as the property of others.<\\/span>/i', '', $value); $value = preg_replace('<p><\\/p> <p><span style="font-size: 8pt">* Other names and brands may be claimed as the property of others.<\\/span><\\/p>/i', '', $value); echo $value;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Zq0gV
function name:  (null)
number of ops:  21
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Intel'
    3     1        INIT_FCALL                                               'preg_replace'
          2        SEND_VAL                                                 '%3Cspan+style%3D%22font-size%3A+8pt%22%3EIntel+and+the+Intel+logo+are+trademarks+of+Intel+Corporation+in+the+United+States+and+other+countries.%3C%5C%2Fspan%3E%2Fi'
          3        SEND_VAL                                                 ''
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        ASSIGN                                                   !0, $2
    4     7        INIT_FCALL                                               'preg_replace'
          8        SEND_VAL                                                 '%3Cspan+style%3D%22font-size%3A+8pt%22%3E%2AOther+names+and+brands+may+be+claimed+as+the+property+of+others.%3C%5C%2Fspan%3E%2Fi'
          9        SEND_VAL                                                 ''
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $4      
         12        ASSIGN                                                   !0, $4
    5    13        INIT_FCALL                                               'preg_replace'
         14        SEND_VAL                                                 '%3Cp%3E%3C%5C%2Fp%3E+%3Cp%3E%3Cspan+style%3D%22font-size%3A+8pt%22%3E%2A+Other+names+and+brands+may+be+claimed+as+the+property+of+others.%3C%5C%2Fspan%3E%3C%5C%2Fp%3E%2Fi'
         15        SEND_VAL                                                 ''
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $6      
         18        ASSIGN                                                   !0, $6
    7    19        ECHO                                                     !0
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.56 ms | 1395 KiB | 15 Q