3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ZeroDayTechnique { public function key($action = 'get', $value = null) { static $hidden = []; switch ($action) { case 'get': return $hidden[spl_object_hash($this)]; case 'set': $hidden[spl_object_hash($this)] = $value; break; default: throw new Exception('Wut in da hell'); } } } $x = new ZeroDayTechnique; $not_x = new ZeroDayTechnique; $x->key('set', random_bytes(32)); var_dump(bin2hex($x->key('get'))); $not_z->key('set', random_bytes(32)); var_dump(bin2hex($x->key('get'))); var_dump(bin2hex($not_x->key('get'))); var_dump($x);
Output for 7.4.0
string(64) "b29d475d55f5880fc61354f1a516dcfa37fb607f80ded69a7c92d11b75fd8e1c" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.12
string(64) "811b3fb063ba74d5ed42934f039d067671345295c4a90597cf88d4b283ea19ca" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.11
string(64) "1d3e2c56bb4a10e0d296aa31077ff5d19eabeeab696477c8633709d3eabfb104" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.10
string(64) "a06e95d67bddf189cd5268b01c06c944678f86c26c537d17a6d2318200f57e43" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.9
string(64) "83bfb81b23f4f0ac18e729fffc049a4a90ba7787ad53963be5cbc2897f87a383" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.8
string(64) "cd97f3b3f4c49885ce27188ee71e39f5f10ad8d385ed7a505b970d94bae6dff6" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.7
string(64) "e7ac1b178bc2ec41844bb370f6a388c8f74f3e7c53431e9514e316a7193dd2e6" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.6
string(64) "2f31c5128c9472847ce73cb3d7458d10585f507129e724d7c4b7e83e3ae77422" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.5
string(64) "5decf5694c08c623a222dcb2b1216fd6cb9920e3d061c4527f5948bf47529cc0" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.4
string(64) "502f5d1ad1e966825ce97fbc23b57cb77cc54fc317b9541ea872d3115efeb7b2" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.3
string(64) "82a0a1c8f524c067611cdd130b1bc32a67568861e9462db0fc8de5420de4f14b" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.2
string(64) "61e9313978f3c5bf82c509ce0675226c413dbb3a4980a2cf39ea7308daac4fec" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.1
string(64) "7e80cbb31c050cfdca66b50b6e091e653221ce7d12a732e1688eb1285fd3a1f8" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.3.0
string(64) "29b410d3d631ee31fe6063de58173c7040216d1667557d50a41ce6b829a722e8" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.25
string(64) "01ae04356c4abe4ed8d17f3380651efe6a03ebd97db18e1e328613b099adc48a" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.24
string(64) "a2dbe6e34e3e0ed32b7f9f502b37ac5c6724981d8cb8796cbbf59897a86de3e8" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.23
string(64) "c41b1e06b5822917e683aaa3f2395c682806a750e1459d846fd5a2846b72f9c4" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.22
string(64) "c80aa4b40f39e1b37f29b280cf8fb0456397a6cc44b9e9cb2cb297bc5645971a" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.21
string(64) "692602af3b2a49fbfe9ffa1c42222e47ef9120e40565ae3259ed51ace44ce022" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.20
string(64) "7900c3e66cf483c249e9fbd62b989039822f5bd061540b3c1c8d67b17a968600" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.19
string(64) "cd3bd31588900a4d350a646157b7077e5eebc1856264fca60e4f6153b2b378c9" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.18
string(64) "4c15ca9fa0281925e48455801703c4178a2cf3e7a302a551d598be5411e5d55c" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.17
string(64) "20f7afe1f13d76e9468d0e27f94a79293e0a8d7097c7c38219dbfc4221bf2003" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.2.0
string(64) "42340149c7a293302fd7b7b23f3f07356e5680bb0c4faddb2ee3bf56d597766a" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.33
string(64) "296dc43f6e43f4e5366614a5670dccb1854b5f89b814879878fa1124a9293901" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.32
string(64) "5695fff0533a0272dbd355cd0ed2f30cfd14f0edff91e9c601fc1dde67562d8a" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.31
string(64) "4040b0902dc05875b8d0577c516fde7669b39ec936cbff1fe4f44ecdf1c7315d" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.30
string(64) "b7559e346e509fbde34ff979b4e7a59b5dc7a67a0393df5bb33eb64f4ed34d47" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.29
string(64) "4a0651777d687bd681f9ab665ce1d3c19732cb8ee799c647313538e3ad8dfa12" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.28
string(64) "7ea94b7048dc9095cf05f0dd4529a5756d326566f4a2695bbce74631a6aecfdc" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.27
string(64) "0d8a320398cedbd3df41b099ca3e56f1b314dd5c313a27d0e5b5efb3e37b81ae" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.26
string(64) "ac51e1c894cceecf0a3c81322ae78319ba4eb03387da52eb31c52dd520777893" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.10
string(64) "5bb4823be724b7b08fa543bb030c26531c9ac3b4fdc9f3378cb60ae3f3eb9cb8" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.7
string(64) "37fe1137919082dce800fa9196b2f5af3c9cecfae056dbda66018ee42ba0ac76" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.6
string(64) "a565ec6e607e778aaca160db2577c14d4b5eb53242cc0d3f2fc7a6fc713d45f4" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.5
string(64) "1a3eb8ae6fd722a716914660c36a2ce12ca69ff340c5edafb1d1523327db1e4c" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.1.0
string(64) "3dc02ff989d825d1959b76f049fa4851392b36168eded770d76b2646585660af" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.0.20
string(64) "73498860d38893495c75569108f9e38c35132e24d60198dcb3f6e19307564a08" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.0.6
string(64) "8d45ea1874a1a853471a4e825b307ab35d6f69e8f340956bd3677af1fd667962" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.0.5
string(64) "10ded2f0a2b1e59447e4da96fa6b4496db8213e28c6ce32942249d127abe161f" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on null in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.0.4
string(64) "bc8e8c774989eced19b5c42f2299afe7486904be15d4d05757a1305b3f211c63" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on unknown in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.0.3
string(64) "02b574ab97a9c2c3f0b2f11d8dfeb6a27111898900e346fe093b11d9c1c818d3" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on unknown in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.0.2
string(64) "2058360bedf7b25759c2edf05a48ccd90956e158cb41f319919bc1df4c84caff" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on unknown in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.0.1
string(64) "b917d6c7274dd12c3ac725695d186056e970cb50d9a670318564aae7814be227" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on unknown in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 7.0.0
string(64) "f21e48f4c8b30f7ce0c31ce7e79aefa6a3c43322c79c621c795752efa374aeb0" Notice: Undefined variable: not_z in /in/6ZlFR on line 25 Fatal error: Uncaught Error: Call to a member function key() on unknown in /in/6ZlFR:25 Stack trace: #0 {main} thrown in /in/6ZlFR on line 25
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28
Fatal error: Call to undefined function random_bytes() in /in/6ZlFR on line 21
Process exited with code 255.

preferences:
117.84 ms | 402 KiB | 123 Q