Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DModifiersTest.php5 use InvalidArgumentException; alias
14 $this->expectException(InvalidArgumentException::class);
H A DNodeDumperTest.php94 $this->expectException(\InvalidArgumentException::class);
/PHP-Parser/test/code/formatPreservation/
H A DlistRemoval.test116 } catch (\InvalidArgumentException $e) {
135 } catch (\InvalidArgumentException $e) {
149 } catch (\InvalidArgumentException $e) {
166 } catch (\InvalidArgumentException $e) {
/PHP-Parser/lib/PhpParser/Node/
H A DName.php254 throw new \InvalidArgumentException('Name cannot be empty');
261 throw new \InvalidArgumentException('Name cannot be empty');
270 throw new \InvalidArgumentException(
H A DIdentifier.php32 throw new \InvalidArgumentException('Identifier name cannot be empty');
/PHP-Parser/test/PhpParser/Node/
H A DIdentifierTest.php7 self::expectException(\InvalidArgumentException::class);
H A DNameTest.php132 $this->expectException(\InvalidArgumentException::class);
138 $this->expectException(\InvalidArgumentException::class);
144 $this->expectException(\InvalidArgumentException::class);
/PHP-Parser/lib/PhpParser/
H A DModifiers.php40 throw new \InvalidArgumentException("Unknown modifier $modifier");
H A DNodeDumper.php158 throw new \InvalidArgumentException('Can only dump nodes and arrays.');

Completed in 12 milliseconds