Open
Description
/var/www/itaporanews.com/laravel/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php
* Get the regular expression for a generic Blade function.
*
* @param string $function
* @return string
*/
public function createMatcher($function)
{
return '/(?<!\w)(\s*)@'.$function.'(\s*\(.*\))/';
}
I'm using php5.5 + nginx and laravel 4.1