Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_fopen_variation1.phpt25 Destiny flying high above
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 Dgzgetc_basic_1.phpt36 Destiny flying high above
H A Dgzgets_basic.phpt36 string(26) "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-7.4/ext/standard/tests/array/
H A Dbug41121.phpt21 // low > high
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
/PHP-7.4/ext/pdo/tests/
H A Dbug_36798.phpt2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars)
/PHP-7.4/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-7.4/ext/standard/
H A Darray.c2796 unsigned char low, high; local
2811 if (low > high) { /* Negative Steps */
2850 double low, high, element; local
2854 high = zval_get_double(zhigh);
2861 if (low > high) { /* Negative steps */
2862 if (low - high < step || step <= 0) {
2876 if (high - low < step || step <= 0) {
2895 zend_long low, high; local
2901 high = zval_get_long(zhigh);
2915 if ((zend_ulong)low - high < lstep) {
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
/PHP-7.4/TSRM/
H A Dtsrm_win32.c636 DWORD high = size >> 32; in shmget() local
639 DWORD high = 0; in shmget()
642 …shm_handle = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, high, low, key == IPC_P… in shmget()
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c64 …code_url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encod… in php_filter_encode_url() argument
/PHP-7.4/docs/
H A Dmailinglist-rules.md67 4. Do not high-jack threads, by bringing up entirely new topics. Please
/PHP-7.4/ext/standard/tests/strings/
H A Dbug54055.phpt2 Bug #54055: PHP crashes when executing strval when precision setting is very high
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c88 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument

Completed in 61 milliseconds

123