3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = <<< TEXT server { server_name jyprince.me root /home/jybox/blog; rewrite /wp-admin$ $scheme://\$host\$uri/ permanent; location / { try_files \$uri \$uri/ /index.php?\$args; } location ~* ^.+\.(|jpg|jpeg|gif|png|ico|zip)$ { access_log off; log_not_found off; expires max; } } TEXT; echo json_encode(["nginxextconfig" => $a]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tDDNN
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $scheme
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ROPE_INIT                                     3  ~3      'server+%7B%0A++++server_name+jyprince.me%0A++++root+%2Fhome%2Fjybox%2Fblog%3B%0A++++rewrite+%2Fwp-admin%24+'
    7     1        ROPE_ADD                                      1  ~3      ~3, !1
          2        ROPE_END                                      2  ~2      ~3, '%3A%2F%2F%24host%24uri%2F+permanent%3B%0A%0A++++location+%2F+%7B%0A++++++++try_files+%24uri+%24uri%2F+%2Findex.php%3F%24args%3B%0A++++%7D%0A++++location+%7E%2A+%5E.%2B%5C.%28%7Cjpg%7Cjpeg%7Cgif%7Cpng%7Cico%7Czip%29%24+%7B%0A++++++++access_log+off%3B+log_not_found+off%3B+expires+max%3B%0A++++%7D%0A%7D'
    3     3        ASSIGN                                                   !0, ~2
   18     4        INIT_FCALL                                               'json_encode'
          5        INIT_ARRAY                                       ~6      !0, 'nginxextconfig'
          6        SEND_VAL                                                 ~6
          7        DO_ICALL                                         $7      
          8        ECHO                                                     $7
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.28 ms | 1394 KiB | 15 Q