Searched refs:exact (Results 1 – 18 of 18) sorted by relevance
/PHP-5.3/ext/mysqli/tests/ |
H A D | 071.phpt | 26 /* TODO: find exact version */ 53 /* TODO: find exact version */
|
H A D | mysqli_fetch_field_flags.phpt | 167 // TODO - check exact version! 175 // TODO - check exact version!
|
/PHP-5.3/ext/bcmath/libbcmath/ |
H A D | FAQ | 17 calculate an exact number of digits after the decimal point regardless
|
/PHP-5.3/tests/ |
H A D | quicktester.inc | 50 case '===': // exact match
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | money_format_error.phpt | 17 // = We do not test for exact return-values, as those might be different between OS-versions =
|
H A D | money_format_basic1.phpt | 17 // = We do not test for exact return-values, as those might be different between OS-versions =
|
H A D | money_format_variation1.phpt | 17 // = We do not test for exact return-values, as those might be different between OS-versions =
|
H A D | money_format_variation2.phpt | 17 // = We do not test for exact return-values, as those might be different between OS-versions =
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 2593 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 D | regexec.c | 3322 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 D | oniguruma.h | 771 unsigned char *exact; member
|
H A D | HISTORY | 189 fix incomplete multibyte string in exact info.
|
/PHP-5.3/ext/spl/internal/ |
H A D | recursivearrayiterator.inc | 22 * builtin behavior uses reflection to return a new instance of the exact same
|
H A D | recursivefilteriterator.inc | 22 * builtin behavior uses reflection to return a new instance of the exact same
|
/PHP-5.3/ext/ereg/regex/ |
H A D | WHATSNEW | 6 (The bug was essentially specific to this exact situation, else it would
|
/PHP-5.3/ext/mbstring/oniguruma/doc/ |
H A D | API | 159 ONIGENC_AMBIGUOUS_MATCH_NONE: exact
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 5854 are both omitted, the quantifier specifies an exact number of required
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 52275 u8 exact 52303 if( exact && nearby<=mxPage ){
|
Completed in 444 milliseconds