The limit in question is
$$\lim_{(x,y,z)\to(0,0,0)}\frac{xy+yz^2+xz^2}{x^2+y^2+z^4}$$
I set $z=0$ and converted this to polar coordinates:
$$\lim_{r\to0}\frac{r^2\cos \theta \sin \theta}{r^2\cos^2 \theta +r^2\sin^2 \theta}$$
This can be reduced to $$\lim_{r\to0}\cos \theta \sin \theta$$
if I did everything properly. Does this mean that the limit on the origin doesn't exist? Plugging different values of $\theta$ in the limit returns different values, but I'm not entirely sure if this is correct. I know there are easier ways to do this, and several of them are already on MSE, but I have a feeling a trick like this (if it is correct) might be useful for some other more complicated limit.