summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/bug73646.phpt
blob: ea57017f1167c4511b843f766e7192d03ab918b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bug #73646 (mb_ereg_search_init null pointer dereference)
--SKIPIF--
<?php
require 'skipif.inc';
if (!function_exists('mb_ereg')) die('skip mbregex support not available');
?>
--FILE--
<?php
var_dump(mb_ereg_search_init(NULL));
?>
--EXPECT--
bool(true)