3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = new SensitiveParameterValue('My Secret Data'); printf("DELIBERATE ACCESS: '%s'\n", $data->getValue()); echo "\nvar_dump:\n=========\n"; var_dump($data); echo "\nprint_r:\n========\n"; print_r($data, true); echo "\nstack_trace:\n============\n"; fail($data); function fail($data) { throw new Exception(); }
Output for git.master_jit, git.master, rfc.property-hooks
DELIBERATE ACCESS: 'My Secret Data' var_dump: ========= object(SensitiveParameterValue)#1 (0) { } print_r: ======== stack_trace: ============ Fatal error: Uncaught Exception in /in/Vso8g:17 Stack trace: #0 /in/Vso8g(14): fail(Object(SensitiveParameterValue)) #1 {main} thrown in /in/Vso8g on line 17
Process exited with code 255.

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


preferences:
27.34 ms | 406 KiB | 5 Q