Update links to HTTPS in programming paradigms section

This commit is contained in:
Josh Lockhart
2018-06-19 13:09:34 -04:00
parent 4fd12a4742
commit e0a9956160

View File

@@ -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