3v4l.org

run code in 300+ PHP versions simultaneously
<?php $section ="code"; preg_match('/@@'.$section.'(.*?)'.$section.'@@/',$this->_documentXML, $display); $this->_documentXML = str_replace($display[0], "", $this->_documentXML);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YaODT
function name:  (null)
number of ops:  24
compiled vars:  !0 = $section, !1 = $display
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'code'
    4     1        INIT_FCALL                                               'preg_match'
          2        CONCAT                                           ~3      '%2F%40%40', !0
          3        CONCAT                                           ~4      ~3, '%28.%2A%3F%29'
          4        CONCAT                                           ~5      ~4, !0
          5        CONCAT                                           ~6      ~5, '%40%40%2F'
          6        SEND_VAL                                                 ~6
          7        FETCH_THIS                                       $7      
          8        FETCH_OBJ_R                                      ~8      $7, '_documentXML'
          9        SEND_VAL                                                 ~8
         10        SEND_REF                                                 !1
         11        DO_ICALL                                                 
    5    12        FETCH_THIS                                       $10     
         13        INIT_FCALL                                               'str_replace'
         14        FETCH_DIM_R                                      ~12     !1, 0
         15        SEND_VAL                                                 ~12
         16        SEND_VAL                                                 ''
         17        FETCH_THIS                                       $13     
         18        FETCH_OBJ_R                                      ~14     $13, '_documentXML'
         19        SEND_VAL                                                 ~14
         20        DO_ICALL                                         $15     
         21        ASSIGN_OBJ                                               $10, '_documentXML'
         22        OP_DATA                                                  $15
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.69 ms | 1399 KiB | 17 Q