private property PharInvocationResolver::$invocationFunctionNames in Drupal 7
Type: string[]
File
- misc/
typo3/ phar-stream-wrapper/ src/ Resolver/ PharInvocationResolver.php, line 29
Class
Namespace
TYPO3\PharStreamWrapper\ResolverCode
private $invocationFunctionNames = array(
'include',
'include_once',
'require',
'require_once',
);