Home
last modified time | relevance | path

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

123

/PHP-8.3/ext/fileinfo/
H A Dmagicdata.patch66 >14 regex ['"\ \t]*[0-9.]+['"\ \t]*
H A Dlibmagic.patch1419 -#include <regex.h>
2090 - file_magerror(ms, "regex error %d for `%s', (%s)", rc, pat,
3182 + /* pce now contains the compiled regex */
/PHP-8.3/ext/pgsql/tests/
H A Dbug71998.phpt9 // Kudos for the IP regex to
/PHP-8.3/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt20 echo "Could not set regex encoding to utf-8\n";
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic290 0 regex/4006 \^PROC
298 0 regex/1024 \bMODE[\t\ ]
300 0 regex/1024 \bMODE[\t\ ]
302 0 regex/1024 \bREF[\t\ ]
7840 >0 regex \^#include C
8350 >5 regex [\ \n]
24127 # remaining regex
34542 >&0 regex/256 \^[\=]+$
34820 >&0 regex/1l \^.{40}
35347 >5 regex [0-9.]+ %s
[all …]
H A Dmagic私はガラスを食べられます290 0 regex/4006 \^PROC
298 0 regex/1024 \bMODE[\t\ ]
300 0 regex/1024 \bMODE[\t\ ]
302 0 regex/1024 \bREF[\t\ ]
7840 >0 regex \^#include C
8350 >5 regex [\ \n]
24127 # remaining regex
34542 >&0 regex/256 \^[\=]+$
34820 >&0 regex/1l \^.{40}
35347 >5 regex [0-9.]+ %s
[all …]
/PHP-8.3/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.3/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.3/ext/phar/
H A Dphar_object.c1712 zend_string *dir, *regex = NULL; in PHP_METHOD() local
1714 if (zend_parse_parameters(ZEND_NUM_ARGS(), "P|S", &dir, &regex) == FAILURE) { in PHP_METHOD()
1761 if (regex && ZSTR_LEN(regex) > 0) { in PHP_METHOD()
1771 ZVAL_STR(&arg2, regex); in PHP_METHOD()
/PHP-8.3/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.php3366 $regex = '/^\*\s*@([a-z-]+)(?:\s+(.+))?$/';
3367 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.3/ext/imap/
H A Dphp_imap.c796 …zend_string *regex = ZSTR_INIT_LITERAL("/[0-3][0-9]-((Jan)|(Feb)|(Mar)|(Apr)|(May)|(Jun)|(Jul)|(A… in PHP_FUNCTION() local
802 if ((pce = pcre_get_compiled_regex_cache(regex))== NULL) { in PHP_FUNCTION()
803 zend_string_release(regex); in PHP_FUNCTION()
807 zend_string_release(regex); in PHP_FUNCTION()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c4440 static int php_pgsql_convert_match(const zend_string *str, const char *regex , size_t regex_len, in… in php_pgsql_convert_match() argument
4462 …re = pcre2_compile((PCRE2_SPTR)regex, regex_len, options, &errnumber, &err_offset, php_pcre_cctx()… in php_pgsql_convert_match()
/PHP-8.3/
H A Dphp.ini-production1692 ; This directive specifies the regex pattern of content types for which mb_output_handler()
H A Dphp.ini-development1690 ; This directive specifies the regex pattern of content types for which mb_output_handler()

Completed in 286 milliseconds

123