Home
last modified time | relevance | path

Searched refs:high (Results 26 – 50 of 69) sorted by relevance

123

/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation7.phpt30 Destiny flying high abov"
H A Dgzpassthru_basic.phpt25 Destiny flying high above
H A Dgzread_basic.phpt30 Destiny flying high above
H A Dgzgetc_basic.phpt35 Destiny flying high above
H A Dgzgets_basic.phpt36 string(26) "Destiny flying high above
H A Dgzgetc_basic_1.phpt36 Destiny flying high above
H A Dgzseek_basic.phpt38 string(10) " high abov"
H A Dgzseek_variation2.phpt38 string(10) " high abov"
H A Dgzseek_variation3.phpt38 string(10) " high abov"
H A Dzlib_scheme_copy_variation2.phpt14 Destiny flying high above
H A Dgzeof_basic.phpt44 Destiny flying high above
/PHP-5.5/ext/standard/tests/array/
H A Dbug41121.phpt21 // low > high
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation14.phpt2 Test gmdate() function : usage variation - Passing high positive and negetive float values to times…
H A Dgetdate_variation7.phpt2 Test getdate() function : usage variation - Passing high positive and negative float values to time…
H A Ddate_sunrise_variation9.phpt2 Test date_sunrise() function : usage variation - Passing high positive and negative float values t…
H A Ddate_sunset_variation9.phpt2 Test date_sunset() function : usage variation - Passing high positive and negative float values to …
/PHP-5.5/ext/pdo/tests/
H A Dbug_36798.phpt2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars)
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
/PHP-5.5/ext/standard/
H A Darray.c1621 unsigned char *low, *high; in PHP_FUNCTION() local
1669 double low, high, value; in PHP_FUNCTION() local
1675 high = Z_DVAL_P(zhigh); in PHP_FUNCTION()
1678 if (low > high) { /* Negative steps */ in PHP_FUNCTION()
1679 if (low - high < step || step <= 0) { in PHP_FUNCTION()
1688 if (high - low < step || step <= 0) { in PHP_FUNCTION()
1700 double low, high; in PHP_FUNCTION() local
1706 high = Z_DVAL_P(zhigh); in PHP_FUNCTION()
1709 if (low > high) { /* Negative steps */ in PHP_FUNCTION()
1714 for (; low >= high; low -= lstep) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c3226 *high = p - reg->dmin; in forward_search_range()
3247 UChar** low, UChar** high) in backward_search_range() argument
3330 *high = p - reg->dmin; in backward_search_range()
3331 *high = onigenc_get_right_adjust_char_head(reg->enc, adjrange, *high); in backward_search_range()
3336 (int )(*low - str), (int )(*high - str)); in backward_search_range()
3582 UChar *sch_range, *low, *high, *low_prev; in onig_search() local
3605 while (s <= high) { in onig_search()
3663 &low, &high) <= 0) in onig_search()
3666 if (s > high) in onig_search()
3667 s = high; in onig_search()
[all …]
/PHP-5.5/sapi/tux/
H A DREADME7 kernel and thus provides high-speed serving of static files.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
/PHP-5.5/ext/shmop/
H A DREADME9 offers high level features which are extremly bothersome for basic SHM
/PHP-5.5/ext/dba/
H A DREADME20 toolkit that provides high-performance built-in database support
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c67 …code_url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encod… in php_filter_encode_url() argument

Completed in 37 milliseconds

123