Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.0/ext/standard/tests/array/
H A Drange_variation.phpt30 *** Testing range() with various low and high values ***
71 -- creating an array with low = 'ABCD' and high = '' --
375 -- creating an array with low = '' and high = '' --
381 -- creating an array with low = '' and high = '' --
387 -- creating an array with low = '' and high = '' --
441 -- creating an array with low = '' and high = '' --
447 -- creating an array with low = '' and high = '' --
453 -- creating an array with low = '' and high = '' --
507 -- creating an array with low = '' and high = '' --
513 -- creating an array with low = '' and high = '' --
[all …]
H A Drange_errors.phpt10 echo "\n-- Testing ( (low < high) && (step = 0) ) --\n";
36 echo "\n\n-- Testing ( (low < high) && (high-low < step) ) --\n";
43 echo "\n\n-- Testing ( (low > high) && (low-high < step) ) --\n";
50 echo "\n\n-- Testing ( (low < high) && (high-low < step) ) for characters --\n";
57 echo "\n\n-- Testing ( (low > high) && (low-high < step) ) for characters --\n";
97 -- Testing ( (low < high) && (step = 0) ) --
102 -- Testing ( (low > high) && (step = 0) ) --
107 -- Testing ( (low < high) && (high-low < step) ) --
111 -- Testing ( (low > high) && (low-high < step) ) --
115 -- Testing ( (low < high) && (high-low < step) ) for characters --
[all …]
H A Drange.phpt11 echo "-- An array of elements from low to high --\n";
13 echo "\n-- An array of elements from high to low --\n";
17 echo "-- An array of elements from low to high --\n";
19 echo "\n-- An array of elements from high to low --\n";
23 echo "-- An array of elements from low to high --\n";
55 -- An array of elements from low to high --
79 -- An array of elements from high to low --
104 -- An array of elements from low to high --
128 -- An array of elements from high to low --
153 -- An array of elements from low to high --
[all …]
H A Dbug41121.phpt21 // low > high
/PHP-8.0/ext/intl/tests/
H A Dbug74230.phpt9 $low = "\xED\xBD\xA2"; // codepoint DF62
10 $pair = $high.$low;
13 @\iconv('UTF-8', 'UTF-8', $low) === false,
/PHP-8.0/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c38 temp0 = (low); \
82 low = temp0; \
93 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero() local
104 low = laneAsBytes[0] in KeccakP1600_SetBytesInLaneToZero()
129 UINT32 low, high; in KeccakP1600_AddByte() local
138 low = 0; in KeccakP1600_AddByte()
149 UINT32 low, high; in KeccakP1600_AddBytesInLane() local
183 UINT32 low; in KeccakP1600_AddLanes() local
239 UINT32 low; in KeccakP1600_OverwriteLanes() local
327 UINT32 low; in KeccakP1600_ExtractLanes() local
[all …]
/PHP-8.0/ext/standard/
H A Dflock_compat.c106 DWORD low = 0xFFFFFFFF, high = 0xFFFFFFFF;
116 UnlockFileEx(hdl, 0, low, high, &offset);
121 0, low, high, &offset))
126 0, low, high, &offset))
H A Darray.c2749 unsigned char low, high; local
2773 for (; low >= high; low -= (unsigned int)lstep) {
2789 for (; low <= high; low += (unsigned int)lstep) {
2799 ZVAL_CHAR(&tmp, low);
2803 double low, high, element; local
2806 low = zval_get_double(zlow);
2823 for (i = 0, element = low; i < size && element >= high; ++i, element = low - (i * step)) {
2844 ZVAL_DOUBLE(&tmp, low);
2848 zend_long low, high; local
2853 low = zval_get_long(zlow);
[all …]
/PHP-8.0/ext/gd/libgd/
H A Dgd_io.c100 int high = 0, low = 0; in gdGetWordLSB() local
101 low = (ctx->getC) (ctx); in gdGetWordLSB()
102 if (low == EOF) { in gdGetWordLSB()
112 *result = (high << 8) | low; in gdGetWordLSB()
H A Dgd_interpolation.c88 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
/PHP-8.0/Zend/tests/
H A Ddval_to_lval_64.phpt2 zend_dval_to_lval preserves low bits (64 bit long)
H A Ddval_to_lval_32.phpt2 zend_dval_to_lval preserves low bits (32 bit long)
/PHP-8.0/ext/sodium/
H A DREADME.md6 A simple, low-level PHP extension for
/PHP-8.0/sapi/fpm/tests/
H A Dlog-bwd-limit-64-too-low-error.phpt2 FPM: Buffered worker output decorated log with limit 64 fails because it is too low
/PHP-8.0/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt25 $utf16be_char_bad = pack("H*", "dc00dc00"); /* this char is illegal because it starts from low surr…
26 $utf16le_char_bad = pack("H*", "00dc00dc"); /* this char is illegal because it starts from low surr…
/PHP-8.0/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt44 'the number of rounds is too low',
H A Dcrypt_sha256.phpt44 'the number of rounds is too low',
/PHP-8.0/ext/phar/tests/
H A Dphar_metadata_write3.phpt48 echo "Calling getMetadata with too low max_depth\n";
80 Calling getMetadata with too low max_depth
/PHP-8.0/ext/opcache/jit/
H A DREADME.md20 but does assume good, and very low-level development knowledge of target
/PHP-8.0/ext/odbc/tests/
H A Dbug60616.phpt20 ini_set("odbc.defaultlrl", 4); // Set artificially low
/PHP-8.0/TSRM/
H A Dtsrm_win32.c635 DWORD low = (DWORD)size; in shmget() local
638 DWORD low = size; in shmget()
640 …shm_handle = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, high, low, key == IPC_P… in shmget()
/PHP-8.0/ext/fileinfo/
H A Dmagicdata.patch21 # skip arches.3200 , Finder.Root , Slp.1 by looking for low pixel depth 1 8 15 16 24 32
/PHP-8.0/ext/filter/
H A Dsanitizing_filters.c62 …url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encode_nul) in php_filter_encode_url() argument
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2717 # there were many low-quality sigs, i.e. easy to trigger false positives.
2793 # skip keyword with low entropy
6136 # element range low,high x y z like xlow=0 08010000h 01080000h
13376 # skip ISO 9660 CD-ROM ./filesystem by looking for low positive face size
16972 # skip old Emacs RMAIL BABYL ./mail.news by checking for low header size
18800 # skip ASCII text starting with DSDT by looking for valid "low" revision
20025 # yes, this is separate from the low-order magic number bit
21088 # skip ASCII text by checking for low header length
21848 # The low-order word is MINIDUMP_VERSION 0xA793
26577 # skip BUISSON.13 GUITAR1 by looking for low version number
[all …]
H A Dmagic2717 # there were many low-quality sigs, i.e. easy to trigger false positives.
2793 # skip keyword with low entropy
6136 # element range low,high x y z like xlow=0 08010000h 01080000h
13376 # skip ISO 9660 CD-ROM ./filesystem by looking for low positive face size
16972 # skip old Emacs RMAIL BABYL ./mail.news by checking for low header size
18800 # skip ASCII text starting with DSDT by looking for valid "low" revision
20025 # yes, this is separate from the low-order magic number bit
21088 # skip ASCII text by checking for low header length
21848 # The low-order word is MINIDUMP_VERSION 0xA793
26577 # skip BUISSON.13 GUITAR1 by looking for low version number
[all …]

Completed in 199 milliseconds

12