3v4l.org

run code in 300+ PHP versions simultaneously
<?php $$v3_1 = array( 'lang' => 'en', // based on client's browser user-agent 'location' => array( // based on client's IP 'countryCode' => 'DE', 'countryName' => 'Germany', 'regionName' => 'North-Rhine-Westphalia', 'cityName' => 'Cologne', ), 'headlines' => array( 'Meet someone for soccer in Cologne today!', 'Find new friends in Cologne who like soccer.', '22,449 people in Cologne want to meet new people for soccer.', ), 'img' => 'http://static.meetone.com/landing/adt/interests/soccer.jpg' ); $v3_2 = array( 'lang' => 'de', // based on client's browser user-agent 'location' => array( // based on client's IP 'countryCode' => 'DE', 'countryName' => 'Deutschland', 'regionName' => 'Bayern', 'cityName' => '', ), 'headlines' => array( 'Treffe heute noch neue Leute zum Fussball in Bayern!', 'Neue Freunde beim Fussball in Bayern finden!', '31,471 Leute in Bayern suchen gerade Leute zum Fussball.', ), 'img' => 'http://static.meetone.com/landing/adt/interests/soccer.jpg' ); print json_encode($v3_1) . PHP_EOL; print json_encode($v3_2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mH5bW
function name:  (null)
number of ops:  13
compiled vars:  !0 = $v3_1, !1 = $v3_2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      local               $2      !0
          1        ASSIGN                                                   $2, <array>
   17     2        ASSIGN                                                   !1, <array>
   33     3        INIT_FCALL                                               'json_encode'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $5      
          6        CONCAT                                           ~6      $5, '%0A'
          7        ECHO                                                     ~6
   34     8        INIT_FCALL                                               'json_encode'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $7      
         11        ECHO                                                     $7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.46 ms | 1398 KiB | 15 Q