Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt26 if (!preg_match('/(\d+)\.(\d+)\.(\d+)(.*)/', $version, $matches))
H A Dpdo_mysql_types.phpt46 if (!preg_match($pattern, $row['label'])) {
77 } else if (!is_null($pattern) && !preg_match($pattern, $row_string['label'])) {
H A Dbug_42499.phpt15 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
H A Dpdo_mysql_stmt_variable_columncount.phpt14 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
H A Dpdo_mysql_types_zerofill.phpt53 if (!preg_match($pattern, $row['label'])) {
H A Dpdo_mysql_multi_stmt_nextrowset.phpt11 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
/PHP-5.5/sapi/cli/tests/
H A D006.phpt57 Function [ <internal:pcre> function preg_match ] {
/PHP-5.5/win32/build/
H A Dmkdist.php12 $is_debug = preg_match("/^debug/i", $build_dir);
135 if (preg_match("/\.(exe|dll)$/i", $item)) {
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt7 if (preg_match('/Release 1[012]\./', oci_server_version($c), $matches) !== 1) {
9 } else if (preg_match('/^(11\.2|12)\./', oci_client_version()) != 1) {
H A Dbind_char_4.phpt8 if (preg_match('/Release 10\.2\./', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.2\.0\.2/', oci_server_version($c), $matches) !== 2) {
13 if (preg_match('/^11\./', oci_client_version()) != 1) {
H A Dbind_char_3.phpt8 if (preg_match('/Release 10\.2\./', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.2\.0\.2/', oci_server_version($c), $matches) !== 2) {
13 if (preg_match('/^11\./', oci_client_version()) != 1) {
H A Dlob_029.phpt10 if (preg_match('/Compile-time ORACLE_HOME/', $phpinfo) !== 1) {
H A Dbind_char_1_11gR1.phpt8 if (preg_match('/Release 11\.1\./', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
H A Dedition_2.phpt12 if (preg_match('/Release (1[1]\.2|12)\./', oci_server_version($c), $matches) !== 1) {
14 } else if (preg_match('/^(11\.2|12)\./', oci_client_version()) != 1) {
H A Dbind_number.phpt6 if (preg_match('/^1[012]\./', oci_client_version()) != 1) {
H A Dconn_attr.inc6 $sv = preg_match('/Release (11\.2|12)\./', $sv, $matches);
H A Dbind_char_3_11gR1.phpt8 if (preg_match('/Release 11\.1\./', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
H A Dbind_char_4_11gR1.phpt8 if (preg_match('/Release 11\.1\./', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
H A Dbind_sqltnum.phpt6 if (preg_match('/^1[012]\./', oci_client_version()) != 1) {
H A Dbug43497.phpt8 if (preg_match('/^1[01]\./', oci_client_version()) != 1) {
/PHP-5.5/ext/pdo_odbc/tests/
H A Dcommon.phpt45 } elseif (preg_match('/^WIN/i', PHP_OS)) {
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc142 if (preg_match('/\{.*?\}(.*)/', $mailbox, $match) != 1) {
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt86 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
140 if (!preg_match('@Active Persistent Links\s+=>\s+(\d+)@ismU', $phpinfo, $matches))
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc188 if (preg_match('/\{.*?\}(.*)/', $mailbox, $match) != 1) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt115 …if (!preg_match($regexp_comparison, (string)$row['label']) || !preg_match($regexp_comparison, (str…

Completed in 43 milliseconds

1234567