Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefix all function calls with a \ (#114)
This means PHP won't search the current namespace for a function first It also means PHP can use the Opcache (opcode?) for some functions, which is the actual speed increase. If possible i'd use the `use function` syntax, but that became available in php 5.6, and thus isn't an option atm.
- Loading branch information