Home
last modified time | relevance | path

Searched refs:match (Results 26 – 50 of 194) sorted by relevance

12345678

/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI250 1 mp: match-param pointer
259 1 mp: match-param pointer
270 1 mp: match-param pointer
282 1 mp: match-param pointer
294 1 mp: match-param pointer
345 normal return: match length (>= 0)
346 not match: ONIG_MISMATCH (< 0)
353 4 at: match address of target string
522 8 mps: array of match-params
598 4 region: search/match result region.
[all …]
H A DCALLOUTS.API29 less than -1: error code (terminate search/match)
78 1 mp: match-param pointer
89 1 mp: match-param pointer
211 Returns the start address of subject string in current match process.
221 Returns the current address of subject string in current match process.
231 Returns the current counter value for retry-limit-in-match.
311 in previous failed match process.
315 Builtin callout (*COUNT) returns count in last success match process only,
380 Returns current used match-stack size.
382 used_num: number of match-stack elements
[all …]
H A DSYNTAX.md148 must match (and not simply "zero or more").
462 - `s` - Single-line mode (`.` can match `\n`)
474 - `m` - Multi-line mode (`.` can match `\n`)
486 extent if subsequent parts of the pattern fail to match.
497 extent if subsequent parts of the pattern fail to match.
549 `/(?@a)*/.match("aaa")` ==> `[<0-1>, <1-2>, <2-3>]`
592 for example, `\u221E` will match an infinity symbol, `∞`.
665 match. This supports many different forms, including:
682 regex match (i.e., capture #0). So, for example, pattern `foo\Kbar` would match
805 - `m` - Multi-line mode (`.` can match `\n`)
[all …]
/PHP-7.3/ext/spl/tests/
H A Dbug68128.phpt9 foreach ($regex as $match) {
10 var_dump($match);
/PHP-7.3/ext/phar/tests/
H A D011.phpt15 // compressed file length does not match incompressed lentgh for an uncompressed file
30 internal corruption of phar "%s" (compressed and uncompressed size does not match for uncompressed …
/PHP-7.3/win32/build/
H A Dconfutils.js192 if (version.match(/x64/)) {
727 if (!_tmp.match("LNK4039")) {
1002 if (c.match(regex)) {
1533 if (s.match(re)) {
1535 if (c.match("phpext_")) {
2143 if (ln.match(reg1) || ln.match(reg0)) {
2207 if (ln.match(reg)) {
2419 r = cf[i].match(re);
2426 r = cf[i].match(match_sw);
2447 if (key.match("CFLAGS")) {
[all …]
H A Dbuildconf.js85 var calls = contents.match(re_dep_line);
89 if (calls[i].match(re_dep_line)) {
235 calls = modules.match(re);
/PHP-7.3/ext/standard/tests/array/
H A Darray_key_exists_variation5.phpt21 echo "\n-- Attempt to match key in sub-array --\n";
33 -- Attempt to match key in sub-array --
/PHP-7.3/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
H A Dbug72101.phpt21 foreach ($this->matchers as $match) {
22 $match->invoked($invocation);
/PHP-7.3/ext/pcre/tests/
H A Dbug61780.phpt2 Bug #61780 (Inconsistent PCRE captures in match results): basics
H A Dmultiline.phpt2 Multi-line match
H A Dno_jit_bug70110.phpt9 var_dump(preg_match('~(*NO_JIT)(a)*~', str_repeat('a', 5431), $match))
H A Dpreg_match_all_basic.phpt10 …T_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
14 …ATTERN_ORDER)); //finds ".\ [...]" and everything else to the end of the string. (greedy) (1 match)
/PHP-7.3/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt11 * Description: Regular expression match for multibyte string
30 //will return false as pattern would match half way through string
H A Dmb_split_empty_match.phpt2 mb_split() empty match
/PHP-7.3/ext/standard/tests/strings/
H A Dbug24098.phpt4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
/PHP-7.3/ext/spl/internal/
H A Dregexiterator.inc25 const MATCH = 0; /**< Mode: Executed a plain match only */
31 private $regex; /**< the regular expression to match against */
45 * @param regex the regular expression to match
64 * @return whether this is a match
/PHP-7.3/ext/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd">
/PHP-7.3/ext/date/tests/
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
H A Dtimezone_name_from_abbr_basic1.phpt28 echo "-- Tests without valid name - uses gmtOffset and isdst to find match --\n";
50 -- Tests without valid name - uses gmtOffset and isdst to find match --
/PHP-7.3/ext/com_dotnet/tests/
H A Dbug79242.phpt2 Bug #79242 (COM error constants don't match com_exception codes)
/PHP-7.3/Zend/tests/return_types/
H A Drfc001.phpt2 RFC example: returned type does not match the type declaration
/PHP-7.3/ext/intl/tests/
H A Dlocale_bug72658.phpt2 Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk8 if (!match(str, "^0[xX]")) {

Completed in 75 milliseconds

12345678