3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<XML <always> <![CDATA[Document Checklist: Use this checklist to make sure all your documents are complete & ready to go! There are a few things that we need that are often overlooked. * Please verify that your name spelling, middle initial and property address all match the information you submitted to the IRS exactly. * If you've filed taxes under different addresses for one or both of the last two years, please complete line 4 of the form. * Please provide a written signature, we cannot accept electronic signatures on this document. ]]> </always> XML; $sml = new SimpleXMLElement ($xml); $result = $sml->xpath('/always'); echo (string) array_pop($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P9lIl
function name:  (null)
number of ops:  15
compiled vars:  !0 = $xml, !1 = $sml, !2 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '%3Calways%3E%0A%3C%21%5BCDATA%5BDocument+Checklist%3A+Use+this+checklist+to+make+sure+all+your+documents+are+complete+%26+ready+to+go%21+There+are+a+few+things+that+we+need+that+are+often+overlooked.+%2A+Please+verify+that+your+name+spelling%2C+middle+initial+and+property+address+all+match+the+information+you+submitted+to+the+IRS+exactly.+%2A+If+you%27ve+filed+taxes+under+different+addresses+for+one+or+both+of+the+last+two+years%2C+please+complete+line+4+of+the+form.+%2A+Please+provide+a+written+signature%2C+we+cannot+accept+electronic+signatures+on+this+document.+%5D%5D%3E%0A%3C%2Falways%3E'
   10     1        NEW                                              $4      'SimpleXMLElement'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !1, $4
   12     5        INIT_METHOD_CALL                                         !1, 'xpath'
          6        SEND_VAL_EX                                              '%2Falways'
          7        DO_FCALL                                      0  $7      
          8        ASSIGN                                                   !2, $7
   13     9        INIT_FCALL                                               'array_pop'
         10        SEND_REF                                                 !2
         11        DO_ICALL                                         $9      
         12        CAST                                          6  ~10     $9
         13        ECHO                                                     ~10
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
194.19 ms | 1395 KiB | 15 Q