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 git.master, git.master_jit, rfc.property-hooks
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.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
58.13 ms | 401 KiB | 8 Q