├── example-return-types.php ├── example-null-coalesce.php ├── example-variable-syntax.php ├── Dockerfile └── README.md /example-return-types.php: -------------------------------------------------------------------------------- 1 | php:nightly 40 | 41 | ## TODO 42 | 43 | Pull requests welcome! 44 | 45 | * Make so you don't need "php file.php --args" in quotes 46 | * Clean up images, so they're just a few MB, rather than 100s. 47 | * PHP extensions 48 | * Add details to the package on [Docker hub](https://registry.hub.docker.com/u/dave1010/php-nightly/) 49 | * Make it easy / automated to update to the latest nightly / check out different branches of php-src 50 | * More PHP 7 examples 51 | --------------------------------------------------------------------------------