- Output for git.master, git.master_jit, rfc.property-hooks
- <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <title>TODO.todo</title></head> <body> <style> .project { line-height: 4px; } .bullet-done { font-weight: bold; font-style: normal; color: rgba(0,114,62,1.0); } .note{ display: block; color: rgba(133,130,102,1.0); font-weight: normal; font-style: normal; } .todo { display: inline-block; } .tag { font-weight: bold; font-style: normal; color: rgba(160,46,43,0.6); } body { background: rgba(239,233,183,1.0); color: rgba(0,0,0,0.31); font-weight: normal; font-style: normal; } h1 { font-weight: bold; font-style: normal; background: rgba(0,0,0,0.06); color: rgba(188,100,74,1.0); width: 100%; line-height: 34px; } .tab{ display: inline-block; width:0px; height: 0px; background: #000000; </style><pre><div class="project"> <h1>Version 1:</h1> <span class="tab"></span><span class="note">This file is in TaskPaper format.</span> <span class="tab"></span><span class="note">Tabs are used to indent.</span> <span class="tab"></span><span class="note"> Each task begins with a "<span class="todo"><input type="checkbox" value="""> - ".</span></span> <h1>Projects end with a ":</h1>". <span class="tab"></span><span class="note">Tags are in the format "<span class="tag">@tag_name".</span></span> <span class="tab"></span><span class="note">All other lines (such as these) are considered as notes,</span> <span class="tab"></span><span class="note">and are to be ignored.</span> </div> <div class="project"> <span class="todo"><input type="checkbox" value="User signu"> - User signup</span> <span class="todo"><input type="checkbox" value="Register for an accoun"> - Register for an account</span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="Log in "> <span class="bullet-done">? ? ??</span> - <strike>Log in <span class="tag">@done</strike></span></span></span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="Forget passwor"> - Forget password</span></span> <span class="todo"><input type="checkbox" value="Manage user"> - Manage users</span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="Create users "> - Create users <span class="tag">@in_progress</span></span></span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="Delete user"> - Delete users</span></span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="User profile page "> - User profile page <span class="tag">@40%</span></span></span> <span class="todo"><input type="checkbox" value="Blo"> - Blog</span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="Creating new posts "> <span class="bullet-done">? ? ??</span> - <strike>Creating new posts <span class="tag">@done</strike></span></span></span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="Comments "> <span class="bullet-done">? ? ??</span> - <strike>Comments <span class="tag">@done</strike></span></span></span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="Moderating comments "> <span class="bullet-done">? ? ??</span> - <strike>Moderating comments <span class="tag">@done</strike></span></span></span> <span class="tab"></span><span class="note"> </span> <h1>This is my todo list:</h1> <span class="tab"></span><span class="note"> <span class="tab"></span>This is a note about the list.</span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="this is an item "> <span class="bullet-done">? ? ??</span> - <strike>this is an item <span class="tag">@done</strike></span></span></span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="and this is "> - and this is <span class="tag">@me</span> </span></span> <span class="tab"></span><span class="note">this is a note about my done item</span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="this is the last "> <span class="bullet-done">? ? ??</span> - <strike>this is the last <span class="tag">@java</span> <span class="tag">@shopping</span> <span class="tag">@item</span> <span class="tag">@done</strike></span></span></span> </div> <div class="project"> <h1>This is a second list:</h1> <span class="todo"><input type="checkbox" value="Add more funk to something "> - Add more funk to something <span class="tag">@work</span> <span class="tag">@java</span> </span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="Send something somewhere "> - Send something somewhere <span class="tag">@work</span> <span class="tag">@email</span> <span class="tag due">@due(12 Aug 07)</span></span></span> <span class="tab"></span><span class="note"> <span class="todo"><input type="checkbox" value="this is an exampl"> - this is an example</span></span> <span class="todo"><input type="checkbox" value="dfgdf"> - dfgdfg</span> <span class="tab"></span><span class="note">ggg</span> <span class="tab"></span><span class="note">hfghf </span> <span class="todo"><input type="checkbox" value="hg"> - hgh</span> <span class="todo"><input type="checkbox" value="dfygdfgd"> - dfygdfgdf</span> </div> <div class="project"> <h1>List:</h1> <span class="todo"><input type="checkbox" value="gdfgdf <code>inline code</code> hh"> - gdfgdf <code>inline code</code> hhf</span> <span class="todo"><input type="checkbox" value="gdfgd"> - gdfgdf</span> <span class="todo"><input type="checkbox" value="dfgdfg "> <span class="bullet-done">? ? ??</span> - <strike>dfgdfg <span class="tag">@done</strike></span></span> <span class="tab"></span><span class="note"> </span> </div> </pre></body></html>
This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.
Active branches
Archived branches
Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page
- 2020-03-21 RFC: Is_Literal - declined
- 2020-12-04 Enumerations - included in PHP 8.1
- 2018-06-15 Typed Properties v2 - implemented in PHP 7.4
- 2016-08-12 Object typehint - included in PHP 7.2
- 2016-08-14 Arrow functions - withdrawn
- 2016-05-29 array_change_keys() - withdrawn
- 2016-04-19 Lexical scope support for anonymous classes - suspended
- 2016-04-17 Functional Interfaces - declined
- 2016-03-16 Typed Properties - superseded in favor of Typed Properties 2.0
- 2015-08-27 Callable Prototypes - declined
- 2015-05-01 Short Closures - declined / withdrawn in favor of Arrow Functions
- 2015-02-18 Scalar type hints v5 - included in PHP 7
- 2015-02-14 Union Types - declined
- 2013-09-22 Anonymous classes - included in PHP 7