3v4l.org

run code in 300+ PHP versions simultaneously
<?php $signum = 15; var_dump( current( array_flip( array_filter( get_defined_constants(true)['pcntl'], fn($value, $name) => preg_match("/^SIG[A-Z]/", $name) && $value == $signum, ARRAY_FILTER_USE_BOTH ) ) ) );

preferences:
33.79 ms | 409 KiB | 5 Q