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]
|
* [Read about Overloading][overloading]
|
||||||
|
|
||||||
|
|
||||||
[oop]: http://php.net/language.oop5
|
[oop]: https://secure.php.net/language.oop5
|
||||||
[traits]: http://php.net/language.oop5.traits
|
[traits]: https://secure.php.net/language.oop5.traits
|
||||||
[anonymous-functions]: http://php.net/functions.anonymous
|
[anonymous-functions]: https://secure.php.net/functions.anonymous
|
||||||
[closure-class]: http://php.net/class.closure
|
[closure-class]: https://secure.php.net/class.closure
|
||||||
[closures-rfc]: https://wiki.php.net/rfc/closures
|
[closures-rfc]: https://wiki.php.net/rfc/closures
|
||||||
[callables]: http://php.net/language.types.callable
|
[callables]: https://secure.php.net/language.types.callable
|
||||||
[call-user-func-array]: http://php.net/function.call-user-func-array
|
[call-user-func-array]: https://secure.php.net/function.call-user-func-array
|
||||||
[magic-methods]: http://php.net/language.oop5.magic
|
[magic-methods]: https://secure.php.net/language.oop5.magic
|
||||||
[reflection]: http://php.net/intro.reflection
|
[reflection]: https://secure.php.net/intro.reflection
|
||||||
[overloading]: http://php.net/language.oop5.overloading
|
[overloading]: https://secure.php.net/language.oop5.overloading
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user