Home
last modified time | relevance | path

Searched refs:match (Results 51 – 75 of 234) sorted by relevance

12345678910

/PHP-8.1/Zend/tests/match/
H A D030.phpt2 Test string match with undefined variable
10 echo match ($undefVar) {
H A D005.phpt6 match (1) {
H A D002.phpt7 echo match ($bool) {
H A D003.phpt7 return match ($i) {
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua30 local match, gmatch = _s.match, _s.gmatch
841 local r = match(expr, "^r([1-3]?[0-9])$")
850 local r = match(expr, "^f([1-3]?[0-9])$")
872 elseif match(imm, "^[rf]([1-3]?[0-9])$") or
873 match(imm, "^([%w_]+):([rf][1-3]?[0-9])$") then
883 local imm, reg = match(disp, "^(.*)%(([%w_:]+)%)$")
886 local extname = match(imm, "^extern%s+(%S+)$")
906 local rt, rs = match(idx, "^(.*)%(([%w_:]+)%)$")
927 if match(label, "^[1-9]$") then
937 local extname = match(label, "^extern%s+(%S+)$")
[all …]
H A Ddasm_ppc.lua29 local match, gmatch = _s.match, _s.gmatch
1465 local r = match(expr, "^r([1-3]?[0-9])$")
1474 local r = match(expr, "^f([1-3]?[0-9])$")
1483 local r = match(expr, "^v([1-3]?[0-9])$")
1492 local r = match(expr, "^vs([1-6]?[0-9])$")
1501 local r = match(expr, "^cr([0-7])$")
1552 elseif match(imm, "^[rfv]([1-3]?[0-9])$") or
1553 match(imm, "^vs([1-6]?[0-9])$") or
1571 elseif match(imm, "^r([1-3]?[0-9])$") or
1630 if match(label, "^[1-9]$") then
[all …]
H A Ddasm_x86.lua29 local find, match, gmatch, gsub = _s.find, _s.match, _s.gmatch, _s.gsub
626 if match("UWSiI", imark) then
721 local extname = match(expr, "^extern%s+(%S+)$")
734 local c, dispt = match(expr, "^([+-])%s*(.+)$")
784 local br = match(expr, "^%[%s*(.-)%s*%]$")
808 t.vreg, tailr = match(tailr, "^(%b())(.*)$")
847 t.vxreg, tailx = match(tailx, "^(%b())(.*)$")
886 t.vreg, tailr = match(tailr, "^(%b())(.*)$")
1893 if match(c, "%x") then -- Hex digit.
2034 if not match(s, "#") then t[#t+1] = s end
[all …]
/PHP-8.1/ext/standard/tests/array/
H A Darray_key_exists_variation5.phpt15 echo "\n-- Attempt to match key in sub-array --\n";
27 -- Attempt to match key in sub-array --
/PHP-8.1/ext/spl/tests/
H A Dbug68128.phpt9 foreach ($regex as $match) {
10 var_dump($match);
/PHP-8.1/ext/phar/tests/
H A D011.phpt15 // compressed file length does not match incompressed length for an uncompressed file
30 internal corruption of phar "%s" (compressed and uncompressed size does not match for uncompressed …
/PHP-8.1/win32/build/
H A Dconfutils.js172 if (version.match(/x64/)) {
712 if (!_tmp.match("LNK4039")) {
987 if (c.match(regex)) {
1530 if (s.match(re)) {
1532 if (c.match("phpext_")) {
2149 if (ln.match(reg1) || ln.match(reg0)) {
2213 if (ln.match(reg)) {
2420 r = cf[i].match(re);
2427 r = cf[i].match(match_sw);
2448 if (key.match("CFLAGS")) {
[all …]
/PHP-8.1/Zend/tests/enum/
H A Dbacked-implements-multiple.phpt24 return match ($this) {
31 return match ($this) {
H A Dbacked-mismatch.phpt12 Fatal error: Enum case type string does not match enum backing type int in %s on line %d
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt2 Test mb_ereg() function : usage variations - pass different character classes to see they match cor…
13 * test that mb_ereg can match correctly when passed different character classes.
19 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly
/PHP-8.1/ext/opcache/tests/opt/
H A Djmp_002.phpt9 7??match(X){};
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug41125.phpt92 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
130 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
136 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
146 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
160 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
166 …TATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens i…
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-8.1/ext/pcre/tests/
H A Dbug80118.phpt2 Bug #80118 (Erroneous whitespace match with JIT only)
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_basic_002.phpt2 preg_match() single line match with multi-line input
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)
/PHP-8.1/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
/PHP-8.1/ext/standard/tests/streams/
H A Dbug77069.phpt17 while (preg_match('/(.*?)[\r\n]+(.*)/s', $this->data, $match) === 1) {
18 list(, $data, $this->data) = $match;
/PHP-8.1/Zend/tests/readonly_props/
H A Dreadonly_trait_match.phpt2 Readonly match of imported trait properties (valid)

Completed in 43 milliseconds

12345678910