Home
last modified time | relevance | path

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

123

/PHP-8.0/Zend/tests/
H A Dbug60598.phpt26 // You probably won't see this because of the "zend_mm_heap corrupted"
H A Doperator_unsupported_types.phpt61 die("Value corrupted!");
/PHP-8.0/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-8.0/ext/phar/tests/tar/
H A Dbadchecksum.phpt28 phar error: "%sbadchecksum.tar" is a corrupted tar file (checksum mismatch of file "hithere")
H A Dlinks2.phpt33 phar error: "%slinks2.tar" is a corrupted tar file - hard link to non-existent file "internal/file.…
/PHP-8.0/ext/zlib/tests/
H A Dbug_52944.phpt2 Bug #52944 (segfault with zlib filter and corrupted data)
H A Dbug71417.phpt45 // The gzdecode() function applied to the corrupted compressed data always
H A Dbug_52944_corrupted_data.inc3 // corrupted data
/PHP-8.0/ext/exif/tests/
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-8.0/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-8.0/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-8.0/ext/opcache/
H A Dzend_persist_calc.c45 if (ZCG(current_persistent_script)->corrupted) { \
296 if (ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_calc()
405 !ZCG(current_persistent_script)->corrupted; in zend_persist_class_entry_calc()
562 new_persistent_script->corrupted = 0; in zend_accel_script_persist_calc()
567 new_persistent_script->corrupted = 1; in zend_accel_script_persist_calc()
604 new_persistent_script->corrupted = 0; in zend_accel_script_persist_calc()
H A Dzend_persist.c98 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
108 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
418 !ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_ex()
619 !ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array_ex()
632 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array()
801 && !ZCG(current_persistent_script)->corrupted) { in zend_persist_class_entry()
1183 script->corrupted = 0; in zend_accel_script_persist()
1188 script->corrupted = 1; in zend_accel_script_persist()
1234 script->corrupted = 0; in zend_accel_script_persist()
H A Dzend_file_cache.c141 if (EXPECTED(script->corrupted)) { \
152 (ptr) = (void*)zend_file_cache_unserialize_interned((zend_string*)(ptr), !script->corrupted); \
157 if (EXPECTED(!script->corrupted)) { \
1015 script->corrupted = 1; /* used to check if script restored to SHM or process memory */
1019 script->corrupted = 0;
1250 if (script->corrupted) {
1761 if (!script->corrupted) {
1800 script->corrupted = !cache_it; /* used to check if script restored to SHM or process memory */
1819 script->corrupted = 0;
H A DZendAccelerator.h124 zend_bool corrupted; member
H A DZendAccelerator.c1315 if (!persistent_script->corrupted) { in zend_accel_invalidate()
1316 persistent_script->corrupted = 1; in zend_accel_invalidate()
1457 if (!existing_persistent_script->corrupted) { in cache_script_in_shared_memory()
2047 if (key && !persistent_script->corrupted) { in persistent_compile_file()
2065 if (persistent_script && persistent_script->corrupted) { in persistent_compile_file()
2105 if (!persistent_script->corrupted) { in persistent_compile_file()
2106 persistent_script->corrupted = 1; in persistent_compile_file()
2130 if (!persistent_script->corrupted) { in persistent_compile_file()
2131 persistent_script->corrupted = 1; in persistent_compile_file()
2328 if (!persistent_script->corrupted) { in persistent_zend_resolve_path()
[all …]
H A Dzend_accelerator_module.c319 if (persistent_script && !persistent_script->corrupted) {
/PHP-8.0/ext/phar/tests/
H A Dfopen_edgecases.phpt29 // test open for write with corrupted phar
/PHP-8.0/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-8.0/
H A Dphp.ini-development268 ; output_handler, or otherwise the output will be corrupted.
H A Dphp.ini-production268 ; output_handler, or otherwise the output will be corrupted.
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16717 #0 string \x07\x1f BIOS Logo corrupted?

Completed in 288 milliseconds

123