exporter/tests
Tyson Andre 8742034e90 Change `Object &hash` to `Object #id` in variable representation
This proposes using `#` instead of `&` to

1. Avoid overlapping with the hash numbers for `Array &%d ()`
2. Be similar to var_dump.

This proposes a `Object #` prefix for SplObjectStorage object id keys
to make **accidental** ambiguity with dynamic properties less likely.

Closes #39
2021-12-13 15:43:42 +01:00
..
ExporterTest.php Change `Object &hash` to `Object #id` in variable representation 2021-12-13 15:43:42 +01:00