mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +02:00
9 lines
134 B
PHP
9 lines
134 B
PHP
--TEST--
|
|
Bug #73532 (Null pointer dereference in mb_eregi)
|
|
--FILE--
|
|
<?php
|
|
var_dump(mb_eregi("a", "\xf5"));
|
|
?>
|
|
--EXPECTF--
|
|
bool(false)
|