Home
last modified time | relevance | path

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

123

/PHP-8.2/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt20 echo "Could not set regex encoding to utf-8\n";
/PHP-8.2/ext/mbstring/
H A Dconfig.w324 ARG_ENABLE("mbregex", "multibyte regex support", "no");
/PHP-8.2/ext/fileinfo/
H A Dmagicdata.patch90 >14 regex ['"\ \t]*[0-9.]+['"\ \t]*
H A Dlibmagic.patch1574 -#include <regex.h>
2366 - file_magerror(ms, "regex error %d for `%s', (%s)", rc, rx->pat,
3462 + /* pce now contains the compiled regex */
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic6920 >0 regex \^#include C
7402 >5 regex [\ \n]
9959 >&0 regex isotc211
9972 >&0 regex rdf
20786 # remaining regex
29716 >&0 regex/256 \^[\=]+$
29994 >&0 regex/1l \^.{40}
30508 >5 regex [0-9.]+ %s
30511 >5 regex [0-9.]+ %s
30514 >5 regex [0-9.]+ %s
[all …]
H A Dmagic私はガラスを食べられます6920 >0 regex \^#include C
7402 >5 regex [\ \n]
9959 >&0 regex isotc211
9972 >&0 regex rdf
20786 # remaining regex
29716 >&0 regex/256 \^[\=]+$
29994 >&0 regex/1l \^.{40}
30508 >5 regex [0-9.]+ %s
30511 >5 regex [0-9.]+ %s
30514 >5 regex [0-9.]+ %s
[all …]
/PHP-8.2/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.2/win32/build/
H A Dconfutils.js108 var regex = /AC_INIT.+(\d+)\.(\d+)\.(\d+)([^\,^\]]*).+/g;
110 if (cin.match(new RegExp(regex))) {
957 function GREP_HEADER(header_name, regex, path_to_check) argument
982 if (typeof(regex) == "string") {
983 regex = new RegExp(regex);
986 if (c.match(regex)) {
/PHP-8.2/ext/phar/
H A Dphar_object.c1700 zend_string *dir, *regex = NULL; in PHP_METHOD() local
1702 if (zend_parse_parameters(ZEND_NUM_ARGS(), "P|S", &dir, &regex) == FAILURE) { in PHP_METHOD()
1749 if (regex && ZSTR_LEN(regex) > 0) { in PHP_METHOD()
1759 ZVAL_STR(&arg2, regex); in PHP_METHOD()
/PHP-8.2/build/
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 Dgen_stub.php3180 $regex = '/^\*\s*@([a-z-]+)(?:\s+(.+))?$/';
3181 if (preg_match($regex, trim($commentLine), $matches)) {
H A Dlibtool.m42393 # 'file_magic [[regex]]' -- check by looking for files in library path
2394 # which responds to the $file_magic_cmd with a given extended regex.
/PHP-8.2/ext/imap/
H A Dphp_imap.c815 …zend_string *regex = zend_string_init("/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(Au… in PHP_FUNCTION() local
821 if ((pce = pcre_get_compiled_regex_cache(regex))== NULL) { in PHP_FUNCTION()
822 zend_string_release(regex); in PHP_FUNCTION()
826 zend_string_release(regex); in PHP_FUNCTION()
/PHP-8.2/ext/pgsql/
H A Dpgsql.c4392 static int php_pgsql_convert_match(const zend_string *str, const char *regex , size_t regex_len, in… in php_pgsql_convert_match() argument
4414 …re = pcre2_compile((PCRE2_SPTR)regex, regex_len, options, &errnumber, &err_offset, php_pcre_cctx()… in php_pgsql_convert_match()
/PHP-8.2/
H A DNEWS1966 . Implemented FR #77726 (Allow null character in regex patterns). (tobil4sk)
H A Dphp.ini-development1699 ; This directive specifies the regex pattern of content types for which mb_output_handler()
H A Dphp.ini-production1701 ; This directive specifies the regex pattern of content types for which mb_output_handler()

Completed in 278 milliseconds

123