/php-src/ext/gd/tests/ |
H A D | avif_decode_encode.phpt | 32 echo 'Encoding AVIF at quality 70 with speed 5: '; 45 echo 'Encoding AVIF with illegal speed: '; 76 Encoding AVIF at quality 70 with speed 5: ok 79 Encoding AVIF with illegal speed: imageavif(): Argument #4 ($speed) must be between -1 and 10
|
/php-src/ext/gd/libgd/ |
H A D | gd_avif.c | 491 void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int speed) in gdImageAvifCtx() argument 521 speed = CLAMP(speed, AVIF_SPEED_SLOWEST, AVIF_SPEED_FASTEST); in gdImageAvifCtx() 588 encoder->speed = speed; in gdImageAvifCtx() 620 void gdImageAvifEx(gdImagePtr im, FILE *outFile, int quality, int speed) in gdImageAvifEx() argument 625 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifEx() 635 void * gdImageAvifPtrEx(gdImagePtr im, int *size, int quality, int speed) in gdImageAvifPtrEx() argument 644 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifPtrEx()
|
H A D | gd.h | 645 void gdImageAvifEx(gdImagePtr im, FILE *outfile, int quality, int speed); 647 void *gdImageAvifPtrEx(gdImagePtr im, int *size, int quality, int speed); 648 void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int speed);
|
/php-src/ext/opcache/tests/ |
H A D | bug66474.phpt | 13 $speed = 'slow' || 'fast';
|
/php-src/ext/standard/tests/strings/ |
H A D | metaphone.phpt | 20 "And then it was gone, flying back to Mordor with the speed of the wrath of Sauron; and behind it t…
|
/php-src/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 137 // Hopefully, this will speed up the test. 428 // Hopefully, this will speed up the test. 552 // Hopefully, this will speed up the test.
|
/php-src/Zend/ |
H A D | README.md | 37 method). As in most PHP applications raw execution speed isn't the limiting
|
/php-src/ext/gd/ |
H A D | gd.c | 1996 zend_long quality = -1, speed = -1; in PHP_FUNCTION() local 2001 …rameters(ZEND_NUM_ARGS(), "O|z!ll", &imgind, gd_image_ce, &to_zval, &quality, &speed) == FAILURE) { in PHP_FUNCTION() 2018 if (speed < -1 || speed > 10) { in PHP_FUNCTION() 2022 } else if (speed == -1) { in PHP_FUNCTION() 2023 speed = 6; in PHP_FUNCTION() 2026 gdImageAvifCtx(im, ctx, (int) quality, (int) speed); in PHP_FUNCTION()
|
H A D | gd.stub.php | 605 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {} argument
|
H A D | gd_arginfo.h | 217 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, speed, IS_LONG, 0, "-1")
|
/php-src/ |
H A D | README.md | 64 Build PHP. To speed up the build, specify the maximum number of jobs using `-j`:
|
/php-src/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 1421 * intermediate coverage_per_file table to speed things up at rendering
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 1669 # frame speed is multiple of 1/70s 6015 #>>24 byte x \b, song speed %u 8520 >8 byte 4 \b, max speed 13977 >8260 lelong x disk rotational speed %drps, 14037 >8260 belong x disk rotational speed %drps, 25556 # routable highways (length, direction, allowed speed,house address information)
|
H A D | magic | 1669 # frame speed is multiple of 1/70s 6015 #>>24 byte x \b, song speed %u 8520 >8 byte 4 \b, max speed 13977 >8260 lelong x disk rotational speed %drps, 14037 >8260 belong x disk rotational speed %drps, 25556 # routable highways (length, direction, allowed speed,house address information)
|