3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config['csvSettings']['user']['headers'] = array( 'User.id' => 'ID', 'User.username' => 'アカウント', 'User.password' => 'パスワード', 'User.name' => '氏名', 'User.sex' => '性別ID', 'User.birth_date' => '生年月日', 'User.mail' => 'メールアドレス', 'User.group_id' => 'グループID', 'Group.name' => 'グループ名', 'User.state' => '状態ID', 'User.explanation' => '備考' ); print_r($config);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [csvSettings] => Array ( [user] => Array ( [headers] => Array ( [User.id] => ID [User.username] => アカウント [User.password] => パスワード [User.name] => 氏名 [User.sex] => 性別ID [User.birth_date] => 生年月日 [User.mail] => メールアドレス [User.group_id] => グループID [Group.name] => グループ名 [User.state] => 状態ID [User.explanation] => 備考 ) ) ) )

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:
44.43 ms | 403 KiB | 8 Q