<?php
var_dump(preg_match('/\S+/', 'foo bar', $matches, 0, PHP_INT_MIN));
/php-src/ext/pcre/php_pcre.c:1208:19: runtime error: negation of -9223372036854775808 cannot be represented in type 'zend_off_t' (aka 'long'); cast to an unsigned type to negate this value to itself
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /php-src/ext/pcre/php_pcre.c:1208:19