Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt33 echo "-- Tests without valid name - uses gmtOffset and isdst to find match --\n";
60 -- Tests without valid name - uses gmtOffset and isdst to find match --
H A DDateTime_data-massive.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-5.5/ext/simplexml/tests/
H A D034.phpt4 Length of cast array does not match expected length
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE211 m: multi-line (dot(.) match newline)
282 /\A(?<a>|.|(?:(?<b>.)\g<a>\k<b+0>))\z/.match("reer")
295 p r.match('<foo>f<bar>bbb</bar>f</foo>').captures
318 ex. (?-i:\g<name>)(?i:(?<name>a)){0} match to "A"
356 (?m): dot(.) match newline
359 (?s): dot(.) match newline
360 (?m): ^ match after newline, $ match before newline
420 + Zero-length match in infinite repeat stops the repeat,
432 ex. /(?@a)*/.match("aaa") ==> [<0-1>, <1-2>, <2-3>]
/PHP-5.5/ext/pcre/tests/
H A Dstudy.phpt14 // try to trigger usual "match known text" optimization
H A Dlocales.phpt2 Localized match
H A Dbug66121.phpt2 Bug #66121 - UTF-8 lookbehinds match bytes instead of characters
/PHP-5.5/ext/standard/tests/file/
H A Dchmod_basic.phpt24 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dchmod_variation1.phpt22 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dfstat_variation8.phpt15 // windows, dev and rdev will not match this is expected
/PHP-5.5/Zend/tests/
H A Dbug61782.phpt2 Bug #61782 (__clone/__destruct do not match other methods when checking access controls)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation4.phpt11 * Description: Regular expression match for multibyte string
16 * Test how character classes match a multibyte string
/PHP-5.5/ext/pdo_mysql/tests/
H A DREADME15 part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example,
/PHP-5.5/ext/ereg/tests/
H A Dereg_variation_004.phpt6 * Description: Regular expression match
H A Deregi_variation_004.phpt6 * Description: Regular expression match
H A Dereg_basic_003.phpt6 * Description: Regular expression match
H A Dsql_regcase_basic_001.phpt6 * Description: Make regular expression for case insensitive match
H A Deregi_basic_003.phpt6 * Description: Regular expression match
/PHP-5.5/ext/standard/
H A Dscanf.c245 int i, match = 0; in CharInSet() local
249 match = 1; in CharInSet()
253 if (!match) { in CharInSet()
257 match = 1; in CharInSet()
262 return (cset->exclude ? !match : match); in CharInSet()
/PHP-5.5/ext/ereg/regex/
H A Dengine.c17 #define match smat macro
28 #define match lmat macro
32 struct match { struct
75 struct match mv;
233 register struct match *m; in dissect()
421 register struct match *m; in backref()
626 register struct match *m; in fast()
717 register struct match *m; in slow()
935 struct match *m; in print()
968 struct match *m; in at()
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog460 of a match later then the end of the match. The pcretest program was not
552 not match "ab".
612 there was no match, the code could incorrectly back up beyond the match
1270 match a (*MARK), and the match failed at the start of the subject, a
1598 (?i:([^b]))(?1) should not match "ab", but previously PCRE gave a match.
1638 match.
1790 complete match instead of a partial match. This bug was dependent on both
1811 match.
1864 match is preferred over a full match). For this reason, these items now
1867 match rather than a full match, which was wrong by the old rules, but is
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1316 May match empty string
/PHP-5.5/ext/oci8/tests/
H A Dcoll_009_func.phpt41 Warning: oci_collection_append(): OCI-01861: literal does not match format string in %s on line %d
H A Dcoll_009.phpt41 Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d
/PHP-5.5/ext/xsl/tests/
H A Dbug33853.phpt18 <xsl:template match="/">

Completed in 66 milliseconds

12345678910