Home
last modified time | relevance | path

Searched refs:corrupted (Results 26 – 50 of 52) sorted by relevance

123

/PHP-7.4/ext/exif/tests/
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 Dbug50845.phpt2 Bug #50845 (exif_read_data() returns corrupted exif headers)
/PHP-7.4/Zend/tests/
H A Dbug60598.phpt26 // You probably won't see this because of the "zend_mm_heap corrupted"
/PHP-7.4/ext/phar/tests/tar/
H A Dbadchecksum.phpt29 phar error: "%sbadchecksum.tar" is a corrupted tar file (checksum mismatch of file "hithere")
H A Dlinks2.phpt34 phar error: "%slinks2.tar" is a corrupted tar file - hard link to non-existent file "internal/file.…
/PHP-7.4/ext/spl/tests/
H A Dspl_pq_top_error_corrupt.phpt38 Exception: Heap is corrupted, heap properties are no longer ensured.
H A Dheap_corruption.phpt68 Corruption Exception: Heap is corrupted, heap properties are no longer ensured.
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_001.phpt2 Phar: corrupted zip (count mismatch)
H A Dbug48791.phpt2 Phar: Bug #48791: open office documents always reported as corrupted by phar extension
/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/opcache/
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()
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_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 DZendAccelerator.h117 zend_bool corrupted; member
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 Dzend_accelerator_module.c340 if (persistent_script && !persistent_script->corrupted) {
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt104 string(36) "Accessing a corrupted shared library"
105 string(31) ".lib section in a.out corrupted"
/PHP-7.4/ext/zlib/tests/
H A Dbug71417.phpt45 // The gzdecode() function applied to the corrupted compressed data always
H A Dbug_52944_corrupted_data.inc3 // corrupted data
/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases.phpt29 // test open for write with corrupted phar
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc3 // specifically corrupted zip archives for unit-testing zip support in the phar extension
/PHP-7.4/
H A DUPGRADING120 supported and resulted in corrupted reflection objects. It has been
H A Dphp.ini-development257 ; output_handler, or otherwise the output will be corrupted.
H A Dphp.ini-production257 ; output_handler, or otherwise the output will be corrupted.

Completed in 60 milliseconds

123