Home
last modified time | relevance | path

Searched refs:mb_ereg_match (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt2 Test mb_ereg_match() function : basic functionality
6 function_exists('mb_ereg_match') or die("skip mb_ereg_match() is not available in this build");
11 * Test basic functionality of mb_ereg_match
17 echo "*** Testing mb_ereg_match() : basic functionality ***\n";
23 var_dump(mb_ereg_match('.*def', $string_ascii));
27 var_dump(mb_ereg_match('def', $string_ascii));
31 var_dump(mb_ereg_match($regex1, $string_mb, 'i'));
35 var_dump(mb_ereg_match($regex2, $string_mb));
40 *** Testing mb_ereg_match() : basic functionality ***
/PHP-8.0/ext/mbstring/
H A Dmbstring_arginfo.h371 ZEND_FUNCTION(mb_ereg_match);
465 ZEND_FE(mb_ereg_match, arginfo_mb_ereg_match)
H A Dmbstring.stub.php109 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} function
H A Dphp_mbregex.c1262 PHP_FUNCTION(mb_ereg_match) in PHP_FUNCTION() argument
/PHP-8.0/
H A DUPGRADING370 * mbereg_match() -> mb_ereg_match()

Completed in 17 milliseconds