Home
last modified time | relevance | path

Searched refs:corrupted (Results 1 – 25 of 52) sorted by path

123

/PHP-7.4/
H A DUPGRADING120 supported and resulted in corrupted reflection objects. It has been
/PHP-7.4/Zend/tests/
H A Dbug60598.phpt26 // You probably won't see this because of the "zend_mm_heap corrupted"
H A Dbug63305.phpt2 Bug #63305 (zend_mm_heap corrupted with traits)
/PHP-7.4/ext/dba/tests/
H A Dbug38698.phpt2 Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db)
/PHP-7.4/ext/exif/tests/
H A Dbug50845.phpt2 Bug #50845 (exif_read_data() returns corrupted exif headers)
H A Dbug68113-mb.phpt13 Warning: exif_thumbnail(bug68113私はガラスを食べられます.jpg): File structure corrupted in %s%ebug68113-mb.php …
H A Dbug68113.phpt13 Warning: exif_thumbnail(bug68113.jpg): File structure corrupted in %s%ebug68113.php on line 2
H A Dbug72094.phpt28 Warning: exif_read_data(bug72094_1.jpg): File structure corrupted in %s%ebug72094.php on line %d
34 Warning: exif_read_data(bug72094_2.jpg): File structure corrupted in %s%ebug72094.php on line %d
52 Warning: exif_read_data(bug72094_3.jpg): File structure corrupted in %s%ebug72094.php on line %d
58 Warning: exif_read_data(bug72094_4.jpg): File structure corrupted in %s%ebug72094.php on line %d
H A Dbug76164.phpt2 Bug #76164 (exif_read_data zend_mm_heap corrupted)
H A Dbug76423.phpt15 Warning: exif_read_data(%s.jpg): File structure corrupted in %s on line %d
H A Dbug77563.phpt15 Warning: exif_thumbnail(bug77563.jpg): File structure corrupted in %s%ebug77563.php on line %d
H A Dbug79282.phpt12 Warning: exif_read_data(): File structure corrupted in %s on line %d
H A Dtag_with_illegal_zero_components.phpt18 Warning: exif_read_data(tag_with_illegal_zero_components.jpeg): File structure corrupted in %s on l…
/PHP-7.4/ext/exif/tests/bug77564/
H A Dbug77564.phpt14 Warning: exif_read_data(bug77564.jpg): File structure corrupted in %sbug77564.php on line %d
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic15841 #0 string \x07\x1f BIOS Logo corrupted?
H A Dmagic私はガラスを食べられます15841 #0 string \x07\x1f BIOS Logo corrupted?
/PHP-7.4/ext/gd/tests/
H A Dbug73159.phpt2 Bug #73159 (imagegd2(): unrecognized formats may result in corrupted files)
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1318 if (!persistent_script->corrupted) { in zend_accel_invalidate()
1319 persistent_script->corrupted = 1; in zend_accel_invalidate()
1470 if (!existing_persistent_script->corrupted) { in cache_script_in_shared_memory()
2006 if (key && !persistent_script->corrupted) { in persistent_compile_file()
2024 if (persistent_script && persistent_script->corrupted) { in persistent_compile_file()
2065 if (!persistent_script->corrupted) { in persistent_compile_file()
2066 persistent_script->corrupted = 1; in persistent_compile_file()
2090 if (!persistent_script->corrupted) { in persistent_compile_file()
2091 persistent_script->corrupted = 1; in persistent_compile_file()
2283 if (!persistent_script->corrupted) { in persistent_zend_resolve_path()
[all …]
H A DZendAccelerator.h117 zend_bool corrupted; member
H A Dzend_accelerator_module.c340 if (persistent_script && !persistent_script->corrupted) {
H A Dzend_file_cache.c135 if (EXPECTED(script->corrupted)) { \
146 (ptr) = (void*)zend_file_cache_unserialize_interned((zend_string*)(ptr), !script->corrupted); \
151 if (EXPECTED(!script->corrupted)) { \
932 script->corrupted = 1; /* used to check if script restored to SHM or process memory */
936 script->corrupted = 0;
1141 if (script->corrupted) {
1633 if (!script->corrupted) {
1672 script->corrupted = !cache_it; /* used to check if script restored to SHM or process memory */
1691 script->corrupted = 0;
H A Dzend_persist.c92 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
102 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
547 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array()
712 && !ZCG(current_persistent_script)->corrupted) { in zend_persist_class_entry()
1061 script->corrupted = 0; in zend_accel_script_persist()
1066 script->corrupted = 1; in zend_accel_script_persist()
1096 script->corrupted = 0; in zend_accel_script_persist()
H A Dzend_persist_calc.c44 if (ZCG(current_persistent_script)->corrupted) { \
266 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
367 !ZCG(current_persistent_script)->corrupted; in zend_persist_class_entry_calc()
509 new_persistent_script->corrupted = 0; in zend_accel_script_persist_calc()
514 new_persistent_script->corrupted = 1; in zend_accel_script_persist_calc()
550 new_persistent_script->corrupted = 0; in zend_accel_script_persist_calc()
/PHP-7.4/ext/phar/tests/
H A Dbug69453.phpt17 UnexpectedValueException: phar error: "%s%ebug69453.tar.phar" is a corrupted tar file (checksum mis…
H A Dbug71331.phpt11 Fatal error: Uncaught UnexpectedValueException: phar error: "%s%ebug71331.tar" is a corrupted tar f…

Completed in 231 milliseconds

123