DEBSOURCES
Skip Quicknav
sources / haxe / 1%3A3.4.7-1 / std / php7 / Ref.hx
1234567
package php; /** Special type which allows passing function arguments by reference. This type should be used for externs only. **/ typedef Ref<T> = T;