3v4l.org

run code in 300+ PHP versions simultaneously
<?php print("rue: ".rawurlencode(' ')."\n"); print("ue: ".urlencode(' ')."\n");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q8p9i
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'rawurlencode'
          1        SEND_VAL                                                 '+'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      'rue%3A+', $0
          4        CONCAT                                           ~2      ~1, '%0A'
          5        ECHO                                                     ~2
    4     6        INIT_FCALL                                               'urlencode'
          7        SEND_VAL                                                 '+'
          8        DO_ICALL                                         $3      
          9        CONCAT                                           ~4      'ue%3A+', $3
         10        CONCAT                                           ~5      ~4, '%0A'
         11        ECHO                                                     ~5
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.93 ms | 1398 KiB | 17 Q