Home
last modified time | relevance | path

Searched refs:pcre (Results 1 – 25 of 90) sorted by last modified time

1234

/PHP-5.5/win32/
H A Dphp5dll.dsp499 SOURCE=..\ext\pcre\php_pcre.c
676 SOURCE=..\ext\pcre\php_pcre.h
747 SOURCE=..\ext\pcre\pcrelib\chartables.c
762 SOURCE=..\ext\pcre\pcrelib\get.c
777 SOURCE=..\ext\pcre\pcrelib\maketables.c
792 SOURCE=..\ext\pcre\pcrelib\pcre.c
807 SOURCE=..\ext\pcre\pcrelib\study.c
826 SOURCE=..\ext\pcre\pcrelib\internal.h
830 SOURCE=..\ext\pcre\pcrelib\pcre.h
H A Dphp5dllts.dsp388 SOURCE=..\ext\pcre\pcrelib\pcre_compile.c
393 SOURCE=..\ext\pcre\pcrelib\pcre_exec.c
403 SOURCE=..\ext\pcre\pcrelib\pcre_get.c
413 SOURCE=..\ext\pcre\pcrelib\pcre_info.c
428 SOURCE=..\ext\pcre\pcrelib\pcre_study.c
433 SOURCE=..\ext\pcre\pcrelib\pcre_tables.c
458 SOURCE=..\ext\pcre\pcrelib\pcre_xclass.c
467 SOURCE=..\ext\pcre\pcrelib\internal.h
471 SOURCE=..\ext\pcre\pcrelib\pcre.h
1935 SOURCE=..\ext\pcre\php_pcre.c
[all …]
/PHP-5.5/
H A Dserver-tests.php46 | The test-suite requires that you have pcre extension |
48 | with --with-pcre-regex or if you have compiled pcre as a |
H A Dphp.ini-development952 ; http://php.net/pcre.backtrack-limit
953 ;pcre.backtrack_limit=100000
959 ; http://php.net/pcre.recursion-limit
960 ;pcre.recursion_limit=100000
H A Dphp.ini-production952 ; http://php.net/pcre.backtrack-limit
953 ;pcre.backtrack_limit=100000
959 ; http://php.net/pcre.recursion-limit
960 ;pcre.recursion_limit=100000
/PHP-5.5/sapi/cli/tests/
H A D018.phpt23 pcre
H A D006.phpt19 var_dump(`$php -n --re pcre`);
31 Entry [ pcre.backtrack_limit <ALL> ]
34 Entry [ pcre.recursion_limit <ALL> ]
57 Function [ <internal:pcre> function preg_match ] {
67 Function [ <internal:pcre> function preg_match_all ] {
77 Function [ <internal:pcre> function preg_replace ] {
97 Function [ <internal:pcre> function preg_filter ] {
107 Function [ <internal:pcre> function preg_split ] {
116 Function [ <internal:pcre> function preg_quote ] {
123 Function [ <internal:pcre> function preg_grep ] {
[all …]
/PHP-5.5/ext/zip/
H A Dphp_zip.c661 pcre *re = NULL; in php_zip_pcre()
H A Dconfig.m413 PHP_ARG_WITH(pcre-dir, pcre install prefix,
14 [ --with-pcre-dir ZIP: pcre install prefix], no, no)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dini_get_all.phpt4 pcre.backtrack_limit=1000000
5 pcre.recursion_limit=100000
15 var_dump(ini_get_all("pcre"));
16 var_dump(ini_get_all("pcre", false));
34 ["pcre.backtrack_limit"]=>
43 ["pcre.recursion_limit"]=>
54 ["pcre.backtrack_limit"]=>
56 ["pcre.recursion_limit"]=>
/PHP-5.5/ext/standard/
H A Dbrowscap.c375 pcre *re; in browser_reg_compare()
/PHP-5.5/ext/spl/
H A Dconfig.m427 PHP_ADD_EXTENSION_DEP(spl, pcre, true)
/PHP-5.5/ext/pcre/tests/
H A Dsplit2.phpt15 ini_set('pcre.recursion_limit', 1);
H A D004.phpt2 abusing pcre
H A D006.phpt4 pcre.backtrack_limit=100000
H A Dbacktrack_limit.phpt10 pcre.backtrack_limit=2
H A Dbug40909.phpt2 Bug #40909 (pcre 7.0 regression)
H A Dgrep2.phpt15 ini_set('pcre.recursion_limit', 1);
H A Dpreg_grep_error1.phpt7 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_grep_error2.phpt7 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_match_all_edit_basic.phpt7 * Source code: ext/pcre/php_pcre.c
H A Dpreg_match_error1.phpt7 * Function is implemented in ext/pcre/php_pcre.c
H A Dpreg_match_error2.phpt7 * Function is implemented in ext/pcre/php_pcre.c
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c56 ZEND_DECLARE_MODULE_GLOBALS(pcre) in ZEND_DECLARE_MODULE_GLOBALS() argument
124 static PHP_MINFO_FUNCTION(pcre) in PHP_INI_END()
136 static PHP_MINIT_FUNCTION(pcre) in PHP_MINIT_FUNCTION() argument
251 pcre *re = NULL; in pcre_get_compiled_regex_cache()
1978 PHP_MINIT(pcre),
1979 PHP_MSHUTDOWN(pcre),
1982 PHP_MINFO(pcre),
1984 PHP_MODULE_GLOBALS(pcre),
1985 PHP_GINIT(pcre),
1986 PHP_GSHUTDOWN(pcre),
[all …]
H A Dphp_pcre.h37 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
38 PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *co…
44 pcre *re;
69 ZEND_BEGIN_MODULE_GLOBALS(pcre)
74 ZEND_END_MODULE_GLOBALS(pcre)

Completed in 85 milliseconds

1234