/PHP-Parser/lib/PhpParser/Node/ |
H A D | InterpolatedStringPart.php | 9 public string $value; variable in PhpParser\\Node\\InterpolatedStringPart 17 public function __construct(string $value, array $attributes = []) {
|
H A D | Const_.php | 11 public Expr $value; variable in PhpParser\\Node\\Const_ 23 public function __construct($name, Expr $value, array $attributes = []) {
|
H A D | DeclareItem.php | 12 public Expr $value; variable in PhpParser\\Node\\DeclareItem 21 public function __construct($key, Node\Expr $value, array $attributes = []) {
|
H A D | Arg.php | 11 public Expr $value; variable in PhpParser\\Node\\Arg 27 Expr $value, bool $byRef = false, bool $unpack = false, array $attributes = [],
|
H A D | ArrayItem.php | 11 public Expr $value; variable in PhpParser\\Node\\ArrayItem 25 …public function __construct(Expr $value, ?Expr $key = null, bool $byRef = false, array $attributes…
|
/PHP-Parser/lib/PhpParser/Node/Stmt/ |
H A D | InlineHTML.php | 9 public string $value; variable in PhpParser\\Node\\Stmt\\InlineHTML 17 public function __construct(string $value, array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/ |
H A D | JsonDecoder.php | 23 private function decodeRecursive($value) { 44 private function decodeNode(array $value): Node { 72 private function decodeComment(array $value): Comment {
|
H A D | Node.php | 121 public function setAttribute(string $key, $value): void;
|
H A D | NodeAbstract.php | 151 public function setAttribute(string $key, $value): void {
|
H A D | BuilderFactory.php | 195 public function classConst($name, $value): Builder\ClassConst { 215 public function val($value): Expr {
|
H A D | BuilderHelpers.php | 222 public static function normalizeValue($value): Expr {
|
H A D | NodeDumper.php | 206 private function dumpEnum(int $value, array $map): string {
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | Yield_.php | 11 public ?Expr $value; variable in PhpParser\\Node\\Expr\\Yield_ 20 public function __construct(?Expr $value = null, ?Expr $key = null, array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/Node/Scalar/ |
H A D | Float_.php | 9 public float $value; variable in PhpParser\\Node\\Scalar\\Float_ 17 public function __construct(float $value, array $attributes = []) {
|
H A D | Int_.php | 16 public int $value; variable in PhpParser\\Node\\Scalar\\Int_ 24 public function __construct(int $value, array $attributes = []) {
|
H A D | String_.php | 16 public string $value; variable in PhpParser\\Node\\Scalar\\String_ 36 public function __construct(string $value, array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/Builder/ |
H A D | EnumCase.php | 16 protected ?Node\Expr $value = null; variable in PhpParser\\Builder\\EnumCase 39 public function setValue($value) {
|
H A D | ClassConst.php | 33 public function __construct($name, $value) { 45 public function addConst($name, $value) {
|
H A D | Param.php | 37 public function setDefault($value) {
|
H A D | Property.php | 144 public function setDefault($value) {
|
/PHP-Parser/test/PhpParser/Builder/ |
H A D | ClassConstTest.php | 19 public function createClassConstBuilder($name, $value) { 160 public function testValues($value, $expectedValueNode): void {
|
H A D | EnumCaseTest.php | 62 public function testValues($value, $expectedValueNode): void {
|
H A D | PropertyTest.php | 126 public function testDefaultValues($value, $expectedValueNode): void {
|
H A D | ParamTest.php | 24 public function testDefaultValues($value, $expectedValueNode): void {
|