Home
last modified time | relevance | path

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

12345678910

/PHP-8.1/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-8.1/ext/com_dotnet/tests/
H A Dbug79242.phpt2 Bug #79242 (COM error constants don't match com_exception codes)
/PHP-8.1/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt2 mb_split() empty match
H A Dsjis2004_encoding.phpt32 if (preg_match('/Fullwidth: U\+([0-9A-F]+)/', $line, $match))
33 $codepoint1 = hexdec($match[1]);
62 // but the second one doesn't match
/PHP-8.1/ext/pcre/tests/
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
H A Dpreg_match_all_basic.phpt9 …T_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
13 …ATTERN_ORDER)); //finds ".\ [...]" and everything else to the end of the string. (greedy) (1 match)
H A Dcache_limit.phpt17 die('non match. error');
/PHP-8.1/Zend/tests/match/
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-8.1/ext/xsl/tests/53965/
H A Dinclude.xsl2 <xsl:template match="cd">
H A Dcollection.xsl7 <xsl:template match="collection">
/PHP-8.1/ext/standard/tests/strings/
H A Dstrpos_number.phpt5 // Integer is handles as an octal representation, so nothing to match
/PHP-8.1/ext/intl/tests/
H A Dlocale_bug72658.phpt2 Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
/PHP-8.1/Zend/tests/return_types/
H A Drfc001.phpt2 RFC example: returned type does not match the type declaration
/PHP-8.1/win32/build/
H A Dbuildconf.js83 var calls = contents.match(re_dep_line);
87 if (calls[i].match(re_dep_line)) {
233 calls = modules.match(re);
/PHP-8.1/Zend/tests/enum/
H A Dstatic-methods.phpt12 return match(true) {
/PHP-8.1/Zend/tests/
H A Dbug72101.phpt21 foreach ($this->matchers as $match) {
22 $match->invoked($invocation);
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h244 goto match; in FF_FUN()
249 goto match; in FF_FUN()
258 goto match; in FF_FUN()
324 match:; in FF_FUN()
/PHP-8.1/ext/xsl/tests/
H A Dbug70535.phpt10 …sion="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="root"><xsl:text>s…
/PHP-8.1/ext/opcache/tests/
H A Dfunc_info.phpt2 Test that return types in zend_func_info.c match return types in stubs

Completed in 22 milliseconds

12345678910