Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt14 var_dump(preg_match("/fileinfo support => enabled/", $output));
/PHP-5.5/ext/oci8/tests/
H A Dbug27303_1_11gR1.phpt8 if (preg_match('/Release 10\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.1\.0\.6/', oci_server_version($c), $matches) !== 1) {
10 if (preg_match('/Release 11\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
H A Dbug27303_2_11gR1.phpt8 if (preg_match('/Release 10\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.1\.0\.6/', oci_server_version($c), $matches) !== 1) {
10 if (preg_match('/Release 11\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
H A Dbug27303_4_11gR1.phpt8 if (preg_match('/Release 10\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
9 if (preg_match('/Release 11\.1\.0\.6/', oci_server_version($c), $matches) !== 1) {
10 if (preg_match('/Release 11\.2\.0\.3/', oci_server_version($c), $matches) !== 1) {
H A Dbug27303_2.phpt8 if (preg_match('/Release 10\.2\.0\.2/', oci_server_version($c), $matches) !== 1 &&
9 preg_match('/Release 11\.2\.0\.2/', oci_server_version($c), $matches) !== 1) {
13 if (preg_match('/^11\./', oci_client_version()) != 1) {
H A Dbug27303_4.phpt8 if (preg_match('/Release 10\.2\.0\.2/', oci_server_version($c), $matches) !== 1 &&
9 preg_match('/Release 11\.2\.0\.2/', oci_server_version($c), $matches) !== 1) {
13 if (preg_match('/^11\./', oci_client_version()) != 1) {
H A Dbug27303_1.phpt8 if (preg_match('/Release 10\.2\.0\.2/', oci_server_version($c), $matches) !== 1 &&
9 preg_match('/Release 11\.2\.0\.2/', oci_server_version($c), $matches) !== 1) {
13 if (preg_match('/^11\./', oci_client_version()) != 1) {
H A Ddriver_name.phpt10 if (preg_match('/Release (11\.2|12)/', oci_server_version($c), $matches) !== 1) {
12 } else if (preg_match('/^(11\.2|12\.)/', oci_client_version()) != 1) {
/PHP-5.5/ext/pcre/tests/
H A D004.phpt17 …MED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', "PHP_FUNCTION(s, preg_match)\n{\nlalala", -1…
138 string(13) "s, preg_match"
H A Dbug27103.phpt5 if (@preg_match('/./u', '') === false) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_info.phpt40 if (!preg_match('/Uptime/i', $info))
43 if (isset($uptime) && !preg_match(sprintf('/Uptime: %d/i', $uptime), $info))
H A Dpdo_mysql_phpinfo.phpt23 if (!preg_match("/$reg/", $tmp)) {
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php190 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})/i", $l, $matches))
333 if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})\s+#\s*(.*)$/i", $l, $matches))
429 if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) {
432 } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) {
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities03.phpt6 if (!$result || preg_match('/ISO/i', setlocale(LC_CTYPE, 0)) == 0) {
H A Dhtmlentities15.phpt10 if (!$result || preg_match('/koi8/i', setlocale(LC_CTYPE, 0)) == 0) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_next_result.phpt39 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
55 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
84 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
/PHP-5.5/Zend/tests/
H A Dbug54262.phpt7 $simpleString = preg_match('//', '', $a->a);
/PHP-5.5/ext/spl/tests/
H A Ddit_001_noglob.phpt11 preg_match('/x/', $d);
H A Ddit_001.phpt11 preg_match('/x/', $d);
/PHP-5.5/ext/soap/interop/
H A Dtest.utility.php42 preg_match('/.*?\.(.*)/',$f1,$m1);
43 preg_match('/.*?\.(.*)/',$f2,$m2);
/PHP-5.5/scripts/dev/
H A Dfind_tested.php187 if (preg_match("/\w+\.phpt$/", $file)) {
199 if (!preg_match('/--FILE--\s*(.*)\s*--(EXPECTF|EXPECTREGEX|EXPECT)?--/is', $code, $r)) {
/PHP-5.5/ext/imap/tests/
H A Dclean.inc16 if (preg_match('/\{.*?\}INBOX\.(.+)/', $value->name, $match) == 1) {
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_246x247.phpt14 if (preg_match('/^246x247\./',$file)) {
H A Dgetimagesize_384x385.phpt14 if (preg_match('/^384x385\./',$file)) {
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60106.phpt15 preg_match("#maximum allowed length of (\d+) bytes#", $errmsg, $matches);

Completed in 39 milliseconds

1234567