Lines Matching refs:zend_accel_error

746 		zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create directory for file '%s'\n", filename);  in zend_file_cache_script_store()
758 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create file '%s'\n", filename); in zend_file_cache_script_store()
802 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot write to file '%s'\n", filename); in zend_file_cache_script_store()
816 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot write to file '%s'\n", filename); in zend_file_cache_script_store()
829 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_store()
1283 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s'\n", filename); in zend_file_cache_script_load()
1293zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (wrong header)\n", filenam… in zend_file_cache_script_load()
1301zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (wrong \"system_id\")\n", … in zend_file_cache_script_load()
1313 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_load()
1331 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s'\n", filename); in zend_file_cache_script_load()
1340 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_load()
1347 zend_accel_error(ACCEL_LOG_WARNING, "corrupted file '%s'\n", filename); in zend_file_cache_script_load()
1376 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in zend_file_cache_script_load()