Home
last modified time | relevance | path

Searched refs:level (Results 76 – 100 of 211) sorted by relevance

123456789

/PHP-8.2/ext/gd/libgd/
H A Dgdft.c660 int level; local
665 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
668level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
672 if (level == 0) /* if background */
680 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax;
682 level = gdAlphaMax - level;
692 if (level < (gdAlphaMax / 2)) {
700 (level << 24) + (fg & 0xFFFFFF));
702 *tpixel = (level << 24) + (fg & 0xFFFFFF);
705 *tpixel = (level << 24) + (fg & 0xFFFFFF);
H A Dgd_png.c445 void gdImagePngEx (gdImagePtr im, FILE * outFile, int level, int basefilter) in gdImagePngEx() argument
448 gdImagePngCtxEx(im, out, level, basefilter); in gdImagePngEx()
470 void * gdImagePngPtrEx (gdImagePtr im, int *size, int level, int basefilter) in gdImagePngPtrEx() argument
474 gdImagePngCtxEx(im, out, level, basefilter); in gdImagePngPtrEx()
489 void gdImagePngCtxEx (gdImagePtr im, gdIOCtx * outfile, int level, int basefilter) in gdImagePngCtxEx() argument
545 if (level != -1 && (level < 0 || level > 9)) { in gdImagePngCtxEx()
549 png_set_compression_level(png_ptr, level); in gdImagePngCtxEx()
/PHP-8.2/Zend/tests/
H A Diface_constant_visibility_variance.phpt14 Fatal error: Access level to C::FOO must be public (as in interface I) in %s on line %d
H A Dbug62814.phpt20 Fatal error: Access level to C::test() must be protected (as in class B) or weaker in %s on line 12
H A Dbug69467.phpt21 Fatal error: Access level to Foo::bad() must be public (as in class Baz) in %sbug69467.php on line …
H A Dmagic_methods_008.phpt19 Fatal error: Access level to a::__set() must be public (as in class b) in %s on line 8
/PHP-8.2/ext/intl/tests/
H A Didn_uts46_errors.phpt13 echo "=> PHP level errors", "\n";
39 => PHP level errors
H A Dspoofchecker_007.phpt2 spoofchecker with restriction level
/PHP-8.2/tests/classes/
H A Dconstants_visibility_error_003.phpt15 Fatal error: Access level to B::publicConst must be public (as in class A) in %s on line 7
H A Dconstants_visibility_error_004.phpt15 Fatal error: Access level to B::protectedConst must be protected (as in class A) or weaker in %s on…
H A Dproperty_override_public_private.phpt32 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
H A Dproperty_override_public_protected.phpt32 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
/PHP-8.2/ext/sockets/
H A Dsockets.c1566 zend_long level, optname; local
1575 if (level == IPPROTO_IP) {
1594 else if (level == IPPROTO_IPV6) {
1604 if (level == IPPROTO_TCP) {
1624 if (level == SOL_SOCKET) {
1718 if (level == SOL_FILTER) {
1770 zend_long level, optname; local
1793 if (level == IPPROTO_IP) {
1799 else if (level == IPPROTO_IPV6) {
1808 if (level == IPPROTO_TCP) {
[all …]
/PHP-8.2/ext/xml/tests/
H A Dbug26528.phpt21 ["level"]=>
H A Dbug30875.phpt28 ["level"]=>
/PHP-8.2/Zend/Optimizer/
H A Dzend_cfg.c260 block->level = -1; in initialize_block()
682 blocks[0].level = 0; in zend_cfg_compute_dominators_tree()
748 int idom = blocks[j].idom, level = 0; in zend_cfg_compute_dominators_tree() local
753 level++; in zend_cfg_compute_dominators_tree()
754 if (blocks[idom].level >= 0) { in zend_cfg_compute_dominators_tree()
755 level += blocks[idom].level; in zend_cfg_compute_dominators_tree()
761 blocks[j].level = level; in zend_cfg_compute_dominators_tree()
770 while (blocks[b].level > blocks[a].level) { in dominates()
/PHP-8.2/ext/standard/tests/array/
H A Dbug77395.phpt5 function error_handle($level, $message, $file = '', $line = 0){
/PHP-8.2/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt18 ["level"]=>
/PHP-8.2/ext/sockets/tests/
H A Dsocket_cmsg_rights.phpt39 "level" => SOL_SOCKET,
58 if ($control["level"] == SOL_SOCKET &&
/PHP-8.2/ext/opcache/tests/opt/
H A Ddce_012.phpt14 print "$levels level" . ($levels == C ? "" : "s") . "aaa";
/PHP-8.2/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation_003.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() with explicit level parameter
/PHP-8.2/ext/zlib/
H A Dzlib_arginfo.h31 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, level, IS_LONG, 0, "-1")
41 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, level, IS_LONG, 0, "-1")
47 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, level, IS_LONG, 0, "-1")
53 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, level, IS_LONG, 0, "-1")
/PHP-8.2/ext/curl/tests/
H A Dcurl_basic_007.phpt10 //In January 2008 , level 7.18.0 of the curl lib, many of the messages changed.
/PHP-8.2/ext/sodium/
H A DREADME.md6 A simple, low-level PHP extension for
/PHP-8.2/ext/openssl/tests/
H A Dstream_security_level.phpt15 // Security level 2 refuses certs signed by keys with length of less than 2048 bits
26 // Make sure the server side starts up successfully if the default security level is

Completed in 58 milliseconds

123456789