Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/file/
H A Duserstreams.phpt239 foreach($line_lengths as $line_length) {
250 $rline = fgets($tf, $line_length);
256 $uline = fgets($fp, $line_length);
259 printf("\n--[%d] whence=%s offset=%d line_length=%d position_should_be=%d --\n",
260 $j, $whence_names[$whence], $offset, $line_length, $position);
/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c823 static inline LineContribType * _gdContributionsAlloc(unsigned int line_length, unsigned int window… in _gdContributionsAlloc() argument
839 res->LineLength = line_length; in _gdContributionsAlloc()
840 if (overflow2(line_length, sizeof(ContributionType))) { in _gdContributionsAlloc()
844 res->ContribRow = (ContributionType *) gdMalloc(line_length * sizeof(ContributionType)); in _gdContributionsAlloc()
849 for (u = 0 ; u < line_length ; u++) { in _gdContributionsAlloc()
/PHP-8.0/
H A Drun-tests.php3334 global $line_length;
3337 $line_length = strlen($str);
3344 global $line_length;
3350 echo str_repeat(" ", $line_length), "\r";

Completed in 43 milliseconds