3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "https://192.168.56.101/partsworld/parts/" . urlencode("Toyota") . "/" . urlencode("Corolla") . "/" . urlencode("1-AE100") . "/" . urlencode("2-RHF OUTER GUARD");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6cPHH
function name:  (null)
number of ops:  21
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'urlencode'
          1        SEND_VAL                                                 'Toyota'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      'https%3A%2F%2F192.168.56.101%2Fpartsworld%2Fparts%2F', $0
          4        CONCAT                                           ~2      ~1, '%2F'
          5        INIT_FCALL                                               'urlencode'
          6        SEND_VAL                                                 'Corolla'
          7        DO_ICALL                                         $3      
          8        CONCAT                                           ~4      ~2, $3
          9        CONCAT                                           ~5      ~4, '%2F'
         10        INIT_FCALL                                               'urlencode'
         11        SEND_VAL                                                 '1-AE100'
         12        DO_ICALL                                         $6      
         13        CONCAT                                           ~7      ~5, $6
         14        CONCAT                                           ~8      ~7, '%2F'
         15        INIT_FCALL                                               'urlencode'
         16        SEND_VAL                                                 '2-RHF+OUTER+GUARD'
         17        DO_ICALL                                         $9      
         18        CONCAT                                           ~10     ~8, $9
         19        ECHO                                                     ~10
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.04 ms | 1399 KiB | 15 Q