Home
last modified time | relevance | path

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

/php-src/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-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt21 $reg = 'Client API version.*' . preg_quote($db->getAttribute(PDO::ATTR_CLIENT_VERSION), '/');
/php-src/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt17 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x…
/php-src/sapi/fpm/tests/
H A Dsocket-uds-too-long-filename-test.phpt34 preg_quote($socketFile, '/'),
H A Dsocket-uds-too-long-filename-start.phpt35 preg_quote($socketFile, '/'),
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc76 $wanted_re = preg_quote($wanted);
78 '%e' => preg_quote(DIRECTORY_SEPARATOR, '/'),
/php-src/ext/pcre/
H A Dphp_pcre.stub.php139 function preg_quote(string $str, ?string $delimiter = null): string {} function
H A Dphp_pcre_arginfo.h85 ZEND_FUNCTION(preg_quote);
H A Dphp_pcre.c2758 PHP_FUNCTION(preg_quote) in PHP_FUNCTION() argument
/php-src/scripts/dev/
H A Dbless_tests.php82 $result = preg_quote($format, '/');
/php-src/sapi/cli/tests/
H A D006.phpt145 Function [ <internal:pcre> function preg_quote ] {

Completed in 31 milliseconds