3v4l.org

run code in 300+ PHP versions simultaneously
<?php $api_link = 'https://api.drupal.org/api/drupal/8.9.x/search/'; $error = [ 'message' => 'The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086', ]; $formatted_error = preg_replace('!deprecated function ([^(]+)\(\)!', 'deprecated function <a target="_blank" href="' . $api_link . '\1">\1()</a>', $error['message']); $formatted_error = str_replace('\\', '\\<wbr>', $formatted_error); $formatted_error = preg_replace('!See (https://drupal.org(.\S+)).$!', 'See <a href="\1">\1<a>.', $formatted_error); print $formatted_error;
Output for git.master, git.master_jit, rfc.property-hooks
The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See <a href="https://drupal.org/node/309208">https://drupal.org/node/309208<a>.

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:
59.11 ms | 401 KiB | 8 Q