mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
Added php exercises
This commit is contained in:
parent
5e534ffe18
commit
fd4973218c
@ -78,6 +78,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
||||
- [PHP Videos](#php-videos)
|
||||
- [PHP Reading](#php-reading)
|
||||
- [PHP Internals Reading](#php-internals-reading)
|
||||
+- [Exercises](#exercises)
|
||||
- [PHP Exercises](#php-exercises)
|
||||
- [Contributing](#contributing)
|
||||
|
||||
## Dependency Management
|
||||
@ -937,6 +939,9 @@ Various resources, such as books, websites and articles, for improving your PHP
|
||||
* Collecting Garbage: [1](http://php.net/manual/en/features.gc.refcounting-basics.php) [2](http://php.net/manual/en/features.gc.collecting-cycles.php) [3](http://php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
||||
* PHP Source Code for Developers: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
|
||||
|
||||
## Exercises
|
||||
* [PHP Exercises](https://github.com/danrevah/php-exercises) - Some php exercises and interview questions to practice in a TDD approach.
|
||||
|
||||
## PHP Magazines
|
||||
*Fantastic PHP-related magazines.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user