I'm writing an addToArray function in C like the one described here. However, instead of passing struct of type DATA to this function, I want to pass a pointer to a struct of type zval -- the basic idea is that I want to remember the address of the zval object. Here's the actual code of my function: Code: static int ...