3v4l.org

run code in 500+ PHP versions simultaneously
<?php $options = []; $menu_parent = NULL; if (strpos($menu_parent, ':') !== FALSE && !isset($options[$menu_parent])) { // The requested menu parent cannot be found in the menu anymore. Try // setting it to the top level in the current menu. list($menu_name, $parent) = explode(':', $menu_parent, 2); $menu_parent = $menu_name . ':'; } var_dump($menu_parent);
Output for rfc.property-hooks
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/MRPHq on line 6 NULL

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:
58.54 ms | 1449 KiB | 4 Q