This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
code optimations: replaced call_user_func[_array] by () or ->() or ::…
…() if possible | replaced call_user_funx_array by call_user_func if possible | removed double ';;' | check if DIRECTORY_SEPARATOR is already a backslash (windows) | replaced strripos by strrpos to find the last backslash
- Loading branch information