Home
last modified time | relevance | path

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

12345678910>>...101

/dports/lang/php73/php-7.3.33/ext/pcre/tests/
H A Dpreg_quote_error.phpt2 Test preg_quote() function : error conditions - wrong numbers of parameters
6 * proto string preg_quote(string str [, string delim_char])
9 echo "*** Testing preg_quote() : error conditions ***\n";
11 echo "\n-- Testing preg_quote() function with Zero arguments --\n";
12 var_dump(preg_quote());
13 //Test preg_quote with one more than the expected number of arguments
14 echo "\n-- Testing preg_quote() function with more than expected no. of arguments --\n";
18 var_dump(preg_quote($str, $delim_char, $extra_arg));
22 *** Testing preg_quote() : error conditions ***
24 -- Testing preg_quote() function with Zero arguments --
[all …]
H A Dpreg_quote_error1.phpt2 Test preg_quote() function : error conditions - wrong arg types
6 * proto string preg_quote(string str [, string delim_char])
11 * Testing how preg_quote reacts to being passed the wrong type of input argument
13 echo "*** Testing preg_quote() : error conditions ***\n";
17 var_dump(preg_quote($value));
20 var_dump(preg_quote($value));
24 *** Testing preg_quote() : error conditions ***
31 Warning: preg_quote() expects parameter 1 to be string, array given in %spreg_quote_error1.php on l…
34 Warning: preg_quote() expects parameter 1 to be string, object given in %spreg_quote_error1.php on …
/dports/www/mod_php73/php-7.3.33/ext/pcre/tests/
H A Dpreg_quote_error.phpt2 Test preg_quote() function : error conditions - wrong numbers of parameters
6 * proto string preg_quote(string str [, string delim_char])
9 echo "*** Testing preg_quote() : error conditions ***\n";
11 echo "\n-- Testing preg_quote() function with Zero arguments --\n";
12 var_dump(preg_quote());
13 //Test preg_quote with one more than the expected number of arguments
14 echo "\n-- Testing preg_quote() function with more than expected no. of arguments --\n";
18 var_dump(preg_quote($str, $delim_char, $extra_arg));
22 *** Testing preg_quote() : error conditions ***
24 -- Testing preg_quote() function with Zero arguments --
[all …]
H A Dpreg_quote_error1.phpt2 Test preg_quote() function : error conditions - wrong arg types
6 * proto string preg_quote(string str [, string delim_char])
11 * Testing how preg_quote reacts to being passed the wrong type of input argument
13 echo "*** Testing preg_quote() : error conditions ***\n";
17 var_dump(preg_quote($value));
20 var_dump(preg_quote($value));
24 *** Testing preg_quote() : error conditions ***
31 Warning: preg_quote() expects parameter 1 to be string, array given in %spreg_quote_error1.php on l…
34 Warning: preg_quote() expects parameter 1 to be string, object given in %spreg_quote_error1.php on …
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/src/
H A DLexer.php77 preg_quote($this->options['tag_variable'][1], '#'). // }}
95 preg_quote($this->options['tag_block'][0], '#'). // {%
106 preg_quote($this->options['tag_block'][1], '#'). // %}
115preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
131 preg_quote($this->options['tag_block'][1], '#'). // %}
140 preg_quote($this->options['tag_variable'][0], '#'). // {{
142 preg_quote($this->options['tag_block'][0], '#'). // {%
144 preg_quote($this->options['tag_comment'][0], '#'). // {#
146 preg_quote($this->options['whitespace_trim'], '#'). // -
471 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/src/
H A DLexer.php77 preg_quote($this->options['tag_variable'][1], '#'). // }}
95 preg_quote($this->options['tag_block'][0], '#'). // {%
106 preg_quote($this->options['tag_block'][1], '#'). // %}
115preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
131 preg_quote($this->options['tag_block'][1], '#'). // %}
140 preg_quote($this->options['tag_variable'][0], '#'). // {{
142 preg_quote($this->options['tag_block'][0], '#'). // {%
144 preg_quote($this->options['tag_comment'][0], '#'). // {#
146 preg_quote($this->options['whitespace_trim'], '#'). // -
471 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/www/baikal/baikal/vendor/twig/twig/src/
H A DLexer.php77 preg_quote($this->options['tag_variable'][1], '#'). // }}
95 preg_quote($this->options['tag_block'][0], '#'). // {%
106 preg_quote($this->options['tag_block'][1], '#'). // %}
115preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
131 preg_quote($this->options['tag_block'][1], '#'). // %}
140 preg_quote($this->options['tag_variable'][0], '#'). // {{
142 preg_quote($this->options['tag_block'][0], '#'). // {%
144 preg_quote($this->options['tag_comment'][0], '#'). // {#
146 preg_quote($this->options['whitespace_trim'], '#'). // -
148 preg_quote($this->options['whitespace_line_trim'], '#'). // ~
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/src/
H A DLexer.php77 preg_quote($this->options['tag_variable'][1], '#'). // }}
95 preg_quote($this->options['tag_block'][0], '#'). // {%
106 preg_quote($this->options['tag_block'][1], '#'). // %}
115preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
131 preg_quote($this->options['tag_block'][1], '#'). // %}
140 preg_quote($this->options['tag_variable'][0], '#'). // {{
142 preg_quote($this->options['tag_block'][0], '#'). // {%
144 preg_quote($this->options['tag_comment'][0], '#'). // {#
146 preg_quote($this->options['whitespace_trim'], '#'). // -
148 preg_quote($this->options['whitespace_line_trim'], '#'). // ~
[all …]
/dports/www/phpbb3/phpBB3/vendor/twig/twig/src/
H A DLexer.php77 preg_quote($this->options['tag_variable'][1], '#'). // }}
95 preg_quote($this->options['tag_block'][0], '#'). // {%
106 preg_quote($this->options['tag_block'][1], '#'). // %}
115preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
131 preg_quote($this->options['tag_block'][1], '#'). // %}
140 preg_quote($this->options['tag_variable'][0], '#'). // {{
142 preg_quote($this->options['tag_block'][0], '#'). // {%
144 preg_quote($this->options['tag_comment'][0], '#'). // {#
146 preg_quote($this->options['whitespace_trim'], '#'). // -
148 preg_quote($this->options['whitespace_line_trim'], '#'). // ~
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/twig/twig/src/
H A DLexer.php80 preg_quote($this->options['tag_variable'][1], '#'). // }}
98 preg_quote($this->options['tag_block'][0], '#'). // {%
111 preg_quote($this->options['tag_block'][1], '#'). // %}
120preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
138 preg_quote($this->options['tag_block'][1], '#'). // %}
147 preg_quote($this->options['tag_variable'][0], '#'). // {{
149 preg_quote($this->options['tag_block'][0], '#'). // {%
151 preg_quote($this->options['tag_comment'][0], '#'). // {#
153 preg_quote($this->options['whitespace_trim'], '#'). // -
504 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/www/limesurvey/limesurvey/application/third_party/Twig/
H A DLexer.php80 preg_quote($this->options['tag_variable'][1], '#'). // }}
98 preg_quote($this->options['tag_block'][0], '#'). // {%
111 preg_quote($this->options['tag_block'][1], '#'). // %}
120preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
138 preg_quote($this->options['tag_block'][1], '#'). // %}
147 preg_quote($this->options['tag_variable'][0], '#'). // {{
149 preg_quote($this->options['tag_block'][0], '#'). // {%
151 preg_quote($this->options['tag_comment'][0], '#'). // {#
153 preg_quote($this->options['whitespace_trim'], '#'). // -
504 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/twig/twig/src/
H A DLexer.php80 preg_quote($this->options['tag_variable'][1], '#'). // }}
98 preg_quote($this->options['tag_block'][0], '#'). // {%
111 preg_quote($this->options['tag_block'][1], '#'). // %}
120preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
138 preg_quote($this->options['tag_block'][1], '#'). // %}
147 preg_quote($this->options['tag_variable'][0], '#'). // {{
149 preg_quote($this->options['tag_block'][0], '#'). // {%
151 preg_quote($this->options['tag_comment'][0], '#'). // {#
153 preg_quote($this->options['whitespace_trim'], '#'). // -
504 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/src/
H A DLexer.php77 preg_quote($this->options['tag_variable'][1], '#'). // }}
89 preg_quote($this->options['tag_block'][1], '#').'\n?'. // %}\n?
95 preg_quote($this->options['tag_block'][0], '#'). // {%
106 preg_quote($this->options['tag_block'][1], '#'). // %}
131 preg_quote($this->options['tag_block'][1], '#'). // %}
140 preg_quote($this->options['tag_variable'][0], '#'). // {{
142 preg_quote($this->options['tag_block'][0], '#'). // {%
144 preg_quote($this->options['tag_comment'][0], '#'). // {#
146 preg_quote($this->options['whitespace_trim'], '#'). // -
148 preg_quote($this->options['whitespace_line_trim'], '#'). // ~
[all …]
/dports/www/matomo/piwik/vendor/twig/twig/src/
H A DLexer.php75 preg_quote($this->options['tag_variable'][1], '#'). // }}
87 preg_quote($this->options['tag_block'][1], '#').'\n?'. // %}\n?
93 preg_quote($this->options['tag_block'][0], '#'). // {%
104 preg_quote($this->options['tag_block'][1], '#'). // %}
129 preg_quote($this->options['tag_block'][1], '#'). // %}
138 preg_quote($this->options['tag_variable'][0], '#'). // {{
140 preg_quote($this->options['tag_block'][0], '#'). // {%
142 preg_quote($this->options['tag_comment'][0], '#'). // {#
144 preg_quote($this->options['whitespace_trim'], '#'). // -
146 preg_quote($this->options['whitespace_line_trim'], '#'). // ~
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/twig/twig/src/
H A DLexer.php77 preg_quote($this->options['tag_variable'][1], '#'). // }}
89 preg_quote($this->options['tag_block'][1], '#').'\n?'. // %}\n?
95 preg_quote($this->options['tag_block'][0], '#'). // {%
106 preg_quote($this->options['tag_block'][1], '#'). // %}
131 preg_quote($this->options['tag_block'][1], '#'). // %}
140 preg_quote($this->options['tag_variable'][0], '#'). // {{
142 preg_quote($this->options['tag_block'][0], '#'). // {%
144 preg_quote($this->options['tag_comment'][0], '#'). // {#
146 preg_quote($this->options['whitespace_trim'], '#'). // -
148 preg_quote($this->options['whitespace_line_trim'], '#'). // ~
[all …]
/dports/finance/prestashop/prestashop/vendor/twig/twig/src/
H A DLexer.php80 preg_quote($this->options['tag_variable'][1], '#'). // }}
98 preg_quote($this->options['tag_block'][0], '#'). // {%
111 preg_quote($this->options['tag_block'][1], '#'). // %}
120preg_quote($this->options['whitespace_trim']).preg_quote($this->options['tag_comment'][1], '#').'\…
138 preg_quote($this->options['tag_block'][1], '#'). // %}
147 preg_quote($this->options['tag_variable'][0], '#'). // {{
149 preg_quote($this->options['tag_block'][0], '#'). // {%
151 preg_quote($this->options['tag_comment'][0], '#'). // {#
153 preg_quote($this->options['whitespace_trim'], '#'). // -
155 preg_quote($this->options['whitespace_line_trim'], '#'). // ~
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/lib/Twig/
H A DLexer.php65 …'lex_var' => '/\s*'.preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1]…
66 …'lex_block' => '/\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
67preg_quote($this->options['tag_block'][0].$this->options['whitespace_trim'], '/').'|'.preg_quote($…
69 …mment' => '/(?:'.preg_quote($this->options['whitespace_trim'], '/').preg_quote($this->options['tag…
70 …\s*(raw|verbatim)\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
71 … 'lex_block_line' => '/\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '/').'/As',
72preg_quote($this->options['tag_variable'][0], '/').'|'.preg_quote($this->options['tag_block'][0], …
73 … 'interpolation_start' => '/'.preg_quote($this->options['interpolation'][0], '/').'\s*/A',
74 'interpolation_end' => '/\s*'.preg_quote($this->options['interpolation'][1], '/').'/A',
394 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/www/pear-twig/Twig-1.29.0/lib/Twig/
H A DLexer.php65 …'lex_var' => '/\s*'.preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1]…
66 …'lex_block' => '/\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
67preg_quote($this->options['tag_block'][0].$this->options['whitespace_trim'], '/').'|'.preg_quote($…
69 …mment' => '/(?:'.preg_quote($this->options['whitespace_trim'], '/').preg_quote($this->options['tag…
70 …\s*(raw|verbatim)\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
71 … 'lex_block_line' => '/\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '/').'/As',
72preg_quote($this->options['tag_variable'][0], '/').'|'.preg_quote($this->options['tag_block'][0], …
73 … 'interpolation_start' => '/'.preg_quote($this->options['interpolation'][0], '/').'\s*/A',
74 'interpolation_end' => '/\s*'.preg_quote($this->options['interpolation'][1], '/').'/A',
397 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/devel/gitlist/gitlist/vendor/twig/twig/lib/Twig/
H A DLexer.php65 …'lex_var' => '/\s*'.preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1]…
66 …'lex_block' => '/\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
67preg_quote($this->options['tag_block'][0].$this->options['whitespace_trim'], '/').'|'.preg_quote($…
69 …mment' => '/(?:'.preg_quote($this->options['whitespace_trim'], '/').preg_quote($this->options['tag…
70 …\s*(raw|verbatim)\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
71 … 'lex_block_line' => '/\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '/').'/As',
72preg_quote($this->options['tag_variable'][0], '/').'|'.preg_quote($this->options['tag_block'][0], …
73 … 'interpolation_start' => '/'.preg_quote($this->options['interpolation'][0], '/').'\s*/A',
74 'interpolation_end' => '/\s*'.preg_quote($this->options['interpolation'][1], '/').'/A',
397 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/lib/Twig/
H A DLexer.php65 …'lex_var' => '/\s*'.preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1]…
66 …'lex_block' => '/\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
67preg_quote($this->options['tag_block'][0].$this->options['whitespace_trim'], '/').'|'.preg_quote($…
69 …mment' => '/(?:'.preg_quote($this->options['whitespace_trim'], '/').preg_quote($this->options['tag…
70 …\s*(raw|verbatim)\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
71 … 'lex_block_line' => '/\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '/').'/As',
72preg_quote($this->options['tag_variable'][0], '/').'|'.preg_quote($this->options['tag_block'][0], …
73 … 'interpolation_start' => '/'.preg_quote($this->options['interpolation'][0], '/').'\s*/A',
74 'interpolation_end' => '/\s*'.preg_quote($this->options['interpolation'][1], '/').'/A',
397 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/www/itop/web/lib/silex/vendor/twig/twig/lib/Twig/
H A DLexer.php65 …'lex_var' => '/\s*'.preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1]…
66 …'lex_block' => '/\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
67preg_quote($this->options['tag_block'][0].$this->options['whitespace_trim'], '/').'|'.preg_quote($…
69 …mment' => '/(?:'.preg_quote($this->options['whitespace_trim'], '/').preg_quote($this->options['tag…
70 …\s*(raw|verbatim)\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][…
71 … 'lex_block_line' => '/\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '/').'/As',
72preg_quote($this->options['tag_variable'][0], '/').'|'.preg_quote($this->options['tag_block'][0], …
73 … 'interpolation_start' => '/'.preg_quote($this->options['interpolation'][0], '/').'\s*/A',
74 'interpolation_end' => '/\s*'.preg_quote($this->options['interpolation'][1], '/').'/A',
394 $r = preg_quote($operator, '/').'(?=[\s()])';
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/wpb/string-blade-compiler/src/Compilers/
H A DBladeCompiler.php57 $this->rawTags = [preg_quote($openTag), preg_quote($closeTag)];
72 $this->contentTags = [preg_quote($openTag), preg_quote($closeTag)];
87 $this->escapedTags = [preg_quote($openTag), preg_quote($closeTag)];
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dadmin_trees_places.php43 )->execute(array($WT_TREE->getTreeId(), preg_quote($search)))->fetchAll();
48 if (preg_match('/(^|, )' . preg_quote($search, '/') . '$/i', $old_place)) {
49 …$new_place = preg_replace('/(^|, )' . preg_quote($search, '/') . '$/i', '$1' . $replace,…
52 …$gedcom = preg_replace('/(\n2 PLAC (?:.*, )*)' . preg_quote($search, '/') . '(\n|$)/i', '$1' . $re…
64 )->execute(array($WT_TREE->getTreeId(), preg_quote($search)))->fetchAll();
69 if (preg_match('/(^|, )' . preg_quote($search, '/') . '$/i', $old_place)) {
70 …$new_place = preg_replace('/(^|, )' . preg_quote($search, '/') . '$/i', '$1' . $replace,…
73 …$gedcom = preg_replace('/(\n2 PLAC (?:.*, )*)' . preg_quote($search, '/') . '(\n|$)/i', '$1' . $re…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/bug/Swift/
H A DBug38Test.php31 $date = preg_quote(date('r', $message->getDate()), '~');
60 'Content-ID: <'.preg_quote($imgId, '~').'>'."\r\n".
63 preg_quote(base64_encode('<data>'), '~').
85 $date = preg_quote(date('r', $message->getDate()), '~');
109 'Content-ID: <'.preg_quote($imgId, '~').'>'."\r\n".
112 preg_quote(base64_encode('<data>'), '~').
143 $date = preg_quote(date('r', $message->getDate()), '~');
171 preg_quote(base64_encode(file_get_contents($this->_attFile)), '~').
/dports/www/moodle310/moodle/lib/tests/
H A Dhtml2text_test.php95 …$this->assertSame(1, preg_match('|^'.preg_quote('[1] http://tr.mdl.org/sh.jspa?r=1&j=p+%3D+%22I+d%…
96 …$this->assertSame(1, preg_match('|^'.preg_quote('[2] http://another.url/?f=a&amp;b=2').'$|m', $res…
97 … $this->assertSame(1, preg_match('|^'.preg_quote('[3] http://third.url/view.php').'$|m', $result));
108 $this->assertSame(1, preg_match('|^'.preg_quote('[1] http://moodle.org').'$|m', $result));
109 … $this->assertSame(1, preg_match('|^'.preg_quote('[2] http://www.google.fr').'$|m', $result));
110 … $this->assertSame(1, preg_match('|^'.preg_quote('[3] http://www.univ-lemans.fr').'$|m', $result));
111 … $this->assertSame(1, preg_match('|^'.preg_quote('[4] https://www.google.fr').'$|m', $result));

12345678910>>...101