Home
last modified time | relevance | path

Searched refs:total (Results 26 – 48 of 48) sorted by relevance

12

/PHP-7.4/ext/standard/tests/file/
H A Ddisk_total_space_error.phpt15 * will return the total number of bytes on the corresponding
H A Ddisk_total_space_error-win32.phpt15 * will return the total number of bytes on the corresponding
H A Ddisk_total_space_variation.phpt10 * will return the total number of bytes on the corresponding
H A Dfread_variation3-win32-mb.phpt43 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation3-win32.phpt43 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation3.phpt43 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation1.phpt41 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation4.phpt37 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation2.phpt39 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c654 long total = 0; in compute_color() local
674 total += count; in compute_color()
686 if (total) in compute_color()
688 nim->red[icolor] = (int) ((c0total + (total >> 1)) / total); in compute_color()
689 nim->green[icolor] = (int) ((c1total + (total >> 1)) / total); in compute_color()
690 nim->blue[icolor] = (int) ((c2total + (total >> 1)) / total); in compute_color()
H A Dgdft.c307 int ch, total, trail; in gdTcl_UtfToUniChar() local
309 total = totalBytes[byte]; in gdTcl_UtfToUniChar()
310 trail = total - 1; in gdTcl_UtfToUniChar()
325 return total; in gdTcl_UtfToUniChar()
/PHP-7.4/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt63 ["total-processes"]=>
H A Dstatus.inc33 'total processes' => '\d+',
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt71 : 'A total of '.$i.' errors found.';
/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation8.phpt15 …* Note: arrays are sorted based on total count of elements inside it, when all the elements are ar…
H A Dasort_variation8.phpt15 …* Note: arrays are sorted based on total count of elements inside it, when all the elements are ar…
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1813 off_t total; in LSAPI_ReadReqBody_r() local
1818 total = pReq->m_reqBodyLen - pReq->m_reqBodyRead; in LSAPI_ReadReqBody_r()
1820 if ( total <= 0 ) in LSAPI_ReadReqBody_r()
1822 if ( total < (ssize_t)bufLen ) in LSAPI_ReadReqBody_r()
1823 bufLen = total; in LSAPI_ReadReqBody_r()
1825 total = 0; in LSAPI_ReadReqBody_r()
1833 total += len; in LSAPI_ReadReqBody_r()
1842 total += len; in LSAPI_ReadReqBody_r()
1848 if ( !total) in LSAPI_ReadReqBody_r()
1853 pReq->m_reqBodyRead += total; in LSAPI_ReadReqBody_r()
[all …]
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c205 chunk_ptr->total = shm_size; in PHP_FUNCTION()
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar310 … function renderSummary(Aggregator $agg, array $results, $istest = false, $total = 1, $covered = 1)
336 $output->writeElement('h3', 'Total lines: ' . $total . ', covered lines: ' . $covered);
338 if ($total > 0) {
339 $percent = round(($covered / $total) * 100);
1221 $total = $res[0];
1238 return array($covered, $total);
/PHP-7.4/Zend/
H A Dzend_alloc.c2100 uint32_t total = 0; local
2118 total += 1 + repeated;
2157 total += 1 + repeated;
2183 total += 1 + repeated;
2195 if (total) {
2196 zend_message_dispatcher(ZMSG_MEMORY_LEAKS_GRAND_TOTAL, &total);
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in156 ; total processes - the number of idle + active processes;
174 ; total processes: 15
269 ; - %{total}C for user + system CPU (default)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます9488 >0 lelong&0x3 0 total store ordering,
11568 >0x1e lequad x %lld total clusters,
17423 #>16 lelong x \b, total sectors %u
18861 # length of total files when unpacked only used when pack and unpack on the fly
18862 >116 ubelong !0 \b, total length %u
23004 # int16 hdrsize; // total size of header
25039 # 128 bit + total file size (64 bits) so 24 bytes
27639 # total length of the firmware. not always true
29056 # but sometimes total commander directory tree file "treeinfo.wc" with lines like
29446 # usTotalParts; The total number of WIM file parts in a spanned set
H A Dmagic9488 >0 lelong&0x3 0 total store ordering,
11568 >0x1e lequad x %lld total clusters,
17423 #>16 lelong x \b, total sectors %u
18861 # length of total files when unpacked only used when pack and unpack on the fly
18862 >116 ubelong !0 \b, total length %u
23004 # int16 hdrsize; // total size of header
25039 # 128 bit + total file size (64 bits) so 24 bytes
27639 # total length of the firmware. not always true
29056 # but sometimes total commander directory tree file "treeinfo.wc" with lines like
29446 # usTotalParts; The total number of WIM file parts in a spanned set

Completed in 258 milliseconds

12