- Output for git.master
- Warning: Undefined array key "REQUEST_METHOD" in /in/H0UFt on line 302 <!doctype html> <html> <head> <title>CBDC Simulator (PHP)</title> <style> body { font-family: Arial, sans-serif; margin: 20px; } .container { display: flex; flex-wrap: wrap; } .box { border: 1px solid #ddd; padding: 20px; margin: 10px; width: 400px; } .wallet { padding: 5px 0; } .error { color: red; } </style> </head> <body> <h1>🚀 CBDC Simulator (PHP) - Full 2026 Prototype</h1> <div class="container"> <div class="box"> <h3>Country</h3> <form method="post"> <select name="country"> <option value="A">Country A</option> <option value="B">Country B</option> </select> <button>Switch</button> </form> <h3>Create Wallet</h3> <form method="post"> <input type="text" name="owner" placeholder="Owner name" required> <select name="country" style="display:none;"> <option value="A">A</option> <option value="B">B</option> </select> <select name="bank_id"> Warning: Undefined variable $country in /in/H0UFt on line 407 <option value='b_6986cc7b038513.91629816'>BankB1</option><option value='b_6986cc7b038549.57824200'>BankB2</option> </select> <select name="tier"> <option value="basic">basic</option> <option value="standard">standard</option> <option value="premium">premium</option> </select> <select name="kyc"> <option value="none">none</option> <option value="basic">basic</option> <option value="full">full</option> </select> <button name="create_wallet">Create</button> </form> <h3>Issue CBDC</h3> <form method="post"> <select name="wallet_id"> </select> <input type="number" name="amount" step="1" value="100"> <button name="issue">Issue</button> </form> <h3>Transfer</h3> <form method="post"> <select name="from"> </select> <select name="to"> </select> <input type="number" name="amount" step="1" value="10"> <label><input type="checkbox" name="offline"> Offline</label> <button name="transfer">Transfer</button> </form> <h3>Programmable Transfer (Taxed)</h3> <form method="post"> <select name="from2"> </select> <select name="to2"> </select> <input type="number" name="amount2" step="1" value="20"> <input type="text" name="reason" value="SUBSIDY"> <button name="prog_transfer">Programmable</button> </form> </div> <div class="box"> <h3>Controls</h3> <form method="post"> <button name="negative_interest">Apply Negative Interest</button> </form> <form method="post"> <button name="reconcile">Reconcile Offline</button> </form> <form method="post"> <label>Severity: <input type="range" name="severity" min="0" max="1" step="0.1" value="0.3"></label> <button name="crisis">Simulate Crisis</button> </form> <form method="post"> <button name="resolve">Offline Conflict Resolve</button> </form> <h3>Macro Dashboard</h3> <div> <strong>Country A:</strong> Supply=0.00, Velocity=0.1, Inflation=0.011<br> <strong>Country B:</strong> Supply=0.00, Velocity=0.1, Inflation=0.011 </div> </div> <div class="box"> <h3>Ledger State</h3> <div> <strong>Total Supply:</strong> 0.00<br><br> </div> <h3>Last Transactions</h3> <div> </div> </div> </div> </body> </html>
- Output for git.master_jit
- Warning: Undefined array key "REQUEST_METHOD" in /in/H0UFt on line 302 <!doctype html> <html> <head> <title>CBDC Simulator (PHP)</title> <style> body { font-family: Arial, sans-serif; margin: 20px; } .container { display: flex; flex-wrap: wrap; } .box { border: 1px solid #ddd; padding: 20px; margin: 10px; width: 400px; } .wallet { padding: 5px 0; } .error { color: red; } </style> </head> <body> <h1>🚀 CBDC Simulator (PHP) - Full 2026 Prototype</h1> <div class="container"> <div class="box"> <h3>Country</h3> <form method="post"> <select name="country"> <option value="A">Country A</option> <option value="B">Country B</option> </select> <button>Switch</button> </form> <h3>Create Wallet</h3> <form method="post"> <input type="text" name="owner" placeholder="Owner name" required> <select name="country" style="display:none;"> <option value="A">A</option> <option value="B">B</option> </select> <select name="bank_id"> Warning: Undefined variable $country in /in/H0UFt on line 407 <option value='b_6986cc7b0af613.56306024'>BankB1</option><option value='b_6986cc7b0af653.66606889'>BankB2</option> </select> <select name="tier"> <option value="basic">basic</option> <option value="standard">standard</option> <option value="premium">premium</option> </select> <select name="kyc"> <option value="none">none</option> <option value="basic">basic</option> <option value="full">full</option> </select> <button name="create_wallet">Create</button> </form> <h3>Issue CBDC</h3> <form method="post"> <select name="wallet_id"> </select> <input type="number" name="amount" step="1" value="100"> <button name="issue">Issue</button> </form> <h3>Transfer</h3> <form method="post"> <select name="from"> </select> <select name="to"> </select> <input type="number" name="amount" step="1" value="10"> <label><input type="checkbox" name="offline"> Offline</label> <button name="transfer">Transfer</button> </form> <h3>Programmable Transfer (Taxed)</h3> <form method="post"> <select name="from2"> </select> <select name="to2"> </select> <input type="number" name="amount2" step="1" value="20"> <input type="text" name="reason" value="SUBSIDY"> <button name="prog_transfer">Programmable</button> </form> </div> <div class="box"> <h3>Controls</h3> <form method="post"> <button name="negative_interest">Apply Negative Interest</button> </form> <form method="post"> <button name="reconcile">Reconcile Offline</button> </form> <form method="post"> <label>Severity: <input type="range" name="severity" min="0" max="1" step="0.1" value="0.3"></label> <button name="crisis">Simulate Crisis</button> </form> <form method="post"> <button name="resolve">Offline Conflict Resolve</button> </form> <h3>Macro Dashboard</h3> <div> <strong>Country A:</strong> Supply=0.00, Velocity=0.1, Inflation=0.011<br> <strong>Country B:</strong> Supply=0.00, Velocity=0.1, Inflation=0.011 </div> </div> <div class="box"> <h3>Ledger State</h3> <div> <strong>Total Supply:</strong> 0.00<br><br> </div> <h3>Last Transactions</h3> <div> </div> </div> </div> </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
- 2022-12-01 RFC: Property hooks - included in PHP 8.4
- 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