3v4l.org

run code in 300+ PHP versions simultaneously
<?php $players = [ ["account_id" => 4294967295, "kills" => 0, "deaths" => 0, "assists" => 0], ["account_id" => 101863674, "kills" => 2, "deaths" => 1, "assists" => 3], ["account_id" => 112698809, "kills" => 5, "deaths" => 0, "assists" => 7], ]; $accountId = 112698809; var_export( array_find( $players, fn($row) => $player['account_id'] === $accountId ) );
Output for git.master_jit, git.master
Warning: Undefined variable $player in /in/lTA0u on line 13 Warning: Trying to access array offset on null in /in/lTA0u on line 13 Warning: Undefined variable $player in /in/lTA0u on line 13 Warning: Trying to access array offset on null in /in/lTA0u on line 13 Warning: Undefined variable $player in /in/lTA0u on line 13 Warning: Trying to access array offset on null in /in/lTA0u on line 13 NULL

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.03 ms | 406 KiB | 5 Q