Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 57) sorted by last modified time

123

/PHP-7.4/
H A DNEWS2788 . Added hrtime() function, to get high resolution time. (welting)
H A Dconfigure.ac1507 dnl Selectively disable optimization due to high RAM usage during compiling the
H A Dphp.ini-development288 ; structures. Setting the depth limit too high may result in stack overflows
1036 ; Please note that if you set this value to a high number you may consume all
1414 ; For high volume production servers, using a value of 1000 is a more efficient approach.
H A Dphp.ini-production288 ; structures. Setting the depth limit too high may result in stack overflows
1036 ; Please note that if you set this value to a high number you may consume all
1414 ; For high volume production servers, using a value of 1000 is a more efficient approach.
/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 …]
H A Dflock_compat.c119 DWORD low = 0xFFFFFFFF, high = 0xFFFFFFFF;
129 UnlockFileEx(hdl, 0, low, high, &offset);
134 0, low, high, &offset))
139 0, low, high, &offset))
H A Dbasic_functions.c342 ZEND_ARG_INFO(0, high)
/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/gd/libgd/
H A Dgd_interpolation.c88 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
/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/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/ext/zlib/tests/
H A Dreadgzfile_variation9.phpt28 Destiny flying high above
35 Destiny flying high above
42 Destiny flying high above
49 Destiny flying high above
H A Dzlib_scheme_copy_variation2.phpt14 Destiny flying high above
H A Dzlib_scheme_file_basic.phpt23 string(26) "Destiny flying high above
H A Dzlib_scheme_file_get_contents_basic.phpt19 Destiny flying high above
H A Dzlib_scheme_file_read_file_basic.phpt18 Destiny flying high above
H A Dzlib_scheme_fopen_basic.phpt20 Destiny flying high above
H A Dzlib_scheme_fopen_variation1.phpt25 Destiny flying high above
H A D004-mb.phpt31 string(26) "Destiny flying high above
51 string(26) "Destiny flying high above
H A D004.phpt31 string(26) "Destiny flying high above
51 string(26) "Destiny flying high above
H A Dgzeof_basic.phpt44 Destiny flying high above
H A Dgzfile_variation11.phpt35 string(26) "Destiny flying high above
55 string(26) "Destiny flying high above
75 string(26) "Destiny flying high above
95 string(26) "Destiny flying high above
115 string(26) "Destiny flying high above
H A Dgzfile_variation12.phpt33 string(26) "Destiny flying high above
53 string(26) "Destiny flying high above
73 string(26) "Destiny flying high above
93 string(26) "Destiny flying high above
H A Dgzfile_variation9.phpt32 string(26) "Destiny flying high above
52 string(26) "Destiny flying high above
72 string(26) "Destiny flying high above
92 string(26) "Destiny flying high above
H A Dgzgetc_basic.phpt35 Destiny flying high above

Completed in 142 milliseconds

123