3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = urlencode('http://littlebird.static.wearejh.com'); $hashTags = 'littlebird'; echo "https://twitter.com/intent/tweet?url=$url&hashtags=$hashTags";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9h1AH
function name:  (null)
number of ops:  11
compiled vars:  !0 = $url, !1 = $hashTags
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'urlencode'
          1        SEND_VAL                                                 'http%3A%2F%2Flittlebird.static.wearejh.com'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        ASSIGN                                                   !1, 'littlebird'
    5     5        ROPE_INIT                                     4  ~6      'https%3A%2F%2Ftwitter.com%2Fintent%2Ftweet%3Furl%3D'
          6        ROPE_ADD                                      1  ~6      ~6, !0
          7        ROPE_ADD                                      2  ~6      ~6, '%26hashtags%3D'
          8        ROPE_END                                      3  ~5      ~6, !1
          9        ECHO                                                     ~5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.09 ms | 1394 KiB | 15 Q