Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 291 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 291 Bytes

PHP Generators

Overview about generators in PHP.

To test:

  1. See 'tests' directory

  2. Run with PHP installed on the host:

php tests/script-name.php
  1. Or run with Docker:
docker run -it --rm -v $PWD:/usr/src/app -w /usr/src/app php:8.1-cli php tests/script-name.php