Samples with PHP data structures, from:
- Install Docker.
- Pull the image
devdrop/php-ds, by executingdocker pull devdrops/php-ds:latest. - Clone this repository and navigate to the source dir.
- Execute
make run COMMAND='<folder>/index.php', where<folder>should be one of the folders present on this repository.
make run COMMAND='spl/dll/index.php'