Which of the following rules must every correct XML document adhere to? (Choose 2)
Which of the following tasks can be achieved by using magic methods? (Choose 3)
What will be the result of the following operation?
$a = array_merge([1,2,3] + [4=>1,5,6]);
echo $a[2];