Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput6829 *These match up to the roman letters
840 *These match just the first codepoint (invalid sequence)
H A Dtestinput22890 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
2891 # quote, otherwise match up to next space
2999 / -- This one is here because Perl gives the match as "b" rather than "ab". I
3534 /-- After a partial match, the behaviour is as for a failure. --/
/PHP-5.5/Zend/
H A DZEND_CHANGES492 and the first block that has a 'instanceof' match gets executed.
494 the last catch block. If no catch block has a 'instanceof' match
/PHP-5.5/ext/standard/html_tables/mappings/
H A DROMAN.TXT29 # n04 1997-Dec-01 Update to match internal utom<n3>, ufrm<n22>:
/PHP-5.5/build/
H A Dlibtool.m41679 *) libsuff= shlibsuff= libmagic=never-match;;
2477 *) libmagic=never-match;;
2599 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4548 # Regexp to match symbols that can be accessed directly from C.
5362 # it will be wrapped by ` (' and `)$', so one must not match beginning or
5446 # with the same dynamic library. Since this doesn't match the
/PHP-5.5/
H A DINSTALL426 example will match your path for apxs, but if you installed Apache
1316 match)
1322 You should keep in mind that your extension settings should match all
H A DNEWS1008 match). (Bob)
2596 . Fixed bug #63162 (parse_url does not match password component). (husman)
2912 . Fixed bug #61782 (__clone/__destruct do not match other methods when checking
3256 . Enforce an extended class' __construct arguments to match the
4467 . Fixed bug #53777 (php-fpm log format now match php_error log format). (fat)
4730 . Fixed bug #52849 (GNU MP invalid version match). (Adam)
8395 - Fixed bug #38278 (session_cache_expire()'s value does not match phpinfo's
8419 - Fixed bug #38211 (variable name and cookie name match breaks script
/PHP-5.5/ext/date/lib/
H A Dparse_date.re2099 add_pbf_error(s, "The format separator does not match", string, begin);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2070 # This is a really bad format. A file containing HAWAII will match this...
3128 # it will match only versions like v<digit>.<digit>
8936 # to count it as a match. Text only printed in named patterns is
8937 # not counted, and causes file to continue, and try and match
9049 # FIXME: These patterns match too generally. For example, the first
10729 # will match 0x9600 through 0x9603 in *both* little endian and big endian.
13104 # won't match any of these signatures.
13152 # but it isn't feasible to match all COM files since there must be at least
17236 # match most *.tfm files generated by METAFONT or afm2tfm.
17978 # FIXME: The first match has been made a search, so that it can skip
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c95361 int match;
95372 match = 4;
95374 match = 1;
95379 match += 2; /* Exact encoding match */
95381 match += 1; /* Both are UTF16, but with different byte orders */
95384 return match;

Completed in 403 milliseconds

12345678910