Searched refs:preg_quote (Results 1 – 16 of 16) sorted by relevance
/php-src/ext/pcre/tests/ |
H A D | bug75355.phpt | 2 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 D | bug26927.phpt | 2 Bug #26927 (preg_quote() does not escape \0) 6 $str_quoted = preg_quote($str);
|
H A D | preg_quote_basic.phpt | 2 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 D | bug47229.phpt | 2 Bug #47229 (preg_quote() doesn't escape -) 6 var_dump(preg_quote('-oh really?'));
|
H A D | 002.phpt | 12 var_dump(preg_quote(''));
|
H A D | bug76514.phpt | 495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_phpinfo.phpt | 21 $reg = 'Client API version.*' . preg_quote($db->getAttribute(PDO::ATTR_CLIENT_VERSION), '/');
|
/php-src/ext/mbstring/tests/ |
H A D | mbregex_stack_limit2.phpt | 17 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x…
|
/php-src/sapi/fpm/tests/ |
H A D | socket-uds-too-long-filename-test.phpt | 34 preg_quote($socketFile, '/'),
|
H A D | socket-uds-too-long-filename-start.phpt | 35 preg_quote($socketFile, '/'),
|
/php-src/Zend/tests/offsets/ |
H A D | test_offset_helpers.inc | 76 $wanted_re = preg_quote($wanted); 78 '%e' => preg_quote(DIRECTORY_SEPARATOR, '/'),
|
/php-src/ext/pcre/ |
H A D | php_pcre.stub.php | 139 function preg_quote(string $str, ?string $delimiter = null): string {} function
|
H A D | php_pcre_arginfo.h | 85 ZEND_FUNCTION(preg_quote);
|
H A D | php_pcre.c | 2749 PHP_FUNCTION(preg_quote) in PHP_FUNCTION() argument
|
/php-src/scripts/dev/ |
H A D | bless_tests.php | 82 $result = preg_quote($format, '/');
|
/php-src/sapi/cli/tests/ |
H A D | 006.phpt | 145 Function [ <internal:pcre> function preg_quote ] {
|
Completed in 31 milliseconds