Home
last modified time | relevance | path

Searched refs:preg_match (Results 151 – 172 of 172) sorted by last modified time

1234567

/php-src/ext/pcre/tests/
H A Dbug75355.phpt8 var_dump(preg_match('~^(' . preg_quote('hello#world', '~') . ')\z~x', 'hello#world', $m));
H A Dbug75457.phpt6 var_dump(preg_match($pattern, "hello"));
9 Warning: preg_match(): Compilation failed: assertion expected after (?( or (?(?C) at offset 8 in %s…
H A Dbug75539.phpt12 var_dump(preg_match('/((?1)?z)/', ''));
H A Dbug76512.phpt5 var_dump(preg_match('/\w/u', 'ä'));
H A Dbug76514.phpt2 Bug #76514 Regression in preg_match makes it fail with PREG_JIT_STACKLIMIT_ERROR
485 $res = preg_match('{(?(DEFINE)
H A Dctype_back_to_c.phpt11 var_dump(preg_match('/\w/', "\xe4"));
13 var_dump(preg_match('/\w/', "\xe4"));
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
H A Dmatch_flags2.phpt2 preg_match() flags
6 var_dump(preg_match('/x(.)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
9 var_dump(preg_match('/(.)x/', 'fjszxax', $match, PREG_OFFSET_CAPTURE, 4));
12 var_dump(preg_match('/(?P<capt1>.)(x)(?P<letsmix>\S+)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
/php-src/ext/openssl/tests/
H A Dstreams_crypto_method.phpt26 while (!preg_match('/\r?\n\r?\n/', $in)) {
H A Dcheck_default_conf_path.phpt21 preg_match(",Openssl default config [^ ]* (.*),", $info, $m);
H A Dbug65538_001.phpt27 while (!preg_match('/\r?\n\r?\n/', $in)) {
H A Dbug65538_003.phpt32 while (!preg_match('/\r?\n\r?\n/', $in)) {
/php-src/ext/opcache/tests/
H A Dbug78189.phpt23 if (!preg_match('~/[0-9a-f]{32}/~', $part)) {
/php-src/ext/mbstring/tests/
H A Dphp_gr_jp_10830.phpt14 var_dump( !!preg_match("/^[^><]+$/",$a) );
/php-src/ext/ldap/tests/
H A Dldap_connect_ldap_conf.phpt11 if (!preg_match("/vendor name => openldap/i", ob_get_clean()))
/php-src/ext/gmp/tests/
H A Dgmp_setbit_long.phpt16 if (preg_match(",MemFree:\s+(\d+)\s+kB,", $s, $m)) {
/php-src/ext/gd/tests/
H A Dfunc.inc22 if (preg_match(',FreeType Version => (\d+\.\d+\.\d+),s', get_php_info(), $match)) {
33 if (preg_match(',libJPEG Version => ([a-z0-9]+),s', get_php_info(), $match)) {
44 if (preg_match(',libPNG Version => (\d+\.\d+\.\d+),s', get_php_info(), $match)) {
55 if (preg_match(',libXpm Version => (\d+),s', get_php_info(), $match)) {
/php-src/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt14 var_dump(preg_match("/fileinfo support => enabled/", $output));
/php-src/ext/ffi/tests/
H A Dbug78270_1.phpt14 if (preg_match('/Compiler => .*clang.*/', $info)) die("skip not for clang");
/php-src/ext/
H A Dext_skel.php223 if (!preg_match('/^[a-z][a-z0-9_]+$/i', $options['ext'])) {
/php-src/ext/curl/tests/
H A Dcheck_win_config.phpt17 preg_match('/curl\n\n(.+)\n\n/siU', $s, $m);
/php-src/Zend/tests/assert/
H A Dexpect_007.phpt16 assert (preg_match("~^([a-zA-Z0-9-]+)$~", $data["key"]), new HeaderMalfunctionError("malformed key …

Completed in 24 milliseconds

1234567