Peter Kokot
5638836ec8
Update php.net links to point to https://www.php.net
2023-01-17 23:57:25 +01:00
Josh Lockhart
e0a9956160
Update links to HTTPS in programming paradigms section
2018-06-19 13:09:34 -04:00
Ryan Szrama
f054643d17
Typo fixes in the Programming Paradigms post.
2015-03-13 10:52:25 +08:00
defenestrator
72f1ccedb6
Fix typos and improve readability of one sentence in Section 3.
2015-01-07 12:16:29 -07:00
jrfnl
185120cf6f
Minor style fixes
...
- use `()` when referencing functions
2014-12-08 22:05:28 +01:00
jrfnl
80148bdc44
Jekyll header spacing consistency
2014-12-08 22:03:53 +01:00
jrfnl
ce8d83fb6f
Verify link consistency - round 1
...
- Verify that all named links at the bottom of a post are in use, otherwise either remove or add link in post
- if the post uses named links, try and make sure all links in the post are in that style
- ensure logical order for the named links at the bottom
2014-12-08 22:03:49 +01:00
jrfnl
82ee7ad76a
Fix line wrapping consistency - round 1
...
Comply with the 'wrap at 120 chars' style rule stated in the contributing.md document
2014-12-08 22:03:47 +01:00
jrfnl
1852c53aa5
Use language independent permalinks for php.net urls
...
@see http://php.net/urlhowto.php
2014-12-08 17:48:38 +01:00
John Bacon
4aaa7a41da
Adds a comma to the description of recursion
...
Parenthetical elements should be set off using a comma.
2014-06-02 19:07:54 -04:00
Eric Martel
7df82049e8
Redid anchor changes to be sure each doc was updated properly
2014-03-14 23:13:39 -04:00
dansmith
ca1835615a
Minor (non-quote) grammar/spelling fixes
2013-07-15 15:32:35 +01:00
Pascal Borreli
52e44edd64
Fixed typos
2012-12-14 22:50:43 +00:00
andrea
d5d5d0725b
Fixed w3c validator errors for "Duplicate ID"
2012-08-20 16:20:00 +02:00
elazar
2d1af2cb0f
Changed some UK subdomain-specific php.net links to be language-agnostic
2012-08-07 17:01:05 -05:00
Goran Rakic
0e59502501
Move to a separate topic page
2012-07-20 02:38:29 +03:00
Goran Rakic
8986b9d1bc
Closures and variable scope
2012-07-20 02:36:46 +03:00
Goran Rakic
9f40674396
Improve functional programming section
...
- Change criteria for filter
- Extend the first example to show anonymous function without assignment
- Add paragraph on recursion
- Wrap to 120 chars
2012-07-20 02:36:46 +03:00
Goran Rakic
be9ff04411
Merge some changes from @wilmoore given in issue #72
2012-07-20 02:35:43 +03:00
Goran Rakic
44576ed005
anonymous functions !== closures
2012-07-20 02:35:43 +03:00
Goran Rakic
36a7359759
Extends the functional paradigm section.
...
State the key elements of functional paradigm supported by PHP and extends the example.
2012-07-20 02:35:43 +03:00
Jeremy Lindblom
2d59716fae
Added improvements and additional content in the programming paradigms section.
2012-07-18 08:18:59 -07:00
Daniele Cesarini
7c66dced64
Fixed typo
2012-07-12 08:37:09 +02:00
Phil Sturgeon
384345fc85
Some examples and notes for programming paradigms.
2012-07-10 11:29:47 +01:00
Kris Jordan
dc1857b8fa
Moving to Post structure.
...
Lots of changes breaking out subsections into posts and programmatically generating ToC, main page content, and Back to Top links.
2012-07-10 00:33:25 -04:00