3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ 'max_cards' => 4, 'messages_spam_count' => 10, 'messages_per_page' => 50, 'min_password_length' => 5, 'max_password_length' => 42, 'min_login_length' => 2, 'max_login_length' => 255, 'mailer_address' => 'noreply@onliner.by', // Mark as spam 'spam_notification_to' => array('tigra@onliner.by'), 'spam_notification_subject' => 'Блокировка за спам', 'spam_notification_user_subject' => 'Ваша учетная запись на сайте Onliner.by заблокирована', 'spam_notification_by_users_request' => 'Следующие пользователи заблокированны из-за жалоб других пользователей:<br />%s', 'spam_notification_user_text' => 'Ваша учетная запись была автоматически заблокирована из-за многочисленных жалоб о рассылке спама. Если считаете, что вас заблокировали незаслуженно, то обратитесь в службу технической поддержки нашего сайта — <a href="http://support.onliner.by">support.onliner.by</a>', 'spam_autoban_notification' => 'Следующие пользователи заблокированы при попытке массовой рассылки за короткий промежуток времени:<br />%s', 'spam_autoban_max_messages' => 10, 'spam_autoban_check_interval' => 60, // seconds, 'cookies' => [ 'regions' => [ 'gomel' => [ 'onl_region' => 'gomel', 'catalog_region_select' => 'gomel', 'region' => 'region=304', 'pogoda_region' => 33041, ] ] ], 'papi' => [ 'url' => 'http://user.papi.onliner.', ] ]; $arr = (object) $arr; var_dump($arr->cookies);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jW81f
function name:  (null)
number of ops:  8
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   40     1        CAST                                          8  ~2      !0
          2        ASSIGN                                                   !0, ~2
   41     3        INIT_FCALL                                               'var_dump'
          4        FETCH_OBJ_R                                      ~4      !0, 'cookies'
          5        SEND_VAL                                                 ~4
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.49 ms | 1394 KiB | 15 Q