3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = Array( 'designation_id' =>1, 'name' => 'Y', 'fathers_name' => 'Z', 'mothers_name' => 'F', 'spouse_name' => 'd', 'gender' => 'F', 'last_achieved_degree' => 2, 'date_of_birth' => '1960-10-17', 'date_of_joining' => '1987-02-04' ); $b =Array ( 'designation_id' => 9, 'name' => 'M', 'fathers_name' => 'N', 'mothers_name' => 'O', 'spouse_name' => '', 'gender' => 'M', 'last_achieved_degree' => 1, 'date_of_birth' => '1967-11-17', 'date_of_joining' => '2016-01-01', ); echo "<pre/>";print_r(array_diff_assoc($a,$b));
Output for git.master, git.master_jit, rfc.property-hooks
<pre/>Array ( [designation_id] => 1 [name] => Y [fathers_name] => Z [mothers_name] => F [spouse_name] => d [gender] => F [last_achieved_degree] => 2 [date_of_birth] => 1960-10-17 [date_of_joining] => 1987-02-04 )

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:
115.45 ms | 406 KiB | 5 Q