3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filterKeys = array( 'ticket', 'password', 'pass_word', 'passcode', 'pass_code', 'paypassword', 'pay_password' ); $key = 0; var_dump($key, $filterKeys, in_array($key, $filterKeys), array_search($key, $filterKeys)); exit();
Output for git.master, git.master_jit, rfc.property-hooks
int(0) array(7) { [0]=> string(6) "ticket" [1]=> string(8) "password" [2]=> string(9) "pass_word" [3]=> string(8) "passcode" [4]=> string(9) "pass_code" [5]=> string(11) "paypassword" [6]=> string(12) "pay_password" } bool(false) bool(false)

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:
38.63 ms | 401 KiB | 8 Q