3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $a = <<< T server { listen 80; server_name www1.smxybbs.net; access_log /home/qwe7002/nginx.access.log; error_log /home/qwe7002/nginx.error.log; index index.php index.html index.htm; autoindex on; error_page 404 /404.html; error_page 403 /403.html; error_page 502 /502.html; root /home/qwe7002/bbs/; location / { try_files $uri $uri/ /index.php?$args; } location ~ \.php$ { fastcgi_pass unix:/tmp/qwe7002-fpm.sock; fastcgi_index index.php; include fastcgi_params; } } T; echo json_encode($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NSTvI
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a, !1 = $uri, !2 = $args
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ROPE_INIT                                     7  ~4      'server+%7B%0A++++listen+80%3B%0A%0A++++server_name+www1.smxybbs.net%3B%0A%0A++++access_log+%2Fhome%2Fqwe7002%2Fnginx.access.log%3B%0A++++error_log+%2Fhome%2Fqwe7002%2Fnginx.error.log%3B%0A%0A++++index+index.php+index.html+index.htm%3B%0A%0A++++autoindex+on%3B%0A++++%0A++++error_page++404++%2F404.html%3B%0A++++error_page++403++%2F403.html%3B%0A++++error_page++502++%2F502.html%3B%0A++++%0A++++root+%2Fhome%2Fqwe7002%2Fbbs%2F%3B%0A%0A++++location+%2F+%7B%0A++++++++try_files+'
   24     1        ROPE_ADD                                      1  ~4      ~4, !1
          2        ROPE_ADD                                      2  ~4      ~4, '+'
          3        ROPE_ADD                                      3  ~4      ~4, !1
          4        ROPE_ADD                                      4  ~4      ~4, '%2F+%2Findex.php%3F'
          5        ROPE_ADD                                      5  ~4      ~4, !2
          6        ROPE_END                                      6  ~3      ~4, '%3B%0A++++%7D%0A%0A++++location+%7E+%5C.php%24+%7B%0A++++++++fastcgi_pass+unix%3A%2Ftmp%2Fqwe7002-fpm.sock%3B%0A++++++++fastcgi_index+index.php%3B%0A++++++++include+fastcgi_params%3B%0A++++%7D%0A%7D'
    4     7        ASSIGN                                                   !0, ~3
   36     8        INIT_FCALL                                               'json_encode'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $9      
         11        ECHO                                                     $9
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.82 ms | 1395 KiB | 15 Q