3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v1_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 new people in Cologne today!', 'Start meeting new people from Cologne now!', '30,271 people from Cologne are looking for new friends on meetOne!' ), 'img' => 'static.meetone.com/landing/adt/cities/de/koeln.jpg' ); // General LPs // http://www.meetone.com/api/adtelligence/start/ $v1_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( 'Heute noch nette Leute aus Bayern kennenlernen.', 'Lerne noch heute neue Freunde aus Bayern kennen.', '44,321 Leute aus Bayern suchen neue Freunde auf meetOne!' ), 'img' => array('http://static.meetone.com/landing/adt/defaults/1.jpg','http://static.meetone.com/landing/adt/defaults/2.jpg','http://static.meetone.com/landing/adt/defaults/3.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/MAADP
function name:  (null)
number of ops:  12
compiled vars:  !0 = $v1_1, !1 = $v1_2, !2 = $v3_1, !3 = $v3_2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   19     1        ASSIGN                                                   !1, <array>
   35     2        INIT_FCALL                                               'json_encode'
          3        SEND_VAR                                                 !2
          4        DO_ICALL                                         $6      
          5        CONCAT                                           ~7      $6, '%0A'
          6        ECHO                                                     ~7
   36     7        INIT_FCALL                                               'json_encode'
          8        SEND_VAR                                                 !3
          9        DO_ICALL                                         $8      
         10        ECHO                                                     $8
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.61 ms | 1394 KiB | 15 Q