Open krtek4 opened 8 years ago
This PR allow people using Boris to import function and constants using the new use function, use const syntax introduced with PHP 5.6.
use function
use const
I also used a named regexp to make things clearer.
This PR allow people using Boris to import function and constants using the new
use function
,use const
syntax introduced with PHP 5.6.I also used a named regexp to make things clearer.