Home
last modified time | relevance | path

Searched refs:preg_match (Results 151 – 164 of 164) sorted by relevance

1234567

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt13 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
/PHP-5.5/ext/oci8/tests/
H A Dbug43497_92.phpt11 $iv = preg_match('/Oracle .*Version => (9\.2)/', $phpinfo);
H A Dbind_misccoltypes.phpt7 if (preg_match('/^1[012]\./', oci_client_version()) != 1) {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_array.phpt109 …if (!preg_match($regexp_comparison, (string)$row['label']) || !preg_match($regexp_comparison, (str…
H A Dmysql_fetch_field.phpt25 if (!preg_match('@(\d+)\.(\d+)\.(\d+)@ism', $version, $matches))
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt141 …if (!preg_match($regexp_comparison, (string)$row['label']) || !preg_match($regexp_comparison, (str…
H A Dmysqli_fetch_all_oo.phpt141 …if (!preg_match($regexp_comparison, (string)$row['label']) || !preg_match($regexp_comparison, (str…
H A Dmysqli_fetch_array.phpt113 …if (!preg_match($regexp_comparison, (string)$row['label']) || !preg_match($regexp_comparison, (str…
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c828 static PHP_FUNCTION(preg_match) in PHP_FUNCTION() argument
1962 PHP_FE(preg_match, arginfo_preg_match)
/PHP-5.5/ext/standard/tests/array/
H A Dbug34066_1.phpt248 if (preg_match('/^\d+$/', $key)) {
H A Dbug34066.phpt248 if (preg_match('/^\d+$/', $key)) {
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc238 if (preg_match(",^php[ \t]+([^ \t].*[\\\\/]PHP[\\\\/]Archive\.php)$,", $ent, $matches)) {
/PHP-5.5/
H A DINSTALL1898 (preg_match() and friends), you should make sure that you
H A DNEWS4813 . Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it
6143 - Fixed bug #47662 (Support more than 127 subpatterns in preg_match). (Nuno)

Completed in 188 milliseconds

1234567