Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 76) sorted by relevance

1234

/php-src/ext/zlib/tests/
H A Dgzinflate-bug42663.phpt2 Bug #42663 (gzinflate() try to allocate all memory with truncated $data)
15 $truncated = substr($deflated, 0, 65535);
16 var_dump(strlen($truncated));
17 // inflate $truncated string (check if it will not eat all memory)
18 var_dump(gzinflate($truncated));
/php-src/ext/phar/tests/
H A D006.phpt2 Phar::mapPhar truncated manifest (manifest length truncated)
14 internal corruption of phar "%s" (truncated manifest at manifest length)
H A D005.phpt2 Phar::mapPhar truncated manifest (none)
14 internal corruption of phar "%s" (truncated manifest at manifest length)
H A D002.phpt2 Phar::mapPhar truncated manifest/improper params
21 internal corruption of phar "%s002.php" (truncated manifest at manifest length)
H A D008.phpt2 Phar::mapPhar truncated manifest (not enough for manifest length)
21 internal corruption of phar "%s" (truncated manifest header)
H A Dbug69324.phpt16 internal corruption of phar "%s" (truncated manifest entry)
H A Dwebphar_compilefail.phpt17 internal corruption of phar "%swebphar_compilefail.php" (truncated manifest at manifest length)
H A Dbug73764.phpt16 internal corruption of phar "%sbug73764.phar" (truncated manifest entry)
H A Dbug73768.phpt16 internal corruption of phar "%sbug73768.phar" (truncated manifest header)
H A Dbug77143.phpt18 internal corruption of phar "%sbug77143.phar" (truncated manifest header)
/php-src/ext/phar/tests/tar/
H A Dtruncated.phpt2 Phar: truncated tar
15 phar error: "%strunc.tar" is a corrupted tar file (truncated)
H A Dtar_001.phpt27 … open stream: phar error: "%star_001.phar.tar" is a corrupted tar file (truncated) in %star_001.ph…
28 phar error: "%star_001.phar.tar" is a corrupted tar file (truncated)
H A Dtar_002.phpt30 … open stream: phar error: "%star_002.phar.tar" is a corrupted tar file (truncated) in %star_002.ph…
31 phar error: "%star_002.phar.tar" is a corrupted tar file (truncated)
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc196 function testTruncatedChars($truncated, $fromEncoding, $toEncoding, $replacement) {
197 $truncatedChars = array_keys($truncated);
210 function findInvalidChars($valid, &$invalid, &$truncated, $startBytes = array()) {
212 $truncated = array();
220 $varLength = function($prefix) use($valid, $prefixes, &$invalid, &$truncated, &$varLength) {
225 $truncated[$str] = true;
239 $truncated[$prefix] = true;
246 $truncated[$prefix] = true;
259 $truncated[$str] = true;
274 findInvalidChars($toUnicode, $invalid, $truncated, $startBytes);
[all …]
H A Darmscii8_encoding.phpt18 findInvalidChars($toUnicode, $invalid, $truncated);
24 testTruncatedChars($truncated, 'ARMSCII-8', 'UTF-16BE', "\x00%");
H A Dbig5_encoding.phpt26 findInvalidChars($toUnicode, $invalid, $truncated);
29 testTruncatedChars($truncated, 'BIG5', 'UTF-16BE', "\x00%");
H A Deuc_tw_encoding.phpt18 findInvalidChars($toUnicode, $invalid, $truncated);
22 testTruncatedChars($truncated, 'EUC-TW', 'UTF-16BE', "\x00%");
/php-src/ext/xml/tests/
H A Dbug65236.phpt12 Warning: xml_parse_into_struct(): Maximum depth exceeded - Results truncated in %s on line %d
/php-src/Zend/tests/
H A Dbug46665.phpt2 Bug #46665 (Triggering autoload with a variable classname causes truncated autoload param)
/php-src/ext/gd/tests/
H A Dimagefilter_error13.phpt12 var_dump(imagefilter($image, IMG_FILTER_COLORIZE, 800, 255, 255)); // Wrong value is truncated to 2…
H A Dlibgd00086.phpt16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
/php-src/ext/phar/tests/zip/
H A Dcorrupt_003.phpt2 Phar: corrupted zip (truncated file comment)
H A Dcorrupt_007.phpt2 Phar: corrupted zip (truncated filename record)
/php-src/ext/json/tests/
H A Dbug47644.phpt2 Bug #47644 (valid large integers are truncated)
/php-src/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt100 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
103 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …
106 Warning: mysqli::commit(): Transaction name has been truncated, since it can only contain the A-Z, …

Completed in 42 milliseconds

1234