3v4l.org

run code in 500+ PHP versions simultaneously
<?php $v = Array( 'ccrs_date', Array( 'prelim_title_report_date', Array( 'additional_escrow_deposit_date', Array( 'earnest_money_date', Array( 'acceptance_date', Array( 'contract_date', Array( 'prelim_title_report_date', 'test' ), Array( 'test2' ) ) ) ) ) ) ); $ri = new RecursiveIteratorIterator(new RecursiveArrayIterator($v)); print_r(iterator_to_array($ri, false));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => ccrs_date [1] => prelim_title_report_date [2] => additional_escrow_deposit_date [3] => earnest_money_date [4] => acceptance_date [5] => contract_date [6] => prelim_title_report_date [7] => test [8] => test2 )

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:
47.22 ms | 1517 KiB | 4 Q