- Output for git.master, git.master_jit
- Deprecated: Creation of dynamic property Block::$index is deprecated in /in/iqUn3 on line 8 Deprecated: Creation of dynamic property Block::$timestamp is deprecated in /in/iqUn3 on line 9 Deprecated: Creation of dynamic property Block::$data is deprecated in /in/iqUn3 on line 10 Deprecated: Creation of dynamic property Block::$previousHash is deprecated in /in/iqUn3 on line 11 Deprecated: Creation of dynamic property Block::$hash is deprecated in /in/iqUn3 on line 12 Deprecated: Creation of dynamic property BlockChain::$chain is deprecated in /in/iqUn3 on line 29 Deprecated: Creation of dynamic property BlockChain::$difficulty is deprecated in /in/iqUn3 on line 30 mining block 1... Deprecated: Creation of dynamic property Block::$index is deprecated in /in/iqUn3 on line 8 Deprecated: Creation of dynamic property Block::$timestamp is deprecated in /in/iqUn3 on line 9 Deprecated: Creation of dynamic property Block::$data is deprecated in /in/iqUn3 on line 10 Deprecated: Creation of dynamic property Block::$previousHash is deprecated in /in/iqUn3 on line 11 Deprecated: Creation of dynamic property Block::$hash is deprecated in /in/iqUn3 on line 12 Block mined: 00008d618a2eac6e1624c7703245cf78750107f58039003bfd844515a1540d91 mining block 2... Deprecated: Creation of dynamic property Block::$index is deprecated in /in/iqUn3 on line 8 Deprecated: Creation of dynamic property Block::$timestamp is deprecated in /in/iqUn3 on line 9 Deprecated: Creation of dynamic property Block::$data is deprecated in /in/iqUn3 on line 10 Deprecated: Creation of dynamic property Block::$previousHash is deprecated in /in/iqUn3 on line 11 Deprecated: Creation of dynamic property Block::$hash is deprecated in /in/iqUn3 on line 12 Block mined: 0000e2fb4e39130b839f5da622df7d76f70c8ef9d34d4012b7c078cabf07ab3e { "chain": [ { "nonce": 0, "index": 0, "timestamp": 1483225200, "data": "Genesis Block", "previousHash": null, "hash": "34054c41850bdf3f6f62dd60ae824dd35b98c872d420ed0dde942d0e54cd94d6" }, { "nonce": 185284, "index": 1, "timestamp": 1673950980, "data": "amount: 4", "previousHash": "34054c41850bdf3f6f62dd60ae824dd35b98c872d420ed0dde942d0e54cd94d6", "hash": "00008d618a2eac6e1624c7703245cf78750107f58039003bfd844515a1540d91" }, { "nonce": 99256, "index": 2, "timestamp": 1673950980, "data": "amount: 10", "previousHash": "00008d618a2eac6e1624c7703245cf78750107f58039003bfd844515a1540d91", "hash": "0000e2fb4e39130b839f5da622df7d76f70c8ef9d34d4012b7c078cabf07ab3e" } ], "difficulty": 4 }
- Output for rfc.property-hooks
- Deprecated: Creation of dynamic property Block::$index is deprecated in /in/iqUn3 on line 8 Deprecated: Creation of dynamic property Block::$timestamp is deprecated in /in/iqUn3 on line 9 Deprecated: Creation of dynamic property Block::$data is deprecated in /in/iqUn3 on line 10 Deprecated: Creation of dynamic property Block::$previousHash is deprecated in /in/iqUn3 on line 11 Deprecated: Creation of dynamic property Block::$hash is deprecated in /in/iqUn3 on line 12 Deprecated: Creation of dynamic property BlockChain::$chain is deprecated in /in/iqUn3 on line 29 Deprecated: Creation of dynamic property BlockChain::$difficulty is deprecated in /in/iqUn3 on line 30 mining block 1... Deprecated: Creation of dynamic property Block::$index is deprecated in /in/iqUn3 on line 8 Deprecated: Creation of dynamic property Block::$timestamp is deprecated in /in/iqUn3 on line 9 Deprecated: Creation of dynamic property Block::$data is deprecated in /in/iqUn3 on line 10 Deprecated: Creation of dynamic property Block::$previousHash is deprecated in /in/iqUn3 on line 11 Deprecated: Creation of dynamic property Block::$hash is deprecated in /in/iqUn3 on line 12 Block mined: 00000c6902da7a388f98997e655826203ce6f352bd55217a21e1e53dd01f5474 mining block 2... Deprecated: Creation of dynamic property Block::$index is deprecated in /in/iqUn3 on line 8 Deprecated: Creation of dynamic property Block::$timestamp is deprecated in /in/iqUn3 on line 9 Deprecated: Creation of dynamic property Block::$data is deprecated in /in/iqUn3 on line 10 Deprecated: Creation of dynamic property Block::$previousHash is deprecated in /in/iqUn3 on line 11 Deprecated: Creation of dynamic property Block::$hash is deprecated in /in/iqUn3 on line 12 Block mined: 0000321bdd6e23d84069d67260f2795c838006e992533c4bb9bbdab2d62515b8 { "chain": [ { "nonce": 0, "index": 0, "timestamp": 1483225200, "data": "Genesis Block", "previousHash": null, "hash": "34054c41850bdf3f6f62dd60ae824dd35b98c872d420ed0dde942d0e54cd94d6" }, { "nonce": 160545, "index": 1, "timestamp": 1673951076, "data": "amount: 4", "previousHash": "34054c41850bdf3f6f62dd60ae824dd35b98c872d420ed0dde942d0e54cd94d6", "hash": "00000c6902da7a388f98997e655826203ce6f352bd55217a21e1e53dd01f5474" }, { "nonce": 87547, "index": 2, "timestamp": 1673951076, "data": "amount: 10", "previousHash": "00000c6902da7a388f98997e655826203ce6f352bd55217a21e1e53dd01f5474", "hash": "0000321bdd6e23d84069d67260f2795c838006e992533c4bb9bbdab2d62515b8" } ], "difficulty": 4 }
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