Home
last modified time | relevance | path

Searched refs:TYPE_UNDEFINED (Results 1 – 1 of 1) sorted by relevance

/PHP-Parser/lib/PhpParser/Builder/
H A DTraitUseAdaptation.php12 private const TYPE_UNDEFINED = 0; define in PhpParser\\Builder\\TraitUseAdaptation
31 $this->type = self::TYPE_UNDEFINED;
45 if ($this->type === self::TYPE_UNDEFINED) {
95 if ($this->type === self::TYPE_UNDEFINED) {
115 if ($this->type === self::TYPE_UNDEFINED) {

Completed in 4 milliseconds