3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [ 'Error during account creating' => '', 'User with given email already exists' => '', 'Error during token creating' => '', 'Error during mail sending' => '', 'Error during set have account' => '', 'Need email and password params' => '', 'Error during authentication' => '', 'Error during confirm account' => '', 'Error during change password request' => '', 'User already logged in' => '', 'User already logged out' => '', 'Error during getting account data' => '', 'Need token param' => '', 'Error during account activation' => '', 'Need email param' => '', 'User already active' => '', 'Error during tour criteria creating' => '', 'Account with given email doesn\'t exists' => '', 'User logged out' => '', 'Error during getting marketing info' => '', 'Error during getting countries info' => '', 'Error during getting hotels info' => '', 'Error during tour hunter activation' => '', 'Document is in wrong format' => '', 'Need documentId and document params' => '', 'Need documentId param' => '', 'Error during getting notify order status' => '', 'Error during getting marketing notifiers' => '', 'Need notify param' => '', 'Need oldPassword and newPassword params' => '', 'Need customer param' => '', ]; ksort($a); var_dump($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vgjQB
function name:  (null)
number of ops:  8
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   37     1        INIT_FCALL                                               'ksort'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
   38     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.2 ms | 1398 KiB | 17 Q