3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Base { private function __call($a, $b){echo $a;array('s',b,k);} } $M=new Base; $M->__call('mimimi');
Output for git.master, git.master_jit, rfc.property-hooks
Warning: The magic method Base::__call() must have public visibility in /in/KjrMJ on line 5 __call Fatal error: Uncaught Error: Undefined constant "b" in /in/KjrMJ:5 Stack trace: #0 /in/KjrMJ(12): Base->__call('__call', Array) #1 {main} thrown in /in/KjrMJ on line 5
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:
39.74 ms | 401 KiB | 8 Q