/PHP-5.3/ext/pcre/ |
H A D | config.w32 | 6 …re/pcrelib", "pcre_chartables.c pcre_ucd.c pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.…
|
H A D | config0.m4 | 56 pcrelib/pcre_compile.c pcrelib/pcre_config.c pcrelib/pcre_exec.c \
|
H A D | php_pcre.c | 633 count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, in php_pcre_match_impl() 1061 count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, in php_pcre_replace_impl() 1510 count = pcre_exec(pce->re, extra, subject, in php_pcre_split_impl() 1574 count = pcre_exec(re_bump, extra_bump, subject, in php_pcre_split_impl() 1782 count = pcre_exec(pce->re, extra, Z_STRVAL(subject), in php_pcre_grep_impl()
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcredemo.c | 121 rc = pcre_exec( in main() 313 rc = pcre_exec( in main()
|
H A D | pcreposix.c | 365 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()
|
H A D | NEWS | 25 available. This bypasses some of the sanity checks of pcre_exec() to give a 250 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec() 600 to the API for the pcre_exec() function. An additional argument has been 604 you need to do is to stick in a new fifth argument to pcre_exec(), with a 607 pcre_exec(pattern, extra, subject, length, options, ovec, ovecsize) 609 pcre_exec(pattern, extra, subject, length, 0, options, ovec, ovecsize)
|
H A D | ChangeLog | 148 pcre_exec(). 598 given to pcre_exec() or pcre_dfa_exec() it did work.) 641 pcre_exec() and pcre_dfa_exec(). 666 using pcre_exec(). 1166 "match()" function of pcre_exec.c by one pointer. Forthcoming 1520 pcre_exec() and pcre_dfa_exec(). 1667 pcre_exec() in ovector are byte offsets, not character counts. 3466 pcre_exec() and the \P data escape in pcretest. 4089 of match() calls in a pcre_exec() execution. See 42 above. 4108 call to pcre_exec() [all …]
|
H A D | pcre.h | 552 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
|
H A D | HACKING | 101 The "traditional", and original, matching function is called pcre_exec(), and 107 successful, the JIT code is run instead of the normal pcre_exec() code, but the 118 intreprets the same compiled pattern data as pcre_exec(); however, not all the
|
H A D | README | 270 pcre_exec() can supply their own value. There is more discussion on the 292 pcre_exec() does not call itself recursively. Instead, it uses memory blocks 301 normal execution of the pcre_exec() function; if JIT support is being
|
H A D | pcre_exec.c | 6232 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, in pcre_exec() function
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1810 section on pcre_exec() options below. 1949 pcre_exec() execution. Further details are given with pcre_exec() 2477 rc = pcre_exec( /* see below for details of pcre_exec() options */ 2954 rc = pcre_exec( 2964 Extra data for pcre_exec() 3076 Option bits for pcre_exec() 3297 The string to be matched by pcre_exec() 3440 Error return values from pcre_exec() 3488 returned by pcre_exec(). 7864 pcre_exec(). [all …]
|
/PHP-5.3/ext/filter/ |
H A D | logical_filters.c | 431 matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3); in php_filter_validate_regexp() 543 matches = pcre_exec(re, NULL, Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, ovector, 3); in php_filter_validate_email()
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | grepoutput | 387 pcregrep: pcre_exec() gave error -8 while matching this text: 391 pcregrep: pcre_exec() gave error -8 while matching this text: 513 pcregrep: pcre_exec() gave error -8 while matching text that starts: 523 pcregrep: pcre_exec() gave error -21 while matching text that starts:
|
/PHP-5.3/main/ |
H A D | php_compat.h | 34 #define pcre_exec php_pcre_exec macro
|
/PHP-5.3/ext/standard/ |
H A D | browscap.c | 401 …if (pcre_exec(re, re_extra, lookup_browser_name, lookup_browser_length, 0, re_options, NULL, 0) ==… in browser_reg_compare()
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 337 return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
|
/PHP-5.3/ext/zip/ |
H A D | php_zip.c | 717 matches = pcre_exec(re, NULL, namelist[i], strlen(namelist[i]), 0, 0, ovector, 3); in php_zip_pcre()
|
/PHP-5.3/ext/spl/ |
H A D | spl_iterators.c | 1919 …count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, subject, subject_len, 0, 0,… in SPL_METHOD()
|
/PHP-5.3/ext/mbstring/ |
H A D | mbstring.c | 931 return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0, in _php_mb_match_regex()
|
/PHP-5.3/win32/ |
H A D | php5dllts.dsp | 405 SOURCE=..\ext\pcre\pcrelib\pcre_exec.c
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 2839 + return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);
|