mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-10 15:54:01 +02:00
Update links to HTTPS in programming paradigms section
This commit is contained in:
@@ -50,14 +50,14 @@ available as `__call()` and `__callStatic()`.
|
||||
* [Read about Overloading][overloading]
|
||||
|
||||
|
||||
[oop]: http://php.net/language.oop5
|
||||
[traits]: http://php.net/language.oop5.traits
|
||||
[anonymous-functions]: http://php.net/functions.anonymous
|
||||
[closure-class]: http://php.net/class.closure
|
||||
[oop]: https://secure.php.net/language.oop5
|
||||
[traits]: https://secure.php.net/language.oop5.traits
|
||||
[anonymous-functions]: https://secure.php.net/functions.anonymous
|
||||
[closure-class]: https://secure.php.net/class.closure
|
||||
[closures-rfc]: https://wiki.php.net/rfc/closures
|
||||
[callables]: http://php.net/language.types.callable
|
||||
[call-user-func-array]: http://php.net/function.call-user-func-array
|
||||
[magic-methods]: http://php.net/language.oop5.magic
|
||||
[reflection]: http://php.net/intro.reflection
|
||||
[overloading]: http://php.net/language.oop5.overloading
|
||||
[callables]: https://secure.php.net/language.types.callable
|
||||
[call-user-func-array]: https://secure.php.net/function.call-user-func-array
|
||||
[magic-methods]: https://secure.php.net/language.oop5.magic
|
||||
[reflection]: https://secure.php.net/intro.reflection
|
||||
[overloading]: https://secure.php.net/language.oop5.overloading
|
||||
|
||||
|
Reference in New Issue
Block a user