3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = <<<XML <html> <head><title>500 Internal Server Error</title></head> <body bgcolor="white"> <center><h1>500 Internal Server Error</h1></center> <hr><center>nginx/1.2.1</center> </body> </html> XML; $movies = xml_parse($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/t0VoD
function name:  (null)
number of ops:  6
compiled vars:  !0 = $data, !1 = $movies
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Chtml%3E%0A%3Chead%3E%3Ctitle%3E500+Internal+Server+Error%3C%2Ftitle%3E%3C%2Fhead%3E%0A%3Cbody+bgcolor%3D%22white%22%3E%0A%3Ccenter%3E%3Ch1%3E500+Internal+Server+Error%3C%2Fh1%3E%3C%2Fcenter%3E%0A%3Chr%3E%3Ccenter%3Enginx%2F1.2.1%3C%2Fcenter%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   11     1        INIT_FCALL                                               'xml_parse'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.81 ms | 1394 KiB | 15 Q