3v4l.org

run code in 300+ PHP versions simultaneously
<?php $address = (!empty($_GET['address'])) ? htmlentities($_GET['address']) : 'Московский'; $coordinates = (!empty($_GET['coordinates'])) ? htmlentities($_GET['coordinates']) : '37.64, 55.76'; echo $address . ' ' . $coordinates;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 11
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 24
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 24
Branch analysis from position: 17
Branch analysis from position: 24
filename:       /in/gsuZS
function name:  (null)
number of ops:  30
compiled vars:  !0 = $address, !1 = $coordinates
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_IS                                         ~2      '_GET'
          1        ISSET_ISEMPTY_DIM_OBJ                         1  ~3      ~2, 'address'
          2        BOOL_NOT                                         ~4      ~3
          3      > JMPZ                                                     ~4, ->11
          4    >   INIT_FCALL                                               'htmlentities'
          5        FETCH_R                      global              ~5      '_GET'
          6        FETCH_DIM_R                                      ~6      ~5, 'address'
          7        SEND_VAL                                                 ~6
          8        DO_ICALL                                         $7      
          9        QM_ASSIGN                                        ~8      $7
         10      > JMP                                                      ->12
         11    >   QM_ASSIGN                                        ~8      '%D0%9C%D0%BE%D1%81%D0%BA%D0%BE%D0%B2%D1%81%D0%BA%D0%B8%D0%B9'
         12    >   ASSIGN                                                   !0, ~8
    3    13        FETCH_IS                                         ~10     '_GET'
         14        ISSET_ISEMPTY_DIM_OBJ                         1  ~11     ~10, 'coordinates'
         15        BOOL_NOT                                         ~12     ~11
         16      > JMPZ                                                     ~12, ->24
         17    >   INIT_FCALL                                               'htmlentities'
         18        FETCH_R                      global              ~13     '_GET'
         19        FETCH_DIM_R                                      ~14     ~13, 'coordinates'
         20        SEND_VAL                                                 ~14
         21        DO_ICALL                                         $15     
         22        QM_ASSIGN                                        ~16     $15
         23      > JMP                                                      ->25
         24    >   QM_ASSIGN                                        ~16     '37.64%2C+55.76'
         25    >   ASSIGN                                                   !1, ~16
    4    26        CONCAT                                           ~18     !0, '+++'
         27        CONCAT                                           ~19     ~18, !1
         28        ECHO                                                     ~19
         29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.39 ms | 1396 KiB | 15 Q