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

Breadcrumb

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

VariableInfo::$firstDeclared

* Stack pointer of first declaration * * Declaration is when a variable is created but has no value assigned. * * Assignment by reference is also a declaration and not an initialization. * *

Type: int|null

File

vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Lib/VariableInfo.php, line 50

Class

VariableInfo
Holds details of a variable within a scope.

Namespace

VariableAnalysis\Lib

Code

public $firstDeclared;
RSS feed
Powered by Drupal