/PHP-8.1/tests/basic/ |
H A D | bug61000.phpt | 2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
|
/PHP-8.1/ext/zlib/ |
H A D | zlib_arginfo.h | 31 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 D | xml.c | 104 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 D | bug63882.phpt | 15 Fatal error: Nesting level too deep - recursive dependency? in %sbug63882.php on line 9
|
H A D | bug62814.phpt | 20 Fatal error: Access level to C::test() must be protected (as in class B) or weaker in %s on line 12
|
H A D | bug69467.phpt | 21 Fatal error: Access level to Foo::bad() must be public (as in class Baz) in %sbug69467.php on line …
|
H A D | magic_methods_008.phpt | 19 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 D | ob_get_status.phpt | 24 ["level"]=>
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gdft.c | 650 int level; local 655 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1)); 658 … level = ((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 D | gd_png.c | 445 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 D | constants_visibility_error_003.phpt | 15 Fatal error: Access level to B::publicConst must be public (as in class A) in %s on line 7
|
H A D | constants_visibility_error_004.phpt | 15 Fatal error: Access level to B::protectedConst must be protected (as in class A) or weaker in %s on…
|
H A D | property_override_public_private.phpt | 32 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
|
H A D | property_override_public_protected.phpt | 32 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
|
H A D | property_override_protectedStatic_privateStatic.phpt | 30 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 11
|
H A D | property_override_publicStatic_privateStatic.phpt | 30 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 D | idn_uts46_errors.phpt | 12 echo "=> PHP level errors", "\n"; 38 => PHP level errors
|
/PHP-8.1/ext/xml/tests/ |
H A D | bug26528.phpt | 21 ["level"]=>
|
H A D | bug30875.phpt | 28 ["level"]=>
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | bug77395.phpt | 5 function error_handle($level, $message, $file = '', $line = 0){
|
/PHP-8.1/ext/spl/tests/ |
H A D | recursiveiteratoriterator_getsubiterator_variation_003.phpt | 2 SPL: RecursiveIteratorIterator::getSubIterator() with explicit level parameter
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | dce_012.phpt | 14 print "$levels level" . ($levels == C ? "" : "s") . "aaa";
|
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_cmsg_rights.phpt | 38 "level" => SOL_SOCKET, 57 if ($control["level"] == SOL_SOCKET &&
|
/PHP-8.1/ext/sodium/ |
H A D | README.md | 6 A simple, low-level PHP extension for
|
/PHP-8.1/ext/curl/tests/ |
H A D | curl_basic_007.phpt | 10 //In January 2008 , level 7.18.0 of the curl lib, many of the messages changed.
|