Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. VariableAnalysisSniff.php

VariableAnalysisSniff::$sitePassByRefFunctions

* A list of custom functions which pass in variables to be initialized by * reference (eg `preg_match()`) and therefore should not require those * variables to be defined ahead of time. The list is space separated and * each entry is of the form `functionName:1,2`. The function name comes * first followed by a colon and a comma-separated list of argument numbers * (starting from 1) which should be considered variable definitions. The * special value `...` in the arguments list will cause all arguments after * the last number to be considered variable definitions. * *

Type: string|null

File

vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Sniffs/CodeAnalysis/VariableAnalysisSniff.php, line 55

Class

VariableAnalysisSniff

Namespace

VariableAnalysis\Sniffs\CodeAnalysis

Code

public $sitePassByRefFunctions = null;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal