3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = get_defined_constants();foreach ($data as $constant => $value) { $flag = ! is_scalar(constant($constant)) && ! is_resource(constant($constant)) && constant($constant) !== null; if ($flag) { echo $constant; }}
Output for git.master, git.master_jit
Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /in/8tG3e on line 3 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in /in/8tG3e on line 3 Deprecated: Constant FILE_TEXT is deprecated in /in/8tG3e on line 3 Deprecated: Constant FILE_BINARY is deprecated in /in/8tG3e on line 3
Output for rfc.property-hooks
Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /in/8tG3e on line 3 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in /in/8tG3e on line 3 Deprecated: Constant FILE_TEXT is deprecated in /in/8tG3e on line 3 Deprecated: Constant FILE_BINARY is deprecated in /in/8tG3e on line 3 Deprecated: Constant U_MULTIPLE_DECIMAL_SEPERATORS is deprecated in /in/8tG3e on line 3

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:
40.71 ms | 402 KiB | 8 Q