[15:49:31] the passing by reference thing was the only concern I had [15:50:07] didn't know you only have to do that in the function sig [15:50:13] smh :/ [17:15:36] Yeah it'll fatal if you do that in parameters also IIRC [17:16:44] 😱 [17:16:49] mind blown [17:17:54] why not just have them act like C pointers tho?? [17:20:00] Like C's `somefunc(&a, &b);` is pretty clear, and doesn't require you to go read the function signature to see the function is actually taking a pointer, or passing by reference in the PHP world