Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 18 of 18) sorted by relevance

/PHP-5.3/ext/mysqli/tests/
H A D071.phpt26 /* TODO: find exact version */
53 /* TODO: find exact version */
H A Dmysqli_fetch_field_flags.phpt167 // TODO - check exact version!
175 // TODO - check exact version!
/PHP-5.3/ext/bcmath/libbcmath/
H A DFAQ17 calculate an exact number of digits after the decimal point regardless
/PHP-5.3/tests/
H A Dquicktester.inc50 case '===': // exact match
/PHP-5.3/ext/standard/tests/strings/
H A Dmoney_format_error.phpt17 // = We do not test for exact return-values, as those might be different between OS-versions =
H A Dmoney_format_basic1.phpt17 // = We do not test for exact return-values, as those might be different between OS-versions =
H A Dmoney_format_variation1.phpt17 // = We do not test for exact return-values, as those might be different between OS-versions =
H A Dmoney_format_variation2.phpt17 // = We do not test for exact return-values, as those might be different between OS-versions =
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregcomp.c2593 if (exact == 0) { in get_head_value_node()
2609 if (exact != 0 && in get_head_value_node()
4815 if (IS_NOT_NULL(reg->exact)) { in clear_optimize_info()
4816 xfree(reg->exact); in clear_optimize_info()
4817 reg->exact = (UChar* )NULL; in clear_optimize_info()
4938 if (reg->exact) { in print_optimize_info()
4978 if (IS_NOT_NULL(reg->exact)) xfree(reg->exact); in onig_free_body()
5089 if (from->exact) {
5090 reg->exact = (UChar* )xmalloc(from->exact_end - from->exact);
5092 reg->exact_end = reg->exact + (from->exact_end - from->exact);
[all …]
H A Dregexec.c3322 p = slow_search(reg->enc, reg->exact, reg->exact_end, p, end, range); in forward_search_range()
3326 reg->exact, reg->exact_end, p, end, range); in forward_search_range()
3330 p = bm_search(reg, reg->exact, reg->exact_end, p, end, range); in forward_search_range()
3334 p = bm_search_notrev(reg, reg->exact, reg->exact_end, p, end, range); in forward_search_range()
3441 p = slow_search_backward(reg->enc, reg->exact, reg->exact_end, in backward_search_range()
3447 reg->exact, reg->exact_end, in backward_search_range()
3457 r = set_bm_backward_skip(reg->exact, reg->exact_end, reg->enc, in backward_search_range()
3461 p = bm_search_backward(reg, reg->exact, reg->exact_end, range, adjrange, in backward_search_range()
H A Doniguruma.h771 unsigned char *exact; member
H A DHISTORY189 fix incomplete multibyte string in exact info.
/PHP-5.3/ext/spl/internal/
H A Drecursivearrayiterator.inc22 * builtin behavior uses reflection to return a new instance of the exact same
H A Drecursivefilteriterator.inc22 * builtin behavior uses reflection to return a new instance of the exact same
/PHP-5.3/ext/ereg/regex/
H A DWHATSNEW6 (The bug was essentially specific to this exact situation, else it would
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI159 ONIGENC_AMBIGUOUS_MATCH_NONE: exact
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt5854 are both omitted, the quantifier specifies an exact number of required
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c52275 u8 exact
52303 if( exact && nearby<=mxPage ){

Completed in 372 milliseconds