Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/mbstring/tests/
H A Dmb_ereg_basic.phpt19 echo "Could not set regex encoding to utf-8\n";
H A Dmb_ereg_variation6.phpt19 echo "Could not set regex encoding to utf-8\n";
/PHP-8.0/ext/mbstring/
H A Dconfig.w324 ARG_ENABLE("mbregex", "multibyte regex support", "no");
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6554 >0 regex \^#include C
7025 >5 regex [\ \n]
9537 >&0 regex isotc211
9550 >&0 regex rdf
19916 # remaining regex
27846 >&0 regex/256 \^[\=]+$
28122 >&0 regex/1l \^.{40}
28635 >5 regex [0-9.]+ %s
28638 >5 regex [0-9.]+ %s
28641 >5 regex [0-9.]+ %s
[all …]
H A Dmagic6554 >0 regex \^#include C
7025 >5 regex [\ \n]
9537 >&0 regex isotc211
9550 >&0 regex rdf
19916 # remaining regex
27846 >&0 regex/256 \^[\=]+$
28122 >&0 regex/1l \^.{40}
28635 >5 regex [0-9.]+ %s
28638 >5 regex [0-9.]+ %s
28641 >5 regex [0-9.]+ %s
[all …]
/PHP-8.0/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-8.0/win32/build/
H A Dconfutils.js108 var regex = /AC_INIT.+(\d+)\.(\d+)\.(\d+)([^\,^\]]*).+/g;
110 if (cin.match(new RegExp(regex))) {
958 function GREP_HEADER(header_name, regex, path_to_check) argument
983 if (typeof(regex) == "string") {
984 regex = new RegExp(regex);
987 if (c.match(regex)) {
/PHP-8.0/build/
H A Dgen_stub.php1073 $regex = '/^\*\s*@([a-z-]+)(?:\s+(.+))?$/';
1074 if (preg_match($regex, trim($commentLine), $matches)) {
H A Dltmain.sh1533 -export-symbols | -export-symbols-regex)
1745 -precious-files-regex)
3799 $echo "*** with $libname but no candidates were found. (...for regex pattern test)"
3802 $echo "*** using a regex pattern. Last file checked: $potlib"
H A Dlibtool.m42383 # 'file_magic [[regex]]' -- check by looking for files in library path
2384 # which responds to the $file_magic_cmd with a given extended regex.
/PHP-8.0/ext/imap/
H A Dphp_imap.c926 …zend_string *regex = zend_string_init("/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Au… in PHP_FUNCTION() local
932 if ((pce = pcre_get_compiled_regex_cache(regex))== NULL) { in PHP_FUNCTION()
933 zend_string_release(regex); in PHP_FUNCTION()
937 zend_string_release(regex); in PHP_FUNCTION()
/PHP-8.0/ext/phar/
H A Dphar_object.c1700 char *dir, *error, *regex = NULL; in PHP_METHOD() local
1706 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|s", &dir, &dir_len, &regex, &regex_len) == FAILURE) { in PHP_METHOD()
1768 ZVAL_STRINGL(&arg2, regex, regex_len); in PHP_METHOD()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1733 -#include <regex.h>
2630 - file_magerror(ms, "regex error %d for `%s', (%s)", rc, rx->pat,
3611 + /* pce now contains the compiled regex */
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4480 static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , size_t rege… in php_pgsql_convert_match() argument
4502 …re = pcre2_compile((PCRE2_SPTR)regex, regex_len, options, &errnumber, &err_offset, php_pcre_cctx()… in php_pgsql_convert_match()
/PHP-8.0/
H A Dphp.ini-development1676 ; This directive specifies the regex pattern of content types for which mb_output_handler()
H A Dphp.ini-production1678 ; This directive specifies the regex pattern of content types for which mb_output_handler()

Completed in 208 milliseconds

123