mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
11 lines
175 B
PHP
11 lines
175 B
PHP
--TEST--
|
|
Bug #73532 (Null pointer dereference in mb_eregi)
|
|
--SKIPIF--
|
|
<?php require 'skipif.inc'; ?>
|
|
--FILE--
|
|
<?php
|
|
var_dump(mb_eregi("a", "\xf5"));
|
|
?>
|
|
--EXPECT--
|
|
bool(false)
|