Home
last modified time | relevance | path

Searched refs:preg_quote (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/pcre/tests/
H A Dbug75355.phpt2 Bug #75355 (preg_quote() does not quote # control character)
6 var_dump(preg_quote('#'));
8 var_dump(preg_match('~^(' . preg_quote('hello#world', '~') . ')\z~x', 'hello#world', $m));
H A Dbug26927.phpt2 Bug #26927 (preg_quote() does not escape \0)
6 $str_quoted = preg_quote($str);
H A Dpreg_quote_basic.phpt2 Test preg_quote() function : basic functionality
10 $string_after = preg_quote($string_before, '/');
13 var_dump(preg_match('/^[tT]\w{6} - ' . preg_quote($string_before, '/') . ' [a-z]*\s*work$/', $strin…
H A Dbug47229.phpt2 Bug #47229 (preg_quote() doesn't escape -)
6 var_dump(preg_quote('-oh really?'));
H A D002.phpt12 var_dump(preg_quote(''));
H A Dbug76514.phpt495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
/PHP-8.0/ext/pcre/
H A Dphp_pcre_arginfo.h73 ZEND_FUNCTION(preg_quote);
87 ZEND_FE(preg_quote, arginfo_preg_quote)
H A Dphp_pcre.stub.php25 function preg_quote(string $str, ?string $delimiter = null): string {} function
H A Dphp_pcre.c2727 PHP_FUNCTION(preg_quote) in PHP_FUNCTION() argument
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt21 $reg = 'Client API version.*' . preg_quote($db->getAttribute(PDO::ATTR_CLIENT_VERSION), '/');
/PHP-8.0/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt16 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x…
/PHP-8.0/scripts/dev/
H A Dbless_tests.php79 $result = preg_quote($format, '/');
/PHP-8.0/sapi/cli/tests/
H A D006.phpt145 Function [ <internal:pcre> function preg_quote ] {
/PHP-8.0/
H A Drun-tests.php2659 $temp .= preg_quote(substr($wanted_re, $startOffset, $start - $startOffset), '/');
2743 $wanted_re = preg_quote($wanted_headers . "\n--HEADERS--\n", '/') . $wanted_re;

Completed in 69 milliseconds