Hi. You are comparing the current location of the ref. (pointer to ref)
Try to this (dereferencing ref and get pointer to content)
echo "IS IT THE SAME? ", (addr xobjref[]) == (addr result[])
Hi. You are comparing the current location of the ref. (pointer to ref)
Try to this (dereferencing ref and get pointer to content)
echo "IS IT THE SAME? ", (addr xobjref[]) == (addr result[])