Home
last modified time | relevance | path

Searched refs:regex (Results 51 – 75 of 108) sorted by relevance

12345

/PHP-5.5/ext/pcre/
H A Dconfig0.m48 PHP_ARG_WITH(pcre-regex,,
9 [ --with-pcre-regex=DIR Include Perl Compatible Regular Expressions support.
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt2 Phar::buildFromDirectory() with non-matching regex
H A Dphar_buildfromdirectory5.phpt2 Phar::buildFromDirectory() with matching regex
/PHP-5.5/ext/pcre/tests/
H A Dpreg_last_error_error.phpt7 * Description: Returns the error code of the last PCRE regex execution
H A Dpreg_replace_callback_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_grep_error1.phpt6 * proto array preg_grep(string regex, array input [, int flags])
H A Dpreg_match_error1.phpt11 * Testing how preg_match reacts to being passed the wrong type of regex argument
H A Dpreg_replace_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_split_error1.phpt11 * Testing how preg_split reacts to being passed the wrong type of regex argument
H A Dpreg_replace_edit_basic.phpt5 /* Prototype : proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [,…
H A Dpreg_match_all_error1.phpt11 * Testing how preg_match_all reacts to being passed the wrong type of regex argument
/PHP-5.5/ext/mbstring/
H A Dconfig.m474 AC_DEFINE([USE_COMBINATION_EXPLOSION_CHECK],1,[whether to check multibyte regex backtrack])
200 AC_DEFINE([HAVE_MBREGEX], 1, [whether to have multibyte regex support])
346 PHP_ARG_ENABLE([mbregex], [whether to enable multibyte regex support],
347 [ --disable-mbregex MBSTRING: Disable multibyte regex support], yes, no)
349 PHP_ARG_ENABLE([mbregex_backtrack], [whether to check multibyte regex backtrack],
351 MBSTRING: Disable multibyte regex backtrack check], yes, no)
H A DREADME_PHP3-i18n-ja124 - multibyte regex
149 include multibyte regex library
198 o Multibyte regex library
200 From beta4, we have included the multibyte (mb) regex library which comes with
201 Ruby. With this addition, you can now use regex in EUC, SJIS and UTF-8
203 each function name has been changed. Therefore, mb regex functions are
205 encoding used in mb regex is configured in i18n.internal_encoding.
276 between these encodings on the fly. Also, the addition of the mb regex
394 - string manipulation and regex will malfunction
681 string_array = mbsplit(regex, string, limit)
[all …]
H A Dconfig.w326 ARG_ENABLE("mbregex", "multibyte regex support", "no");
7 ARG_ENABLE("mbregex-backtrack", "check multibyte regex backtrack", "yes");
/PHP-5.5/win32/
H A Dphp5ts.dsp47 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
72 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32…
98 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I "regex" /I "..\bindlib_w32" /I "Zend" /I "tsrm" /D…
100 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
125 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I…
127 # ADD CPP /nologo /MD /W3 /GX /Zi /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I …
H A Dphp5ts_cli.dsp47 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
72 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32…
98 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I "regex" /I "..\bindlib_w32" /I "Zend" /I "tsrm" /D…
100 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
125 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I…
127 # ADD CPP /nologo /MD /W3 /GX /Zi /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I …
H A Dphp5.dsp46 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..\..\bindl…
71 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..…
97 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "Zend" /I "." /I "regex\\" /I "..\bindlib_w32" /D "NDEBUG…
99 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex\\" /I "..\..\bindl…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_regex_encoding_error1.phpt11 * Description: Returns the current encoding for regex as a string.
H A Dmb_ereg_replace_basic.phpt37 $regex1 = base64_decode('KOaXpeacrOiqnikuKj8oWzEtOV0rKQ=='); //Japanese regex in UTF-8
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc98 'typ' => 'regex',
100 'inf' => '<regex> Specifies a regular expression for input files.'
135 'typ' => 'regex',
567 $regex = $this->args['i']['val'];
623 * @param string $regex The regex used in RegexIterator.
637 if (isset($regex)) {
638 $dir = new RegexIterator($dir, $regex);
724 $regex = $this->args['i']['val'];
727 if (isset($regex)) {
728 $dir = new RegexIterator($dir, $regex);
[all …]
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW50 into Makefile. Macro-ized the name of regex(7) in regex(3), since it has
65 thing is that regex.h is now generated, using mkh, rather than being
67 you have to build regex.h explicitly by "make h". The two known bugs
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME.ja138 oniggnu.h GNU regex API�إå� (����)
139 reggnu.c GNU regex API�ؿ�
/PHP-5.5/ext/ldap/
H A DLDAP_Win32_HOWTO.txt17 Add '..\..\..\..\php5\regex' to the 'Additional include directories' list.
/PHP-5.5/sapi/apache_hooks/
H A Dphp5apache_hooks.dsp47 …W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\..\regex" /I "..\.." /I "..…
73 …GX /ZI /Od /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\..\regex" /I "..\.." /I "..…
99 …W3 /GX /O2 /I "...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\..\regex" /I "..\.." /I "..…
/PHP-5.5/sapi/apache/
H A Dphp5apache.dsp47 …I "..\..\..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Fi…
73 …I "..\..\..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Fi…
99 …I "..\..\..\php_build\includes" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /I "C:\Program Fi…

Completed in 44 milliseconds

12345