You are here

private property PharInvocationResolver::$invocationFunctionNames in Drupal 7

Type: string[]

File

misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php, line 29

Class

PharInvocationResolver

Namespace

TYPO3\PharStreamWrapper\Resolver

Code

private $invocationFunctionNames = array(
  'include',
  'include_once',
  'require',
  'require_once',
);