<?php namespace Symfony\Component\VarDumper\Tests\Fixture; if (!class_exists(\Symfony\Component\VarDumper\Tests\Fixture\DumbFoo::class)) { #[\AllowDynamicProperties] class DumbFoo { public $foo = 'foo'; } } $foo = new DumbFoo(); $foo->bar = 'bar'; $g = fopen(__FILE__, 'r'); $var = [ 'number' => 1, null, 'const' => 1.1, true, false, NAN, INF, -INF, PHP_INT_MAX, 'str' => "déjà\n", "\xE9\x01test\t\ning", '[]' => [], 'res' => $g, 'obj' => $foo, 'closure' => function ($a, \PDO &$b = null) {}, 'line' => __LINE__ - 1, 'nobj' => [(object) []], ]; $r = []; $r[] = &$r; $var['recurs'] = &$r; $var[] = &$var[0]; $var['sobj'] = $var['obj']; $var['snobj'] = &$var['nobj'][0]; $var['snobj2'] = $var['nobj'][0]; $var['file'] = __FILE__; $var["bin-key-\xE9"] = ''; unset($g, $r);
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
BackedEnumFixture.php | File | 200 B | 0644 |
|
DateTimeChild.php | File | 157 B | 0644 |
|
ExtendsReflectionTypeFixture.php | File | 369 B | 0644 |
|
FooInterface.php | File | 191 B | 0644 |
|
GeneratorDemo.php | File | 291 B | 0644 |
|
LotsOfAttributes.php | File | 688 B | 0644 |
|
MyAttribute.php | File | 653 B | 0644 |
|
NotLoadableClass.php | File | 121 B | 0644 |
|
Php74.php | File | 284 B | 0644 |
|
Php81Enums.php | File | 305 B | 0644 |
|
ReflectionIntersectionTypeFixture.php | File | 153 B | 0644 |
|
ReflectionNamedTypeFixture.php | File | 126 B | 0644 |
|
ReflectionUnionTypeFixture.php | File | 133 B | 0644 |
|
ReflectionUnionTypeWithIntersectionFixture.php | File | 169 B | 0644 |
|
Twig.php | File | 1.12 KB | 0644 |
|
UnitEnumFixture.php | File | 166 B | 0644 |
|
dumb-var.php | File | 881 B | 0644 |
|
dump_server.php | File | 1.01 KB | 0644 |
|
xml_reader.xml | File | 233 B | 0644 |
|