<?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));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/NKbuX
function name: (null)
number of ops: 11
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
15 1 ASSIGN !1, <array>
28 2 ECHO '%3Cpre%2F%3E'
3 INIT_FCALL 'print_r'
4 INIT_FCALL 'array_diff_assoc'
5 SEND_VAR !0
6 SEND_VAR !1
7 DO_ICALL $4
8 SEND_VAR $4
9 DO_ICALL
10 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0
preferences:
140.36 ms | 997 KiB | 15 Q