Skip to content

Commit

Permalink
Prefix all function calls with a \ (#114)
Browse files Browse the repository at this point in the history
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
BackEndTea authored Aug 7, 2019
1 parent 0317274 commit 35207c6
Showing 1 changed file with 188 additions and 188 deletions.
Loading

0 comments on commit 35207c6

Please sign in to comment.