3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( [ 'continue' => 'Continue', 'next' => 'Next', 'yes' => 'Yes', 'no' => 'No', 'day' => 'Day', 'month' => 'Month', 'year' => 'Year' ] + [ 'has-errors' => 'The information you have entered is invalid. Please review your entry and try again', ] + [ 'field' => [ 'is_resident_option' => [ 1 => 'Resident', 0 => 'Non-resident' ], ] ] + [ /** * Beneficiary */ V::FIELD_BENEFICIARY_EMAIL => 'Email address', V::FIELD_BENEFICIARY_NATIONALITY => 'Nationality', V::FIELD_BENEFICIARY_DOB => 'Date of birth', V::FIELD_BENEFICIARY_TAX_ID => 'Tax ID', V::FIELD_BENEFICIARY_IS_REDIDENT => 'Residential status', /** * PayPal */ V::FIELD_PAYPAL_EMAIL => 'PayPal Email Address', /** * Yandex */ V::FIELD_YANDEX_ACCOUNT_NUMBER => 'Yandex account number', /** * Bank */ V::FIELD_BANK_SWIFT => 'BIC/SWIFT', V::FIELD_BANK_SWIFT . '_placeholder' => 'AAAA BB CC DDD', V::FIELD_BANK_SWIFT . '_help' => 'SWIFT code consists of 8 or 11 characters', V::FIELD_BANK_ACCOUNT_IBAN => 'IBAN', V::FIELD_BANK_ACCOUNT_IBAN . '_placeholder' => 'AA11 BBBB 2222 3333 4444 55', V::FIELD_BANK_NAME => 'Bank name', V::FIELD_BANK_ROUTING_NUMBER => 'Routing number', V::FIELD_BANK_COUNTRY => 'Bank country', V::FIELD_BANK_ACCOUNT_HOLDER_NAME => 'Bank account holders name', V::FIELD_BANK_ACCOUNT_HOLDER_NAME . '_placeholder' => 'eg. John Smith', V::FIELD_BANK_ACCOUNT_HOLDER_NAME . '_help' => 'The account holders name, as shown on your bank statement', V::FIELD_BANK_ACCOUNT_IFSC => 'Bank account IFS code', V::FIELD_BANK_ACCOUNT_NUMBER => 'Bank account number', V::FIELD_BANK_ACCOUNT_SORT_CODE => 'Bank account sort code', V::FIELD_BANK_BRANCH_CODE => 'Bank branch code', /** * Common */ V::ERROR_VALUE_REQUIRED => 'This value is invalid', V::ERROR_EMAIL_INVALID => 'Email address is invalid', ] );
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Class "V" not found in /in/SbZbK:33 Stack trace: #0 {main} thrown in /in/SbZbK on line 33
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught Error: Class 'V' not found in /in/SbZbK:33 Stack trace: #0 {main} thrown in /in/SbZbK on line 33
Process exited with code 255.
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Fatal error: Class 'V' not found in /in/SbZbK on line 33
Process exited with code 255.

preferences:
176.15 ms | 402 KiB | 197 Q