/PHP-8.3/ext/gd/tests/ |
H A D | avif_decode_encode.phpt | 32 echo 'Encoding AVIF at quality 70 with speed 5: '; 41 echo 'Encoding AVIF with illegal speed: '; 67 Encoding AVIF at quality 70 with speed 5: ok 70 Encoding AVIF with illegal speed: ok
|
/PHP-8.3/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-8.3/ext/pspell/ |
H A D | pspell.c | 182 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local 239 speed = mode & PSPELL_SPEED_MASK_INTERNAL; in PHP_FUNCTION() 242 if (speed == PSPELL_FAST) { in PHP_FUNCTION() 244 } else if (speed == PSPELL_NORMAL) { in PHP_FUNCTION() 246 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION() 275 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local 340 speed = mode & PSPELL_SPEED_MASK_INTERNAL; in PHP_FUNCTION() 343 if (speed == PSPELL_FAST) { in PHP_FUNCTION() 345 } else if (speed == PSPELL_NORMAL) { in PHP_FUNCTION() 347 } else if (speed == PSPELL_BAD_SPELLERS) { in PHP_FUNCTION()
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug66474.phpt | 13 $speed = 'slow' || 'fast';
|
/PHP-8.3/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-8.3/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-8.3/Zend/ |
H A D | README.md | 37 method). As in most PHP applications raw execution speed isn't the limiting
|
/PHP-8.3/ |
H A D | README.md | 65 Build PHP. To speed up the build, specify the maximum number of jobs using `-j`:
|
/PHP-8.3/ext/opcache/jit/ |
H A D | README.md | 21 assembler languages. In the past we tried LLVM, but its code generation speed
|
/PHP-8.3/ext/gd/ |
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.c | 4090 zend_long quality = -1, basefilter = -1, speed = -1; in _php_image_output_ctx() local 4104 …rameters(ZEND_NUM_ARGS(), "O|z!ll", &imgind, gd_image_ce, &to_zval, &quality, &speed) == FAILURE) { in _php_image_output_ctx() 4140 if (speed == -1) { in _php_image_output_ctx() 4141 speed = 6; in _php_image_output_ctx() 4143 gdImageAvifCtx(im, ctx, (int) quality, (int) speed); in _php_image_output_ctx()
|
H A D | gd_arginfo.h | 219 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, speed, IS_LONG, 0, "-1")
|
/PHP-8.3/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 1421 * intermediate coverage_per_file table to speed things up at rendering
|
/PHP-8.3/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)
|