Home
last modified time | relevance | path

Searched refs:extraneous (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/standard/tests/image/
H A Dbug13213.phpt8 Warning: getimagesize(): Corrupt JPEG data: 2 extraneous bytes before marker in %s%ebug13213.php on…
H A Dbug72278.phpt10 Warning: getimagesize(): Corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on…
/PHP-8.0/ext/simplexml/tests/
H A Dbug76712.phpt2 BUg #76712 (Assignment of empty string creates extraneous text node)
/PHP-8.0/ext/standard/tests/mail/
H A Dbug54298.phpt2 Bug #54298 (Using empty additional_headers adding extraneous CRLF)
/PHP-8.0/ext/standard/
H A Dimage.c384 size_t extraneous = 0; in php_next_marker() local
390 extraneous++; in php_next_marker()
392 if (extraneous) { in php_next_marker()
393 …error_docref(NULL, E_WARNING, "Corrupt JPEG data: %zu extraneous bytes before marker", extraneous); in php_next_marker()

Completed in 12 milliseconds