Home
last modified time | relevance | path

Searched refs:regex (Results 76 – 100 of 108) sorted by relevance

12345

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_basic.phpt24 echo "Could not set regex encoding to utf-8\n";
H A Dmb_ereg_variation6.phpt24 echo "Could not set regex encoding to utf-8\n";
H A Dmb_regex_encoding_variation1.phpt11 * Description: Returns the current encoding for regex as a string.
H A Dmb_regex_encoding_variation2.phpt11 * Description: Returns the current encoding for regex as a string.
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME132 oniggnu.h GNU regex API header file. (public)
133 reggnu.c GNU regex API functions
H A DHISTORY467 2006/03/01: [spec] rename regex object type from regex_t to OnigRegexType.
779 2004/12/01: [dist] remove regex.c from distribution files.
1037 2004/05/21: [impl] add regex status check to onig_match().
1266 2003/12/24: [test] success in regex.c compile test on ruby-m17n.
1541 2003/06/19: [inst] rename regex.h to oniguruma.h.
1631 2003/03/18: [dist] change re.c.XXX.patch for GNU regex API changes.
1837 2003/01/18: [impl] change REGION_NOTPOS to REG_REGION_NOTPOS in regex.h.
1915 same with GNU regex. (thanks Guy Decoux)
1929 (switch by UNALIGNED_WORD_ACCESS in regex.c)
1936 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput103 pcregrep: Error in command-line regex at offset 4: nothing to repeat
396 pcregrep: Check your regex for nested unlimited loops.
436 pcregrep: Error in 2nd command-line regex at offset 9: missing )
520 pcregrep: Check your regex for nested unlimited loops.
530 pcregrep: Check your regex for nested unlimited loops.
/PHP-5.5/ext/pcre/tests/
H A D005.phpt6 // use it to test the gcc regex with the sample data provided
26 /p2/var/php_gcov/PHP_4_4/regex/regexec.c:19: warning: `nope' defined but not used
217 [0] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c:19: warning: `nope' defined but not used
222 [5] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c
/PHP-5.5/win32/
H A Dphp5dll.dsp47 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32…
73 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\Zend" /I "..\regex" /I "..\..\bindlib…
99 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "Zend" /I "." /I "regex" /I "..\bindlib_w32" /D "NDEBUG" …
100 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
724 SOURCE=..\regex\regcomp.c
728 SOURCE=..\regex\regerror.c
732 SOURCE=..\regex\regexec.c
736 SOURCE=..\regex\regfree.c
H A Dphp5dllts.dsp48 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32…
74 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
100 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I "regex" /I "..\bindlib_w32" /I "Zend" /I "tsrm" /D…
101 # ADD CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I "..\…
127 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I…
128 # ADD CPP /nologo /MD /W3 /GX /Zi /Od /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I …
668 SOURCE=..\regex\regcomp.c
672 SOURCE=..\regex\regerror.c
676 SOURCE=..\regex\regexec.c
680 SOURCE=..\regex\regfree.c
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1127 >3 regex =[a-z] rev.%s
9840 >>3 regex =\ [0-9]+ \b%s
9846 >>3 regex =\ [0-9]+ \b%s
9852 >>3 regex =\ [0-9]+ \b%s
9858 >>3 regex =\ [0-9]+ \b%s
15757 >&0 regex/1 \^.{40}
16167 >5 regex [0-9.]+ %s
16170 >5 regex [0-9.]+ %s
16173 >5 regex [0-9.]+ %s
16176 >5 regex [0-9.]+ %s
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js825 function GREP_HEADER(header_name, regex, path_to_check) argument
850 if (typeof(regex) == "string") {
851 regex = new RegExp(regex);
854 if (c.match(regex)) {
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS531 item in the regex, and there's a new callout field that gives the position
535 tables at exec time. This is useful if compiled regex are saved and re-used
541 3. It is possible, with some restrictions on the content of the regex, to
543 subject string matched part of the regex. This could be useful for testing
617 its entry point. To get the function called, the regex must include (?C) at
H A DHACKING130 ever active at once. I believe some other regex matchers work this way. JIT
426 because it may be called as a subroutine from elsewhere in the regex.
509 Recursion either matches the current regex, or some subexpression. The opcode
H A DChangeLog711 properties for \w, \d, etc) is present in a test regex. Otherwise if the
912 and saved regex was reloaded on a host of different endianness.
1624 for every regex", that is, assume /S for every regex. This is similar to -i
2274 5. The command line items --regex=pattern and --regexp=pattern were not
2665 omitted from the compiled regex. However, this means that if the group
4224 -w, --word-regex(p)
4921 (a) Moved the debugging function for printing out a compiled regex into
5509 3. Subpatterns of the form (regex){n,m} (i.e. limited maximum) were being
5655 3. Fixed memory leak which occurred when a regex with back references was
5673 1. A erroneous regex with a missing opening parenthesis was correctly
[all …]
H A DREADME69 official POSIX name is regex.h, but I did not want to risk possible problems
74 If you are using the POSIX interface to PCRE and there is already a POSIX regex
75 library installed on your system, as well as worrying about the regex.h header
/PHP-5.5/ext/pgsql/
H A DREADME50 - Better regex
H A Dpgsql.c5333 static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , int icase T… argument
5354 regerr = regcomp(&re, regex, regopt);
/PHP-5.5/sapi/pi3web/
H A Dphp5pi3web.dsp99 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".." /I "..\main" /I "..\regex" /I "..\..\bindlib_w32" /I…
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE383 A-4. Differences with Japanized GNU regex(version 0.12) of Ruby 1.8
/PHP-5.5/
H A Dltmain.sh1520 -export-symbols | -export-symbols-regex)
1732 -precious-files-regex)
3786 $echo "*** with $libname but no candidates were found. (...for regex pattern test)"
3789 $echo "*** using a regex pattern. Last file checked: $potlib"
H A Dserver-tests.php48 | with --with-pcre-regex or if you have compiled pcre as a |
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1358 -#include <regex.h>
2179 - file_magerror(ms, "regex error %d, (%s)", rc, errmsg);
2970 - file_magerror(ms, "regex error %d, (%s)", rc, errmsg);
3384 - file_magerror(ms, "regex error %d, (%s)",
3434 + /* pce now contains the compiled regex */
/PHP-5.5/ext/phar/
H A Dphar_object.c1745 char *dir, *error, *regex = NULL; in PHP_METHOD() local
1759 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|s", &dir, &dir_len, &regex, &regex_len) ==… in PHP_METHOD()
1816 ZVAL_STRINGL(&arg2, regex, regex_len, 0); in PHP_METHOD()
5220 ZEND_ARG_INFO(0, regex)
/PHP-5.5/ext/imap/
H A Dphp_imap.c1319 …char* regex = "/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Aug)|(Sep)|(Oct)|(Nov)|(Dec… in PHP_FUNCTION() local
1320 const int regex_len = strlen(regex); in PHP_FUNCTION()
1333 if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC))== NULL) { in PHP_FUNCTION()

Completed in 191 milliseconds

12345