Official page of the certification: ZCE - Zend Certified Engineer PHP 5.3
This repo has the purpose to review all topics that are covered by the ZCE PHP 5.3 exam. This repo is divide by the ZCE topics:
- PHP Basics
- Functions & Arrays
- Data Format & Types
- Web Features
- OOP
- Security
- String Patterns
- Databases
- I/O
Install using composer with development dependencies:
curl -sS https://getcomposer.org/installer | php
Then, using the composer.phar
file:
php composer.phar --dev install
Run tests:
bin/phpunit
The code is licensed under the MIT License