3v4l.org

run code in 300+ PHP versions simultaneously
<?php class My_DOMDocument extends DOMDocument { public function saveHTML(DOMNode $node = NULL) { parent::saveHTML($node); } } echo 'no problem here';
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Return type of My_DOMDocument::saveHTML(?DOMNode $node = null) should either be compatible with DOMDocument::saveHTML(?DOMNode $node = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/u0Kvn on line 5 no problem here

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:
35.37 ms | 406 KiB | 5 Q