Home
last modified time | relevance | path

Searched refs:match (Results 76 – 100 of 269) sorted by relevance

1234567891011

/php-src/ext/pcre/tests/
H A Dbug80866.phpt2 Bug #80866 preg_split ignores limit flag when pattern with \K has 0-width fullstring match
H A Dbug61780.phpt2 Bug #61780 (Inconsistent PCRE captures in match results): basics
H A Dpreg_match_all_edit_basic.phpt7 …PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
13 … //finds ".\ [...]" and everything else to the end of the string. (greedy) (1 match)
H A Dpreg_match_basic_002.phpt2 preg_match() single line match with multi-line input
H A Dno_jit_bug70110.phpt9 var_dump(preg_match('~(*NO_JIT)(a)*~', str_repeat('a', 5431), $match))
H A Dmultiline.phpt2 Multi-line match
H A Dpreg_match_latin.phpt2 preg_match() single line match with latin input
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua29 local find, match, gmatch, gsub = _s.find, _s.match, _s.gmatch, _s.gsub
626 if match("UWSiI", imark) then
725 local extname = match(expr, "^extern%s+(%S+)$")
738 local c, dispt = match(expr, "^([+-])%s*(.+)$")
788 local br = match(expr, "^%[%s*(.-)%s*%]$")
812 t.vreg, tailr = match(tailr, "^(%b())(.*)$")
851 t.vxreg, tailx = match(tailx, "^(%b())(.*)$")
890 t.vreg, tailr = match(tailr, "^(%b())(.*)$")
1899 if match(c, "%x") then -- Hex digit.
2040 if not match(s, "#") then t[#t+1] = s end
[all …]
/php-src/Zend/tests/match/
H A D002.phpt7 echo match ($bool) {
H A D003.phpt7 return match ($i) {
H A D008.phpt7 return match ($day) {
H A D004.phpt7 return match (true) {
H A D041.phpt7 echo match ($bool) {
H A Dmatch_scdf_cleanup.phpt5 var_dump(X||match(X and true or true){false=>X});
/php-src/ext/pdo_mysql/tests/
H A Dbug79132.phpt53 SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens
54 SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens
/php-src/Zend/tests/readonly_props/
H A Dreadonly_trait_match.phpt2 Readonly match of imported trait properties (valid)
/php-src/ext/opcache/tests/jit/
H A Dmatch_002.phpt12 return match($i) {
/php-src/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt22 echo "-- Tests without valid name - uses gmtOffset and isdst to find match --\n";
43 -- Tests without valid name - uses gmtOffset and isdst to find match --
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
/php-src/ext/com_dotnet/tests/
H A Dbug79242.phpt2 Bug #79242 (COM error constants don't match com_exception codes)
/php-src/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt2 mb_split() empty match
/php-src/ext/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd">
/php-src/ext/opcache/tests/opt/
H A Dmatch_002.phpt9 match($y=y){};
H A Dmatch_003.phpt9 match(y()){};
/php-src/ext/standard/tests/strings/
H A Dstrpos_number.phpt5 // Integer is handles as an octal representation, so nothing to match

Completed in 25 milliseconds

1234567891011