The goal of the study group is to learn together cool/advanced/edge stuff that we are not used to see in the PHP world, such as:
- Turing machines
- Data mining
- Esoteric languages
- Database internals
- Data structures
- Algorithms
| <?php | |
| namespace Mocks; | |
| use Doctrine\DBAL\Driver\Statement; | |
| /** | |
| * Doctrine DBAL Statement implementing \Iterator. | |
| * | |
| * This class has been created because of a bug in PHPUnit Mock Objects. |