Home
last modified time | relevance | path

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

123456789

/PHP-8.1/tests/basic/
H A Dbug61000.phpt2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
/PHP-8.1/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.1/ext/xml/
H A Dxml.c104 int level; local
635 parser->level++; in _xml_startElementHandler()
663 if (parser->level <= XML_MAXLEVEL) { in _xml_startElementHandler()
674 add_assoc_long(&tag, "level", parser->level); in _xml_startElementHandler()
703 } else if (parser->level == (XML_MAXLEVEL + 1)) { in _xml_startElementHandler()
743 add_assoc_long(&tag, "level", parser->level); in _xml_endElementHandler()
754 efree(parser->ltags[parser->level-1]); in _xml_endElementHandler()
757 parser->level--; in _xml_endElementHandler()
838 if (parser->level <= XML_MAXLEVEL && parser->level > 0 && (doprint || (! parser->skipwhite))) { in _xml_characterDataHandler()
846 add_assoc_long(&tag, "level", parser->level); in _xml_characterDataHandler()
[all …]
/PHP-8.1/Zend/tests/
H A Dbug63882.phpt15 Fatal error: Nesting level too deep - recursive dependency? in %sbug63882.php on line 9
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.1/tests/output/
H A Dob_get_status.phpt24 ["level"]=>
/PHP-8.1/ext/gd/libgd/
H A Dgdft.c650 int level; local
655 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
658level = ((bitmap.buffer[(col>>3)+pcr]) & (1<<(~col&0x07))) ? gdAlphaTransparent : gdAlphaOpaque;
662 if (level == 0) /* if background */
670 level = level * (gdAlphaMax - gdTrueColorGetAlpha(fg)) / gdAlphaMax;
672 level = gdAlphaMax - level;
682 if (level < (gdAlphaMax / 2)) {
690 (level << 24) + (fg & 0xFFFFFF));
692 *tpixel = (level << 24) + (fg & 0xFFFFFF);
695 *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.1/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
H A Dproperty_override_protectedStatic_privateStatic.phpt30 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 11
H A Dproperty_override_publicStatic_privateStatic.phpt30 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
/PHP-8.1/ext/intl/tests/
H A Didn_uts46_errors.phpt12 echo "=> PHP level errors", "\n";
38 => PHP level errors
/PHP-8.1/ext/xml/tests/
H A Dbug26528.phpt21 ["level"]=>
H A Dbug30875.phpt28 ["level"]=>
/PHP-8.1/ext/standard/tests/array/
H A Dbug77395.phpt5 function error_handle($level, $message, $file = '', $line = 0){
/PHP-8.1/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation_003.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() with explicit level parameter
/PHP-8.1/ext/opcache/tests/opt/
H A Ddce_012.phpt14 print "$levels level" . ($levels == C ? "" : "s") . "aaa";
/PHP-8.1/ext/sockets/tests/
H A Dsocket_cmsg_rights.phpt38 "level" => SOL_SOCKET,
57 if ($control["level"] == SOL_SOCKET &&
/PHP-8.1/ext/sodium/
H A DREADME.md6 A simple, low-level PHP extension for
/PHP-8.1/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.

Completed in 38 milliseconds

123456789