Home
last modified time | relevance | path

Searched refs:line_length (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/standard/tests/file/
H A Duserstreams.phpt237 foreach($line_lengths as $line_length) {
248 $rline = fgets($tf, $line_length);
254 $uline = fgets($fp, $line_length);
257 printf("\n--[%d] whence=%s offset=%d line_length=%d position_should_be=%d --\n",
258 $j, $whence_names[$whence], $offset, $line_length, $position);
/PHP-7.0/
H A Drun-tests.php2621 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2631 echo str_repeat(" ", $line_length), "\r";
2637 global $html_output, $html_file, $line_length, $SHOW_ONLY_GROUPS;
2647 echo str_repeat(" ", $line_length), "\r";
2654 global $line_length;
2657 $line_length = strlen($str);
2664 global $html_output, $html_file, $temp_target, $temp_urlbase, $line_length, $SHOW_ONLY_GROUPS;
2670 echo str_repeat(" ", $line_length), "\r";
/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c889 static inline LineContribType * _gdContributionsAlloc(unsigned int line_length, unsigned int window… in _gdContributionsAlloc() argument
900 res->LineLength = line_length; in _gdContributionsAlloc()
901 if (overflow2(line_length, sizeof(ContributionType))) { in _gdContributionsAlloc()
905 res->ContribRow = (ContributionType *) gdMalloc(line_length * sizeof(ContributionType)); in _gdContributionsAlloc()
910 for (u = 0 ; u < line_length ; u++) { in _gdContributionsAlloc()

Completed in 32 milliseconds