Is there a way or a resource for finding the time and space complexity of the Array implementation in PHP other than calculating it by hand?
An array
In addition to what @Mike Lewis said, I would add, that one array element in PHP occupies minimum of 52 bytes (proof)